VisRAG2.0: Mitigating Visual Hallucinations via Evidence-Guided Multi-Image Reasoning in Visual Retrieval-Augmented Generation
The paper proposes EVisRAG, an evidence-guided framework that mitigates visual hallucinations in multi-image reasoning by explicitly collecting question-relevant visual evidence and employing a novel RS-GRPO algorithm for improved joint optimization of localization and reasoning, achieving significant performance gains on visual question answering benchmarks.
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
Imagine you are trying to solve a mystery, but instead of a single clue, you are handed a messy stack of three different newspapers, photos, and maps. You have a super-smart detective in your pocket—a computer program called a Vision-Language Model (VLM)—who can read text and look at pictures. This detective is great at answering questions, but sometimes, when faced with a huge pile of images, they get confused. They might start making up details they didn't see, like claiming a photo shows a cat when it's actually a dog, or mixing up facts from two different pages. This is called a "visual hallucination."
To help these detectives, scientists have developed a system called Visual Retrieval-Augmented Generation (VRAG). Think of this as giving the detective a library card. When you ask a question, the system instantly pulls out the most relevant pages from the library and hands them to the detective. The idea is that if the detective has the right evidence right in front of them, they won't need to guess or make things up. However, even with the right pages, the detective often struggles to find the exact sentence or picture they need among the noise, or they might get distracted by irrelevant details and still make up an answer. The big question is: How do we teach the detective to be a true investigator who carefully scans every page, writes down only the facts they actually see, and then solves the mystery without guessing?
This is exactly what the paper "VisRAG2.0" (specifically the EVisRAG framework) sets out to solve. The authors, a team of researchers from universities in China, propose a new way to train these AI detectives to stop hallucinating and start reasoning with real evidence. They found that previous methods were like giving the detective a stack of papers and saying, "Just figure it out!" which often led to confusion. Instead, EVisRAG forces the model to act like a meticulous detective who follows a strict three-step process: Observe, Record, and Reason.
First, the model looks at the retrieved images and explicitly states what it sees, page by page. Second, it creates a "evidence log," writing down specific facts from each image and, crucially, noting when an image has no useful information. Finally, it uses only that written log to solve the problem. To make sure the model actually learns this behavior, the researchers invented a new training method called RS-GRPO (Reward-Scoped Group Relative Policy Optimization). You can think of this as a very strict coach who doesn't just give a grade for the final answer. Instead, the coach gives a separate score for "Did you look at the right picture?" and another score for "Did you write down the fact correctly?" This prevents the model from getting a good grade just for guessing the right answer by luck, ensuring it actually learns to find the evidence first.
The results of this new approach are quite impressive. When tested on various visual question-answering benchmarks (like reading charts, documents, and slides), the EVisRAG model consistently outperformed the standard "backbone" models by an average of about 19% in accuracy. More importantly, it significantly reduced the number of times the model made up facts. In one specific test, a standard model might look at a chart and confidently say the wrong country has a larger population because it hallucinated a number. EVisRAG, however, would look at the chart, write down the correct numbers in its evidence log, and then correctly deduce the answer.
The paper also argues against the idea that simply making the model "think longer" or adding more complex agents to the system is the best solution. Instead, they show that a structured, evidence-guided approach combined with their specific training method (RS-GRPO) is more effective. They demonstrated that by scoping the rewards—giving credit only for the right actions at the right time—the model becomes much more stable and reliable. While the paper doesn't claim this solves every possible problem in AI, the experiments suggest that this method is a major step forward in making visual AI systems more trustworthy, accurate, and less prone to making things up when looking at multiple images.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.