CVLGApr 8, 2024

HAMMR: HierArchical MultiModal React agents for generic VQA

arXiv:2404.05465v29 citationsh-index: 33
Originality Incremental advance
AI Analysis

It addresses the need for real-world AI systems to handle diverse multimodal tasks, though it is incremental in improving existing LLM+tools paradigms.

The paper tackles the problem of generic Visual Question Answering (VQA) by proposing HAMMR, a hierarchical multimodal agent system that enhances compositionality in LLM+tools approaches, achieving a 19.5% improvement over naive methods and a 5.0% state-of-the-art gain over PaLI-X.

Combining Large Language Models (LLMs) with external specialized tools (LLMs+tools) is a recent paradigm to solve multimodal tasks such as Visual Question Answering (VQA). While this approach was demonstrated to work well when optimized and evaluated for each individual benchmark, in practice it is crucial for the next generation of real-world AI systems to handle a broad range of multimodal problems. Therefore we pose the VQA problem from a unified perspective and evaluate a single system on a varied suite of VQA tasks including counting, spatial reasoning, OCR-based reasoning, visual pointing, external knowledge, and more. In this setting, we demonstrate that naively applying the LLM+tools approach using the combined set of all tools leads to poor results. This motivates us to introduce HAMMR: HierArchical MultiModal React. We start from a multimodal ReAct-based system and make it hierarchical by enabling our HAMMR agents to call upon other specialized agents. This enhances the compositionality of the LLM+tools approach, which we show to be critical for obtaining high accuracy on generic VQA. Concretely, on our generic VQA suite, HAMMR outperforms the naive LLM+tools approach by 19.5%. Additionally, HAMMR achieves state-of-the-art results on this task, outperforming the generic standalone PaLI-X VQA model by 5.0%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes