English

SSA: Sparse Sparse Attention by Aligning Full and Sparse Attention Outputs in Feature Space

Computation and Language 2026-02-02 v2

Abstract

Sparse attention reduces the quadratic complexity of full self-attention but faces two challenges: (1) an attention gap, where applying sparse attention to full-attention-trained models causes performance degradation due to train-inference distribution mismatch, and (2) a capability gap, where models trained purely with sparse attention lack complete gradient flow, preventing them from matching full-attention performance. We propose SSA (Sparse Sparse Attention), a training framework that integrates both sparse and full attention with bidirectional attention-output alignment. We prove that the approximation error scales linearly with the attention mass dropped under sparse attention, and show that SSA's alignment objective substantially reduces this quantity compared to baselines. Experiments demonstrate that SSA achieves state-of-the-art performance under both inference modes, adapts smoothly to varying sparsity budgets, and demonstrates superior long-context capabilities. The code is available at https://github.com/zhenyi4/ssa.

Keywords

Cite

@article{arxiv.2511.20102,
  title  = {SSA: Sparse Sparse Attention by Aligning Full and Sparse Attention Outputs in Feature Space},
  author = {Zhenyi Shen and Junru Lu and Lin Gui and Jiazheng Li and Yulan He and Di Yin and Xing Sun},
  journal= {arXiv preprint arXiv:2511.20102},
  year   = {2026}
}

Comments

31 pages

R2 v1 2026-07-01T07:53:52.572Z