Look, Compare, Decide: Alleviating Hallucination in Large Vision-Language Models via Multi-View Multi-Path Reasoning
Xiaoye Qu, Jiashuo Sun, Wei Wei, Yu Cheng
TL;DR
This work tackles hallucination in large vision-language systems by introducing MVP, a training-free framework that combines multi-view information seeking with certainty-driven multi-path reasoning to improve decoding reliability. By generating bottom-up, regular, and top-down captions, MVP enriches image understanding, while its path-based certainty aggregation stabilizes output against misleading tokens. Evaluations on POPE and MME across four LVLMs show MVP consistently outperforms vanilla baselines and other training-free methods, with insights from thorough ablations and decoding-strategy analyses. The approach is plug-and-play and adaptable to different decoding strategies, offering a practical pathway to more trustworthy LVLMs without additional training costs.
Abstract
Recently, Large Vision-Language Models (LVLMs) have demonstrated impressive capabilities in multi-modal context comprehension. However, they still suffer from hallucination problems referring to generating inconsistent outputs with the image content. To mitigate hallucinations, previous studies mainly focus on retraining LVLMs with custom datasets. Although effective, they inherently come with additional computational costs. In this paper, we propose a training-free framework, \textbf{MVP}, that aims to reduce hallucinations by making the most of the innate capabilities of the LVLMs via \textbf{M}ulti-\textbf{V}iew Multi-\textbf{P}ath Reasoning. Specifically, we first devise a multi-view information-seeking strategy to thoroughly perceive the comprehensive information in the image, which enriches the general global information captured by the original vision encoder in LVLMs. Furthermore, during the answer decoding, we observe that the occurrence of hallucinations has a strong correlation with the certainty of the answer tokens. Thus, we propose multi-path reasoning for each information view to quantify and aggregate the certainty scores for each potential answer among multiple decoding paths and finally decide the output answer. By fully grasping the information in the image and carefully considering the certainty of the potential answers when decoding, our MVP can effectively reduce hallucinations in LVLMs.The extensive experiments verify that our proposed MVP significantly mitigates the hallucination problem across four well-known LVLMs. The source code is available at: \url{https://github.com/GasolSun36/MVP}.
