Paper Overview
Field: Computer Vision Authors: Chanho Park, Daehyeon Choi, Jihyun Lee, Minhyuk Sung Published: 2026-08-27 arXiv: 2608.27417
Summary
Vision-language models (VLMs) can locate an image region referred to by a text prompt and route the corresponding visual evidence to the output, yet the internal mechanism behind this behavior is not understood. Inspired by retrieval heads in large language models, this paper asks whether VLMs contain an analogous mechanism for visual retrieval.
Key Points
- Introduces Visual Retrieval Heads (VRHs): a small subset of attention heads (about 1.7-2.6%) that are causally responsible for grounding text descriptions to image regions.
- Recasts existing head-scoring methods under a unified design space over query tokens, key aggregation, and cross-sample aggregation.
- Shows that scoring attention from output prediction tokens with a sum over the ground-truth referent region most reliably identifies causal heads.
- Across 11 VLMs and 5 referring expression benchmarks, masking only the top 20 VRHs reduces localization accuracy by up to 80 percentage points, while masking the same number of random heads has little effect.
- Generalization: VRHs generalize across visual referring tasks and remain causal on attribute, spatial, counting, and visual math benchmarks.
- Functional specificity: masking VRHs preserves output format while breaking localization.
- Architectural sharing: VRHs causally transfer between VLMs that share the same LLM backbone, even when vision encoders, projectors, and instruction tuning differ.
- arXiv: https://arxiv.org/abs/2608.27417
Properties of VRHs
Links
*Auto-collected on 2026-08-30.*