ReLoop: "Seeing Twice and Thinking Backwards" via Closed-loop Training to Mitigate Hallucinations in Multimodal understanding
Jianjiang Yang, Yanshu li, Ziyan Huang
TL;DR
ReLoop introduces a closed-loop training framework for multimodal language models to mitigate hallucinations in open-ended VQA. By freezing three Consistency Feedback Plugins—semantic reconstruction, visual description, and attention supervision—and training a main model with aggregated losses, the method enforces semantic and visual grounding and interpretable attention. The approach demonstrates consistent reductions in hallucinations and improvements in cross-modal faithfulness across multiple backbones and benchmarks, and shows robustness to noisy supervision. This framework offers a practical, scalable path toward more reliable multimodal reasoning and grounding in real-world applications.
Abstract
While Multimodal Large Language Models (MLLMs) have achieved remarkable progress in open-ended visual question answering, they remain vulnerable to hallucinations. These are outputs that contradict or misrepresent input semantics, posing a critical challenge to the reliability and factual consistency. Existing methods often rely on external verification or post-hoc correction, lacking an internal mechanism to validate outputs directly during training. To bridge this gap, we propose ReLoop, a unified closed-loop training framework that encourages multimodal consistency for cross-modal understanding in MLLMs. ReLoop adopts a ring-shaped structure that integrates three complementary consistency feedback mechanisms, obliging MLLMs to "seeing twice and thinking backwards". Specifically, ReLoop employs the frozen Consistency Feedback Plugin (CFP), comprising semantic reconstruction, visual description, and an attention supervision module for attention alignment. These components collectively enforce semantic reversibility, visual consistency, and interpretable attention, enabling the model to correct its outputs during training. Extensive evaluations and analyses demonstrate the effectiveness of ReLoop in reducing hallucination rates across multiple benchmarks, establishing a robust method for hallucination mitigation in MLLMs. We will release our source code and data in the camera-ready version.
