paper-with-me

홈 › 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 attention variants that improve training sta-bility while mitigating the attention sink phenomenon. We observe that these approaches address complementary weaknesses and propose Gated Sparse Attention (GSA), an architecture that realizes the benefits of both. GSA incorporates a gated lightning indexer with sigmoid activations that produce bounded, interpretable selection scores, an adaptive sparsity controller that modulates the number of attended tokens based on local uncertainty, and dual gating at the value and output stages. We establish theoretical foundations for the approach, including complexity analysis, expressiveness results, and convergence guarantees. In experiments with 1.7B parameter models trained on 400B tokens, GSA matches the efficiency of sparse-only baselines (12-16x speedup at 128K context) while achieving the quality gains associated with gated attention: perplexity improves from 6.03 to 5.70, RULER scores at 128K context nearly double, and attention to the first token, a proxy for attention sinks, drops from 47% to under 4%. Training stability improves markedly, with loss spikes reduced by 98%.

📄 PDF Abstract BibTeX arXiv:2601.15305

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Native Sparse Attention: Hardware-Aligned and Natively Trainable Sparse Attention

2025-02-16 · Jingyang Yuan, Huazuo Gao, Damai Dai, Junyu Luo 외

Long-context modeling is crucial for next-generation language models, yet the high computational cost of standard attention mechanisms poses significant computational challenges. Sparse attention offers a promising direc…

Sparse Modular Activation for Efficient Sequence Modeling

2023-06-19 · NeurIPS 2023 11 · Liliang Ren, Yang Liu, Shuohang Wang, Yichong Xu 외

Recent hybrid models combining Linear State Space Models (SSMs) with self-attention mechanisms have demonstrated impressive results across a range of sequence modeling tasks. However, current approaches apply attention m…

ChunkingLanguage ModelingLanguage ModellingLong-range modeling+1

ProxyAttn: Guided Sparse Attention via Representative Heads

2025-09-29 · Yixuan Wang, Huang He, Siqi Bao, Hua Wu 외 arxiv

The quadratic complexity of attention mechanisms limits the efficiency of Large Language Models (LLMs) on long-text tasks. Recently, methods that dynamically estimate block importance have enabled efficient block sparse …

Hilbert-Guided Sparse Local Attention

2025-11-08 · Yunge Li, Lanyu Xu arxiv

The quadratic compute and memory costs of global self-attention severely limit its use in high-resolution images. Local attention reduces complexity by restricting attention to neighborhoods. Block-sparse kernels can fur…

MoE-DiffuSeq: Enhancing Long-Document Diffusion Models with Sparse Attention and Mixture of Experts

2025-12-23 · Alexandros Christoforos, Chadbourne Davis arxiv

We propose \textbf{MoE-DiffuSeq}, a diffusion-based framework for efficient long-form text generation that integrates sparse attention with a Mixture-of-Experts (MoE) architecture. Existing sequence diffusion models suff…

Text Generation