Large vision–language models concentrate attention on a few sink tokens. We separate them by origin: V-sinks emerge already inside the vision encoder and enter the LLM through the projected image tokens, while L-sinks emerge inside the LLM itself as generation proceeds through its layers. The two behave differently, and telling them apart is what makes the rest of the analysis possible.
We rescale the keys of V-sink tokens by a coefficient
svit at a single LLM layer (pre-softmax, so attention stays a
valid distribution) and measure the accuracy change on ten sub-tasks.
Drag the sliders: some bars go up ▲,
others go down ▼ — at the same layer,
with the same coefficient.
| Sub-task | Baseline (%) | Accuracy (%) | Δ (%p) |
|---|
Layer-wise linear probes on CLEVR scene attributes show that both V-sink and L-sink tokens encode substantially more global scene information (object counts, sizes, colors, shapes) than ordinary visual tokens at every depth — the gray band is a 5-seed ±1σ interval over random ordinary-token baselines. Sinks are not noise to be deleted; they are a channel the model actually uses, which is why blunt removal can hurt.
If the right amount of sink influence depends on the layer, learn it per layer: LSG attaches a small MLP to each selected layer that predicts the key-scaling balance between V-sink tokens and the rest. It is trained with next-token prediction only — no task labels, and the backbone stays frozen (each gate is a few hundred KB). Learned gates land in the same regions the oracle sweep identifies, giving consistent gains without task supervision.
Repeating the taxonomy and the oracle sweep on LLaVA-OneVision-7B (SigLIP + Qwen2, a different vision encoder and a different LLM) reproduces the same layer- and task-dependent structure. Further cross-architecture results are in the paper's appendix.
@article{choi2026sinks,
title={When Sinks Help or Hurt: Unified Framework for Attention Sink in Large Vision-Language Models},
author={Choi, Jiho and Kim, Jaemin and Kim, Sanghwan and Hong, Seunghoon and Park, Jin-Hwi},
journal={arXiv preprint arXiv:2604.03316},
year={2026}
}