MINT: Mitigating Hallucinations in Large Vision-Language Models via Token Reduction
Chao Wang, Jianming Yang, Yang Zhou
TL;DR
The paper addresses hallucinations in large vision-language models by diagnosing decoding-time attention and uncovering redundancy in early-to-mid layers. It introduces MINT, a training-free decoding strategy that (1) selects a small set of key image tokens from shallow layers and masks the rest, and (2) applies contrastive decoding with an adaptive plausibility constraint to recalibrate token probabilities. Across multiple LVLMs and benchmarks, MINT reduces hallucinations by about 4% and enables the model to perceive more visual detail with fewer tokens, demonstrating robust performance gains without additional training. This approach offers a practical, resource-efficient path to more reliable multimodal generation with broad applicability to real-world vision-language tasks.
Abstract
Hallucination has been a long-standing and inevitable problem that hinders the application of Large Vision-Language Models (LVLMs) in domains that require high reliability. Various methods focus on improvement depending on data annotations or training strategies, yet place less emphasis on LLM's inherent problems. To fill this gap, we delve into the attention mechanism of the decoding process in the LVLM. Intriguingly, our investigation uncovers the prevalent attention redundancy within the hierarchical architecture of the LVLM, manifesting as overextended image processing in deep layers and an overabundance of non-essential image tokens. Stemming from the observation, we thus propose MINT, a novel training-free decoding strategy, MItigating hallucinations via tokeN reducTion. Specifically, we dynamically intensify the LVLM's local perception capability by masking its attention to irrelevant image tokens. In addition, we use contrastive decoding that pushes the model to focus more on those key image regions. Our full method aims to guide the model in concentrating more on key visual elements during generation. Extensive experimental results on several popular public benchmarks show that our approach achieves a 4% improvement in mitigating hallucinations caused by distracted perception compared to original models. Meanwhile, our approach is demonstrated to make the model perceive 5% more visual points even though we reduce a suite of image tokens.
