Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Preconditioned DeltaNet: Curvature-aware Sequence Modeling for Linear Recurrences

About

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.

Neehal Tumma, Noel Loo, Daniela Rus• 2026

Related benchmarks

TaskDatasetResultRank
In-context retrievalIn-context retrieval (lm-evaluation-harness) zero-shot
FDA Accuracy21.69
23
Commonsense ReasoningLM-Evaluation-Harness Commonsense Reasoning: LAMBADA, WikiText, ARC, HellaSwag, PIQA, WinoGrande, BoolQ, SciQ
LAMBADA Perplexity (PPL)11.86
13
Single needle-in-a-haystack retrievalRULER S-NIAH-3
Accuracy (512 Context)99.8
13
Single needle-in-a-haystack retrievalRULER S-NIAH-1
Accuracy (512 tokens)100
13
Single needle-in-a-haystack retrievalRULER S-NIAH-2
Accuracy (512 Context)100
13
Commonsense ReasoningCommonsense Reasoning (lm-evaluation-harness) zero-shot
LAMBADA Perplexity11.86
10
Showing 6 of 6 rows

Other info

Follow for update