Scaling Linear Attention with Sparse State Expansion
Yuqi Pan, Yongqi An, Zheng Li, Yuhong Chou, Ruijie Zhu, Xiaohui Wang, Mingxuan Wang, Jinqiao Wang, Guoqi Li
TL;DR
This work tackles the inefficiency of Transformer long-context processing by introducing a row-sparse state update mechanism and Sparse State Expansion (SSE) to extend state capacity without inflating parameters. By interpreting state updates as information classification and employing top-$k$ softmax-based selection, the model achieves more discriminative, sparse representations and larger receptive fields. SSE further expands state capacity into partitioned slots with shared parameters and write-read gating, enabling scalable long-context modeling. Evaluations across language modeling, in-context retrieval, and mathematical reasoning show SSE and its hybrid SSE-H variant outperform existing linear attention models and match or surpass Transformer baselines on key tasks, with notable gains in AIME-style reasoning at moderate scales. These results position SSE as a practical, efficient architecture for high-fidelity long-context modeling and reasoning.
Abstract
The Transformer architecture, despite its widespread success, struggles with long-context scenarios due to quadratic computation and linear memory growth. While various linear attention variants mitigate these efficiency constraints by compressing context into fixed-size states, they often degrade performance in tasks such as in-context retrieval and reasoning. To address this limitation and achieve more effective context compression, we propose two key innovations. First, we introduce a row-sparse update formulation for linear attention by conceptualizing state updating as information classification. This enables sparse state updates via softmax-based top-$k$ hard classification, thereby extending receptive fields and reducing inter-class interference. Second, we present Sparse State Expansion (SSE) within the sparse framework, which expands the contextual state into multiple partitions, effectively decoupling parameter size from state capacity while maintaining the sparse classification paradigm. Supported by efficient parallelized implementations, our design achieves effective classification and highly discriminative state representations. We extensively validate SSE in both pure linear and hybrid (SSE-H) architectures across language modeling, in-context retrieval, and mathematical reasoning benchmarks. SSE demonstrates strong retrieval performance and scales favorably with state size. Moreover, after reinforcement learning (RL) training, our 2B SSE-H model achieves state-of-the-art mathematical reasoning performance among small reasoning models, scoring 64.5 on AIME24 and 50.2 on AIME25, significantly outperforming similarly sized open-source Transformers. These results highlight SSE as a promising and efficient architecture for long-context modeling.
