English

Don't Miss the Forest for the Trees: Attentional Vision Calibration for Large Vision Language Models

Computer Vision and Pattern Recognition 2025-06-03 v2 Artificial Intelligence

Abstract

Large Vision Language Models (LVLMs) demonstrate strong capabilities in visual understanding and description, yet often suffer from hallucinations, attributing incorrect or misleading features to images. We observe that LVLMs disproportionately focus on a small subset of image tokens--termed blind tokens--which are typically irrelevant to the query (e.g., background or non-object regions). We hypothesize that such attention misalignment plays a key role in generating hallucinated responses. To mitigate this issue, we propose Attentional Vision Calibration (AvisC), a test-time approach that dynamically recalibrates the influence of blind tokens without modifying the underlying attention mechanism. AvisC first identifies blind tokens by analyzing layer-wise attention distributions over image tokens, then employs a contrastive decoding strategy to balance the influence of original and blind-token-biased logits. Experiments on standard benchmarks, including POPE, MME, and AMBER, demonstrate that AvisC effectively reduces hallucinations in LVLMs.

Keywords

Cite

@article{arxiv.2405.17820,
  title  = {Don't Miss the Forest for the Trees: Attentional Vision Calibration for Large Vision Language Models},
  author = {Sangmin Woo and Donguk Kim and Jaehyuk Jang and Yubin Choi and Changick Kim},
  journal= {arXiv preprint arXiv:2405.17820},
  year   = {2025}
}

Comments

ACL 2025 Findings; Project: https://sangminwoo.github.io/AvisC/