LGApr 22

Preconditioned DeltaNet: Curvature-aware Sequence Modeling for Linear Recurrences

arXiv:2604.2110069.71 citationsh-index: 7
Predicted impact top 26% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For researchers building efficient long-context sequence models, this work provides a principled improvement over existing delta-rule recurrences, though the gains are incremental.

The authors introduce preconditioning to delta-rule linear recurrences (DeltaNet, GDN, KDA) to account for curvature in online least-squares optimization, achieving consistent improvements in synthetic recall and language modeling at 340M and 1B scales.

To address the increasing long-context compute limitations of softmax attention, several subquadratic recurrent operators have been developed. This work includes models such as Mamba-2, DeltaNet, Gated DeltaNet (GDN), and Kimi Delta Attention (KDA). As the space of recurrences grows, a parallel line of work has arisen to taxonomize them. One compelling view is the test-time regression (TTR) framework, which interprets recurrences as performing online least squares updates that learn a linear map from the keys to values. Existing delta-rule recurrences can be seen as first-order approximations to this objective, but notably ignore the curvature of the least-squares loss during optimization. In this work, we address this by introducing preconditioning to these recurrences. Starting from the theory of online least squares, we derive equivalences between linear attention and the delta rule in the exactly preconditioned case. Next, we realize this theory in practice by proposing a diagonal approximation: this enables us to introduce preconditioned variants of DeltaNet, GDN, and KDA alongside efficient chunkwise parallel algorithms for computing them. Empirically, we find that our preconditioned delta-rule recurrences yield consistent performance improvements across synthetic recall benchmarks and language modeling at the 340M and 1B scale.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes