English

Attention-space Contrastive Guidance for Efficient Hallucination Mitigation in LVLMs

Computer Vision and Pattern Recognition 2026-04-21 v2 Artificial Intelligence Machine Learning

Abstract

Hallucinations in large vision--language models (LVLMs) often arise when language priors dominate over visual evidence, leading to object misidentification and visually inconsistent descriptions. We address this problem by framing hallucination mitigation as contrastive guidance that steers generation toward visually grounded and semantically faithful text. We propose Attention-space Contrastive Guidance (ACG), a training-free, single-pass method that operates directly in self-attention layers, where hallucination-inducing cross-modal biases emerge. ACG constructs both image-conditioned and approximate text-only attention paths within a single forward pass, enabling efficient guidance before errors accumulate at the output layer. Because this masking-based surrogate can introduce approximation bias, we further apply a lightweight orthogonal projection that suppresses components aligned with the text-only path, yielding a more visually grounded correction. Experiments on CHAIR and POPE show that ACG improves faithfulness over existing training-free baselines while maintaining caption quality, reducing latency by up to 2×2\times compared to multi-pass contrastive decoding methods.

Keywords

Cite

@article{arxiv.2601.13707,
  title  = {Attention-space Contrastive Guidance for Efficient Hallucination Mitigation in LVLMs},
  author = {Yujin Jo and Sangyoon Bae and Taesup Kim},
  journal= {arXiv preprint arXiv:2601.13707},
  year   = {2026}
}

Comments

Accepted at CVPR 2026 Findings

R2 v1 2026-07-01T09:12:01.628Z