Seeing but Not Believing: Probing the Disconnect Between Visual Attention and Answer Correctness in VLMs
Zhining Liu, Ziyi Chen, Hui Liu, Chen Luo, Xianfeng Tang, Suhang Wang, Joy Zeng, Zhenwei Dai, Zhan Shi, Tianxin Wei, Benoit Dumoulin, Hanghang Tong
TL;DR
The paper addresses the mismatch between visual perception and correct reasoning in vision-language models by analyzing layer-wise attention dynamics and identifying a consistent shift from text processing in early layers to visual grounding in deeper layers. It reveals a 'seeing but believing' phenomenon where models attend to the right evidence even when answers are incorrect, motivating an inference-time solution. The authors introduce Vea, a training-free Visual Evidence Augmentation that highlights deep-layer evidence regions and improves grounding and QA accuracy across multiple VLM families and datasets. This work offers a diagnostic framework and a practical, broadly applicable method to bridge perception and reasoning, enhancing reliability and interpretability in multimodal AI.
Abstract
Vision-Language Models (VLMs) achieve strong results on multimodal tasks such as visual question answering, yet they can still fail even when the correct visual evidence is present. In this work, we systematically investigate whether these failures arise from not perceiving the evidence or from not leveraging it effectively. By examining layer-wise attention dynamics, we find that shallow layers focus primarily on text, while deeper layers sparsely but reliably attend to localized evidence regions. Surprisingly, VLMs often perceive the visual evidence when outputting incorrect answers, a phenomenon we term ``seeing but not believing'' that widely exists in major VLM families. Building on this, we introduce an inference-time intervention that highlights deep-layer evidence regions through selective attention-based masking. It requires no training and consistently improves accuracy across multiple families, including LLaVA, Qwen, Gemma, and InternVL. These results show that VLMs encode reliable evidence internally but under-utilize it, making such signals explicit can bridge the gap between perception and reasoning, advancing the diagnostic understanding and reliability of VLMs.
