VERA: Identifying and Leveraging Visual Evidence Retrieval Heads in Long-Context Understanding
Rongcan Pei, Huan Li, Fang Guo, Qi Zhu
TL;DR
The work identifies Visual Evidence Retrieval (VER) Heads as a sparse, dynamic subset of attention heads that ground long-context reasoning in visual documents. It defines a VER Score and shows VER heads are universal and causally impactful, with masking degrading performance and fine-tuning increasing their activation. Building on this, the authors introduce VERA, a training-free inference-time augmentation that detects uncertainty via entropy spikes, selects VER heads, retrieves critical patches, and verbalizes the visual evidence to improve reasoning across five benchmarks, achieving about $21.3\%$ and $20.1\%$ relative gains on Qwen3-VL-8B-Instruct and GLM-4.1V-Thinking respectively. The approach yields robust improvements across model architectures and unseen domains, highlighting a path toward interpretable, evidence-grounded long-context VLMs with efficient visual-text compression.
Abstract
While Vision-Language Models (VLMs) have shown promise in textual understanding, they face significant challenges when handling long context and complex reasoning tasks. In this paper, we dissect the internal mechanisms governing long-context processing in VLMs to understand their performance bottlenecks. Through the lens of attention analysis, we identify specific Visual Evidence Retrieval (VER) Heads - a sparse, dynamic set of attention heads critical for locating visual cues during reasoning, distinct from static OCR heads. We demonstrate that these heads are causal to model performance; masking them leads to significant degradation. Leveraging this discovery, we propose VERA (Visual Evidence Retrieval Augmentation), a training-free framework that detects model uncertainty (i.e., entropy) to trigger the explicit verbalization of visual evidence attended by VER heads. Comprehensive experiments demonstrate that VERA significantly improves long-context understanding of open-source VLMs: it yields an average relative improvement of 21.3% on Qwen3-VL-8B-Instruct and 20.1% on GLM-4.1V-Thinking across five benchmarks.
