English

SPLA: Block Sparse Plus Linear Attention for Long Context Modeling

Computation and Language 2026-02-02 v1

Abstract

Block-wise sparse attention offers significant efficiency gains for long-context modeling, yet existing methods often suffer from low selection fidelity and cumulative contextual loss by completely discarding unselected blocks. To address these limitations, we introduce Sparse Plus Linear Attention (SPLA), a framework that utilizes a selection metric derived from second-order Taylor expansions to accurately identify relevant blocks for exact attention. Instead of discarding the remaining "long tail," SPLA compresses unselected blocks into a compact recurrent state via a residual linear attention (RLA) module. Crucially, to avoid IO overhead, we derive an optimized subtraction-based formulation for RLA -- calculating the residual as the difference between global and selected linear attention -- ensuring that unselected blocks are never explicitly accessed during inference. Our experiments demonstrate that SPLA closes the performance gap in continual pretraining, surpassing dense attention models on long-context benchmarks like RULER while maintaining competitive general knowledge and reasoning capabilities.

Keywords

Cite

@article{arxiv.2601.22379,
  title  = {SPLA: Block Sparse Plus Linear Attention for Long Context Modeling},
  author = {Bailin Wang and Dan Friedman and Tao Lei and Chong Wang},
  journal= {arXiv preprint arXiv:2601.22379},
  year   = {2026}
}

Comments

v1

R2 v1 2026-07-01T09:26:49.732Z