ClearSight: Visual Signal Enhancement for Object Hallucination Mitigation in Multimodal Large language Models
Hao Yin, Guangzong Si, Zilei Wang
TL;DR
ClearSight identifies object hallucination in multimodal LLMs as a consequence of insufficient visual signal during middle-layer fusion ($8<l<15$) and shows that contrastive decoding, while ground truthing outputs to vision, can harm coherence and slow inference. It introduces Visual Amplification Fusion (VAF), a training-free plug-in that increases visual attention in mid-layer fusion via an attention-modulation rule with enhancement and suppression coefficients $\alpha$ and $\beta$, plus selective visual-perception head restriction. Empirically, VAF delivers notable hallucination reduction across POPE and MME benchmarks with approximately 3% and 7% improvements respectively, while preserving coherence and introducing negligible inference-time overhead relative to VCD/ICD. The work demonstrates a practical, scalable approach to grounding multimodal outputs in visual inputs, enabling safer deployment of vision-language systems in high-stakes settings.
Abstract
Contrastive decoding strategies are widely used to mitigate object hallucinations in multimodal large language models (MLLMs). By reducing over-reliance on language priors, these strategies ensure that generated content remains closely grounded in visual inputs, producing contextually accurate outputs. Since contrastive decoding requires no additional training or external tools, it offers both computational efficiency and versatility, making it highly attractive. However, these methods present two main limitations: (1) bluntly suppressing language priors can compromise coherence and accuracy of generated content, and (2) processing contrastive inputs adds computational load, significantly slowing inference speed. To address these challenges, we propose Visual Amplification Fusion (VAF), a plug-and-play technique that enhances attention to visual signals within the model's middle layers, where modality fusion predominantly occurs. This approach enables more effective capture of visual features, reducing the model's bias toward language modality. Experimental results demonstrate that VAF significantly reduces hallucinations across various MLLMs without affecting inference speed, while maintaining coherence and accuracy in generated outputs.
