Sparse Delta Memory: Scaling the State of Linear RNNs through Sparsity
Abstract
Sparse Delta Memory extends gated linear RNNs with sparse addressing to dramatically increase hidden state capacity for improved long-context learning and retrieval while maintaining computational efficiency.
Linear attention models allow a fixed state size and a fixed amount of compute per token. However, due to their limited state size, linear attention models fall behind in long-context recall compared to softmax-attention-based transformer architectures. Increasing the state size of linear attention improves recall performance but at the cost of higher FLOPs. In this work, we introduce Sparse Delta Memory (SDM), an architecture that scales the hidden state of gated linear RNNs to orders of magnitude higher capacity using a sparse addressing scheme. SDM extends the Gated DeltaNet architecture by replacing the dense key-value outer product with sparse reads and writes to a large explicit memory. We show that, under an isoFLOP constraint and with an identical number of parameters, a higher state memory capacity significantly improves performance on in-context learning and long-context retrieval tasks. Moreover, by learning the initial state of the SDM memory and therefore using it as a parametric memory, we show that the model further improves on a wide range of common-knowledge and reasoning tasks.
Community
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- ATMA: Length-Invariant Language Modeling via Polar Attention and Gated-Delta Compression Memory (2026)
- Self-Pruned Key-Value Attention: Learning When to Write by Predicting Future Utility (2026)
- Tensor Cache: Eviction-conditioned Associative Memory for Transformers (2026)
- Multi-Mixer Models: Flexible Sequence Modeling with Shared Representations (2026)
- A Hippocampus for Linear Attention: An Exact Memory for What the Recurrent State Forgets (2026)
- CARVE: Content-Aware Recurrent with Value Efficiency for Chunk-Parallel Linear Attention (2026)
- Tensor Memory: Fixed-Size Recurrent State for Long-Horizon Transformers (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2607.07386 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper