Attention-space Contrastive Guidance for Efficient Hallucination Mitigation in LVLMs
Yujin Jo, Sangyoon Bae, Taesup Kim
TL;DR
The paper tackles LVLM hallucinations arising from dominance of language priors over visual evidence. It introduces Attention-space Contrastive Guidance (ACG), a training-free, single-pass mechanism that performs image-conditioned versus text-only attention contrast directly within self-attention layers, supplemented by a textual orthogonalization step to isolate visual contributions. Empirical results on CHAIR, POPE, and MMHal-Bench show state-of-the-art faithfulness and caption quality with substantial latency advantages over multi-pass methods. The approach demonstrates robust grounding improvements while maintaining reasonable caption fidelity, offering a practical, efficient alternative for real-time LVLM debiasing and paving the way for architecture-aware enhancements.
Abstract
Hallucinations in large vision-language models (LVLMs) often arise when language priors dominate over visual evidence, causing object misidentification and visually inconsistent descriptions. We address this issue by framing hallucination mitigation as contrastive guidance, steering generation toward visually grounded and semantically faithful text. This approach regulates the model's internal behavior by reducing over-dependence on language priors and contrasting visually grounded with language-only representations. We propose Attention-space Contrastive Guidance (ACG), a single-pass mechanism that operates within self-attention layers to construct both vision-language and language-only attention paths in a single forward computation. This integration enables computationally efficient guidance directly embedded in the model's representation contextualization. To correct approximation bias introduced by the single-pass formulation, we further apply an orthogonalized correction that removes components aligned with the language-only path, selectively amplifying visual contributions. Experiments on the CHAIR and POPE benchmarks show that ACG achieves state-of-the-art faithfulness and caption quality while significantly reducing computational cost. Our method establishes a principled and efficient alternative, reducing latency by up to 2x compared to prior contrastive decoding methods that require multiple forward passes.
