[2510.26692] Kimi Linear: An Expressive, Efficient Attention Architecture
Abstract:We introduce Kimi Linear, a hybrid linear attention architecture that, for the first time, outperforms full attention under fair comparisons across various scenarios -- including short-context, long-context, and reinforcement learning (RL) scaling regimes. At its core lies Kimi Delta Attention (KDA), an expressive linear attention module that extends Gated DeltaNet with a finer-grained gating mechanism, enabling more effective use of limited finite-state RNN memory. Our bespoke chunkwise algorithm achieves high hardware efficiency through a specialized variant of the Diagonal-Plus-Low-Rank (DPLR) transition matrices, which substantially reduces computation compared to the general DPLR formulation while remaining more consistent with the classical delta rule. We pretrain a Kimi Linear model with 3B activated parameters and 48B total parameters, based on a layerwise hybrid of KDA and Multi-Head Latent Attention (MLA). Our experiments show that with an identical training recipe, Kimi Linear outperforms full MLA with a sizeable margin across all evaluated tasks, while reducing KV cache usage by up to 75% and achieving up to 6 times decoding throughput for a 1M context. These results demonstrate that Kimi Linear can be a drop-in replacement for full attention architectures with superior performance and efficiency, including tasks with longer input and output lengths. To support further research, we open-source the KDA kernel and vLLM implementations, and release the pre-trained and instruction-tuned model checkpoints.
[2510.26692] Kimi Linear: An Expressive, Efficient Attention Architecture Skip to main content arXiv is now an independent nonprofit! Learn more × Search arXiv Press Enter to search · Advanced search --> Computer Science > Computation and Language arXiv:2510.26692 (cs) [Submitted on 30 Oct 2025 ( v1 ), last revised 1 Nov 2025 (this version, v2)] Title: Kimi Linear: An Expressive, Efficient Attention Architecture Authors: Kimi Team : Yu Zhang , Zongyu Lin , Xingcheng Yao , Jiaxi Hu , Fanqing Meng , Chengyin Liu , Xin Men , Songlin Yang , Zhiyuan Li , Wentao Li , Enzhe Lu , Weizhou
Explore this link on the map →related reading
- Linear Attention Fundamentals | Hailey Schoelkopfhaileyschoelkopf.github.io
- DeltaNet Explained (Part I) | Songlin Yangsustcsonglin.github.io
- A Mathematical Framework for Transformer Circuitstransformer-circuits.pub
- 2502.11089arxiv.org
- Linear Transformers Are Faster After All – Manifest AImanifestai.com
- Subquadratic — How SSA Makes Long Context Practicalsubq.ai
- The Big LLM Architecture Comparisonmagazine.sebastianraschka.com
- Pengyu Zhao on X: "MiniMax M2 Tech Blog 3: Why Did M2 End Up as a Full Attention Model? On behave of pre-training lead Haohai Sun. (https://t.co/WH4xOD9KrT) I. Introduction As the lead of MiniMax-M2 pretrain, I've been getting many queries x.com
- Parallelizing Linear Transformers with the Delta Rule over Sequence Lengtharxiv.org
- Aman's AI Journal • Primers • Ilya Sutskever's Top 30aman.ai
- Linear Attention Is All You Need | Towards Data Sciencetowardsdatascience.com
- Mamba: The Easy Wayjackcook.com