← Latest papers
🤖 machine learning

Question-Guided Evidence Acquisition for Multimodal Visual Question Answering

The paper introduces Q-Guide, a question-guided agent that improves Multimodal Visual Question Answering by dynamically allocating inference-time compute to acquire targeted evidence (such as reading text, zooming, or grounding regions) rather than relying on a single fixed encoding, thereby significantly outperforming existing methods on DocVQA2026 and Manga109 through deliberate, multi-round perception.

Original authors: Alin-Ionut Popa

Published 2026-08-21
📖 7 min read🧠 Deep dive

Original authors: Alin-Ionut Popa

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the world of artificial intelligence, there is a growing class of systems known as multimodal large language models. These are powerful computers that can look at an image, read the text inside it, and answer questions about what they see. They are remarkably good at this, often acting like a human who glances at a document and immediately understands its general meaning. However, a significant gap remains between simply seeing a document and actually reading it with precision. When a page is crowded with small print, complex tables, colored charts, or intricate diagrams, these models often miss the specific details required to answer a difficult question. They might see the page is there, but they fail to extract the exact number, name, or relationship hidden within the visual noise. This limitation is particularly frustrating because the information is right there in front of the computer; the system just isn't looking at the right spot with enough care.

Researchers at Amazon have developed a new approach to fix this problem, moving away from the idea that a computer should answer a question in a single, fast glance. Instead, they created a system called Q-Guide, which treats reading as a slow, deliberate process. Rather than trying to understand the entire document at once, this system acts like a careful investigator that first looks at the question, figures out exactly what piece of evidence is missing, and then zooms in or uses special tools to find it. It is a method that prioritizes getting the right information over getting an answer quickly. By spending a little extra time and computing power to actively hunt for the missing details, the system can solve problems that stump even the most advanced models working in a single pass.

The core idea behind this work is that perception should be guided by the question itself. In traditional systems, a document is processed once, and the model answers based on whatever it happened to catch during that first look. This works fine for simple documents, but it fails when the answer depends on a tiny label on a map or a specific cell in a dense table. The Q-Guide system changes this by introducing a loop where the computer asks itself what it needs to know. If the question is about a specific value in a chart, the system directs its attention to that chart, zooms in to read the numbers clearly, and verifies the information before committing to an answer. It does not rely on a single, fixed view of the page. Instead, it can call upon different tools to recover text, inspect visual details, or understand the layout of a document, only using the tools necessary for the specific question at hand.

To test this idea, the researchers evaluated the system on two very different types of challenges. The first was a collection of eighty questions drawn from eight different kinds of documents, including business reports, engineering drawings, maps, and scientific posters. These documents were designed to be difficult, containing everything from tiny text to complex spatial relationships. The second challenge involved a task from a collection of Japanese manga comics, where the system had to identify a specific character by matching their visual appearance and name across multiple pages. In both cases, the researchers compared Q-Guide against standard methods where the model just looks at the image once, as well as against other complex systems that try to break the problem down into many steps.

The results showed a clear advantage for the slow, deliberate approach. On the document test, Q-Guide achieved an accuracy of 65.0 percent, which was a significant improvement over the best standard method that reached only 38.8 percent. It also outperformed other advanced systems that used multiple agents to collaborate, which managed only 40.0 percent. The improvement was even more pronounced in specific categories like engineering drawings and science posters, where the system reached 90.0 percent accuracy. This suggests that the ability to focus attention on the right part of the image is far more valuable than having a more complex internal logic or a larger team of virtual agents. On the manga task, the system also performed better than its competitors, correctly identifying characters in 32.4 percent of cases with standard text reading, and jumping to 53.7 percent when provided with perfect text data. This indicates that the system's strength lies in its ability to gather the right evidence, not just in how well it can read the text.

One of the most surprising findings was that adding more layers of planning or control did not help. The researchers tested whether giving the system a "planner" to map out a strategy or a "router" to decide which path to take would improve performance. They found that these extra layers actually made things worse or had no effect. The most successful version was a simple, compact loop where the system simply looked at what was missing, picked a tool to find it, and repeated the process. The accuracy of the system grew as it was allowed to take more deliberate steps, but it mostly leveled off after two or three rounds of looking and checking. This suggests that the key to solving these problems is not to make the reasoning process more complicated, but to make the act of seeing more careful and targeted.

The researchers also discovered that the system works well across different underlying computer models. They tested Q-Guide using three different versions of the Claude language model, ranging from the most powerful to slightly less capable versions. In every case, the Q-Guide method improved the results compared to standard prompting. This proves that the benefit comes from the strategy of how the system gathers evidence, rather than from the specific capabilities of the brain it is using. Even when the text reading tools were not perfect, the system still managed to outperform methods that had access to perfect text but lacked the ability to focus their attention. This highlights that the bottleneck in these tasks is often the failure to perceive the right detail, not a failure to understand the language.

Despite its success, the system is not perfect. It struggled most with questions involving maps, where the answer depended on following a route or understanding a spatial layout that the tools could not fully represent. The system could read the text on the map and see the colors, but it could not easily navigate the connections between them. This points to a clear area for future improvement: developing tools that can turn map layouts into navigable structures. Similarly, while the system was very effective at matching characters in comics, it sometimes struggled when many characters looked very similar. These remaining challenges suggest that the next step in this field is to build richer ways of perceiving the world, rather than just adding more complex rules for how to think about it.

Ultimately, this work demonstrates that for computers to truly read complex documents, they need to slow down. The old way of processing a page in a single, fast pass is insufficient for the messy, detailed reality of the world. By allowing the system to spend a little extra time deciding what to look at next, and by giving it the tools to zoom in and verify what it sees, the researchers have created a system that is significantly more reliable. The findings suggest that the path forward for artificial intelligence in visual tasks is not necessarily to make the models smarter or more complex, but to teach them to be more deliberate observers, ensuring that they have the right evidence before they ever attempt to answer a question.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →