The work of visual grounding sits in under 2% of attention heads — masking the top 20 drops grounding accuracy by up to 80 points
A study of the internal mechanism by which vision-language models locate the image region a text prompt refers to. A small subset of attention heads — roughly 1.7 to 2.6% — is causally responsible for grounding, and masking only the top 20 reduces grounding accuracy by up to 80 percentage points, while masking the same number of random heads has little effect.
Paper overview (our summary)
- Field (arXiv category)cs.CV
- AuthorsChanho Park, Daehyeon Choi, Jihyun Lee, et al. (4)
- Submitted2026-08-27
- arXiv ID2608.27417v1
Key points
- Identifies a small subset of attention heads causally responsible for grounding text descriptions to image regions in vision-language models.
- They amount to roughly 1.7 to 2.6% of all attention heads.
- Masking the top 20 reduces grounding accuracy by up to 80 percentage points, while masking the same number of random heads has little effect.
- Validated across eleven VLMs and five referring-expression benchmarks, with head-scoring methods recast under a unified design space.
- Though discovered via bounding-box prediction, the heads stay causal on attribute, spatial, counting and visual-math benchmarks and transfer across VLMs sharing an LLM backbone.
1Which part of the model is doing the work
A vision-language model finds the part of an image a sentence points to and reflects that in its answer. The behavior itself is easy to observe; what happens inside the model to produce it was not understood. This work takes inspiration from retrieval heads, a finding on the language-model side, and asks whether vision-language models hold something analogous. The answer is yes, and the authors name them Visual Retrieval Heads.
2The numbers behind the localization
The control is what makes the claim work. That performance collapses when the top 20 are masked could, on its own, just be the effect of removing 20 heads worth of capacity. Only the comparison — that masking the same number of random heads barely matters — establishes that those 20 are special. The design is built to support a causal claim.
3Organizing the method of finding them
A second contribution is tidying up how heads get scored. Existing methods are recast under a unified design space — which query tokens to look from, how to aggregate keys, how to aggregate across samples — and within that space the combination that most reliably surfaces causal heads is identified: scoring attention from output prediction tokens, summed over the ground-truth referent region.
Rather than lining methods up side by side, the work first puts them on common ground and then compares.
4How far the text-side findings carry
The authors report that the causal-sparse-universal triad established for text retrieval heads is replicated here, along with properties not previously reported. Although discovered through bounding-box prediction, the heads remain causal on attribute, spatial, counting and visual-math benchmarks. They are functionally specific, preserving output format while corrupting localization.
And they are architecturally shared, transferring causally across VLMs that share an LLM backbone but differ in vision encoder, projector and instruction tuning. Of the 1,900 arXiv papers this site holds as of 2026-09-02, cs.CV is the largest primary category at 482. Where most of that work proposes new methods or performance, this one dissects the interior of existing models. This article is our own summary and does not warrant the correctness of the claims.
Why it matters
A finding that function is localized in a small number of heads bears directly on interpreting, compressing and diagnosing vision-language models. The transfer across models sharing an LLM backbone also suggests diagnostics that span a family of existing models.
FAQ
What does grounding mean here?
Why compare against random heads?
Sources (primary)
Source: arXiv (descriptive metadata is CC0 public domain). Summaries are our own; see arXiv for the original text and PDF.
- arXiv abstract page (original, official)
- PDF (arXiv)
- arXiv ID: 2608.27417