Search papers, labs, and topics across Lattice.
This paper introduces Sparse Delta Memory (SDM), a novel architecture that enhances the capacity of gated linear RNNs by employing a sparse addressing scheme to manage a significantly larger hidden state. By maintaining an isoFLOP constraint and keeping the parameter count constant, SDM demonstrates substantial improvements in in-context learning and long-context retrieval tasks compared to traditional linear attention models. The model's ability to learn an initial state for its memory further boosts performance across various common-knowledge and reasoning benchmarks, highlighting its effectiveness in scaling linear RNNs without incurring prohibitive computational costs.
Scaling linear RNNs with Sparse Delta Memory leads to dramatic gains in long-context recall without increasing computational overhead.
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.