paper-with-me

Papers

When Sinks Help or Hurt: Unified Framework for Attention Sink in Large Vision-Language Models

2026-04-01 · Jiho Choi, Jaemin Kim, Sanghwan Kim, Seunghoon Hong, Jin-Hwi Park arxiv

Attention sinks are defined as tokens that attract disproportionate attention. While these have been studied in single modality transformers, their cross-modal impact in Large Vision-Language Models (LVLM) remains largely unexplored: are they redundant artifacts or essential global priors? This paper first categorizes visual sinks into two distinct categories: ViT-emerged sinks (V-sinks), which propagate from the vision encoder, and LLM-emerged sinks (L-sinks), which arise within deep LLM layers. Based on the new definition, our analysis reveals a fundamental performance trade-off: while sinks effectively encode global scene-level priors, their dominance can suppress the fine-grained visual evidence required for local perception. Furthermore, we identify specific functional layers where modulating these sinks most significantly impacts downstream performance. To leverage these insights, we propose Layer-wise Sink Gating (LSG), a lightweight, plug-and-play module that dynamically scales the attention contributions of V-sink and the rest visual tokens. LSG is trained via standard next-token prediction, requiring no task-specific supervision while keeping the LVLM backbone frozen. In most layers, LSG yields improvements on representative multimodal benchmarks, effectively balancing global reasoning and precise local evidence.

📄 PDF Abstract BibTeX arXiv:2604.03316

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Attention Sinks and Compression Valleys in LLMs are Two Sides of the Same Coin

2025-10-07 · Enrique Queipo-de-Llano, Álvaro Arroyo, Federico Barbero, Xiaowen Dong 외 arxiv

Attention sinks and compression valleys have attracted significant attention as two puzzling phenomena in large language models, but have been studied in isolation. In this work, we present a surprising connection betwee…

Honesty in Causal Forests: When It Helps and When It Hurts

2025-06-16 · Yanfang Hou, Carlos Fernández-Loría

Causal forests are increasingly used to personalize decisions based on estimated treatment effects. A distinctive modeling choice in this method is honest estimation: using separate data for splitting and for estimating …

Causal Inference

Sink vs. diagonal patterns as mechanisms for attention switch and oversmoothing prevention

2026-05-08 · Peter Súkeník, Cristina López Amado, Christoph H. Lampert, Marco Mondelli arxiv

This paper studies the role of sinks and diagonal patterns as attention switch and anti-oversmoothing mechanisms. We analyze geometric conditions under which sinks can be represented, showing a necessary alignment betwee…

Synthetic Augmentation in Imbalanced Learning: When It Helps, When It Hurts, and How Much to Add

2026-01-22 · Zhengchi Ma, Anru R. Zhang arxiv

Imbalanced classification often causes standard training procedures to prioritize the majority class and perform poorly on rare but important cases. A classic and widely used remedy is to augment the minority class with …

A Unifying View of Attention Sinks: Two Algorithms, Two Solutions

2026-06-06 · Lukas Fesser, Mozes Jacobs, Thomas Fel, Andy Keller 외 arxiv

When attention concentrates on a single token, a sink, what is the model actually computing? Attention sinks are ubiquitous in softmax transformers, yet this shared visual signature can hide fundamentally different algor…