paper-with-me

홈 › Papers

Kaczmarz Linear Attention

2026-05-09 · Jiaxuan Zou, Ruifeng Ren, Yong Liu arxiv

Long-context language modeling remains central to modern sequence modeling, but the quadratic cost of Transformer attention makes scaling computationally prohibitive. Linear recurrent models address this bottleneck by compressing the context into a fixed-size state, making the rule that forgets, writes, and edits information a central design problem. To address state maintenance, Gated DeltaNet (GDN) combines gated state decay with delta-rule residual writes, using a learnable coefficient to balance forgetting and update magnitude. However, this coefficient is learned empirically rather than derived from the underlying objective, which can lead to suboptimal update magnitudes. We revisit the online-regression objective underlying GDN and, inspired by the Kaczmarz projection method, derive the key-norm-normalized dynamic step size $β_t = η_t / (\|k_t\|_2^2 + ε)$ for residual updates. We propose Kaczmarz Linear Attention (KLA), a one-scalar modification of GDN that preserves the state shape, gates, linear recurrence, and chunkwise parallel algorithm. At the 0.4B scale with a 1B-token budget, KLA achieves the lowest validation perplexity among evaluated linear-time baselines, 8.09 versus 8.50 for GDN, and remains stable up to 65K tokens. On controlled tasks, KLA reaches 100% on single-needle-in-a-haystack retrieval, improves 8x multi-query associative recall by 7.03 points over GDN, and delivers 2.1x higher decode throughput at 32K context. These results suggest that the key-norm-normalized Kaczmarz coefficient is a first-order design axis for delta-rule sequence models: it improves accuracy, extrapolation, and decoding efficiency without changing the recurrent state or hardware kernel.

📄 PDF Abstract BibTeX arXiv:2605.08587

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A sparse Kaczmarz solver and a linearized Bregman method for online compressed sensing

2014-03-28 · Dirk A. Lorenz, Stephan Wenger, Frank Schöpfer, Marcus Magnor

An algorithmic framework to compute sparse or minimal-TV solutions of linear systems is proposed. The framework includes both the Kaczmarz method and the linearized Bregman method as special cases and also several new me…

compressed sensingRadio Interferometry

Extension of Sparse Randomized Kaczmarz Algorithm for Multiple Measurement Vectors

2014-01-10 · Hemant Kumar Aggarwal, Angshul Majumdar

The Kaczmarz algorithm is popular for iteratively solving an overdetermined system of linear equations. The traditional Kaczmarz algorithm can approximate the solution in few sweeps through the equations but a randomized…

Face RecognitionFairness

A Kaczmarz Algorithm for Solving Tree Based Distributed Systems of Equations

2019-04-11 · Chinmay Hegde, Fritz Keinert, Eric S. Weber

The Kaczmarz algorithm is an iterative method for solving systems of linear equations. We introduce a modified Kaczmarz algorithm for solving systems of linear equations in a distributed environment, i.e. the equations w…

Randomized Kaczmarz Methods with Beyond-Krylov Convergence

2025-01-20 · Michał Dereziński, Deanna Needell, Elizaveta Rebrova, Jiaming Yang

Randomized Kaczmarz methods form a family of linear system solvers which converge by repeatedly projecting their iterates onto randomly sampled equations. While effective in some contexts, such as highly over-determined …

subspace methods

Quantile-Based Randomized Kaczmarz for Corrupted Tensor Linear Systems

2025-03-23 · Alejandra Castillo, Jamie Haddock, Iryna Hartsock, Paulina Hoyos 외

The reconstruction of tensor-valued signals from corrupted measurements, known as tensor regression, has become essential in many multi-modal applications such as hyperspectral image reconstruction and medical imaging. I…

DeblurringImage ReconstructionVideo Deblurring