paper-with-me

홈 › Papers

Value-State Gated Attention for Mitigating Extreme-Token Phenomena in Transformers

2025-10-10 · Rui Bu, Haofeng Zhong, Wenzheng Chen, Yangyan Li arxiv

Large models based on the Transformer architecture are susceptible to extreme-token phenomena, such as attention sinks and value-state drains. These issues, which degrade model performance, quantization fidelity, and interpretability, arise from a problematic mutual reinforcement mechanism where the model learns an inefficient 'no-op' behavior by focusing attention on tokens with near-zero value states. In this paper, we propose Value-State Gated Attention (VGA), a simple, dedicated, and stable architectural mechanism for performing 'no-op' attention efficiently by directly breaking this cycle. VGA introduces a learnable, data-dependent gate, computed directly from the value vectors (V), to modulate the output. Through a theoretical analysis of the underlying gradients, we show that gating the value-state with a function of itself is more effective at decoupling value and attention score updates than prior methods that gate on input embeddings. This creates a direct regulatory pathway that allows the model to suppress a token's contribution based on its emergent value representation. Our experiments demonstrate that VGA significantly mitigates the formation of attention sinks and stabilizes value-state norms, leading to improved performance, robust quantization fidelity, and enhanced model interpretability.

📄 PDF Abstract BibTeX arXiv:2510.09017

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Gated Sparse Attention: Combining Computational Efficiency with Training Stability for Long-Context Language Models

2026-01-12 · Alfred Shen, Aaron Shen arxiv

The computational burden of attention in long-context language models has motivated two largely independent lines of work: sparse attention mechanisms that reduce complexity by attending to selected tokens, and gated att…

Computational Efficiency

ATMA: Length-Invariant Language Modeling via Polar Attention and Gated-Delta Compression Memory

2026-06-23 · Habibullah Akbar arxiv

Modern large language models based on softmax scaled-dot-product attention are constrained by their training sequence length: as the key-value sequence grows, softmax probability mass can dilute across a wider distributi…

SinkRec: Mitigating Semantic State Sink in Long Sequence Recommendation with Memory-Conditioned Gated Delta Networks

2026-06-03 · Zhuang Zhuang, Zhipeng Wei, Ji Dai, Jie Chen 외 arxiv

Linear attention provides an efficient backbone for long-sequence recommendation by avoiding the quadratic cost of standard Transformers, but its compressed recurrent state can be dominated by repetitive behavior pattern…

LimiX-2M: Mitigating Low-Rank Collapse and Attention Bottlenecks in Tabular Foundation Models

2026-06-03 · Yuanrui Wang, Xingxuan Zhang, Han Yu, Mingchao Hao 외 arxiv

Tabular foundation models (TFMs) increasingly rival tree ensembles, but their performance is often compute-inefficient: with standard affine scalar tokenization, each feature injects value variation through an essentiall…

Predicting Blood Pressure Response to Fluid Bolus Therapy Using Attention-Based Neural Networks for Clinical Interpretability

2018-12-03 · Uma M. Girkar, Ryo Uchimido, Li-wei H. Lehman, Peter Szolovits 외

Determining whether hypotensive patients in intensive care units (ICUs) should receive fluid bolus therapy (FBT) has been an extremely challenging task for intensive care physicians as the corresponding increase in blood…

regressionTime SeriesTime Series Analysis