Study Compares Linear Attention Architectures for Long Context Models
Summary
This paper provides a comparative study of softmax attention and four recurrent linear-attention architectures, analyzing their expressivity, memory decay, training throughput, and implementation complexity. Experiments on 350M-parameter models reveal Kimi Delta Attention with Muon achieves the lowest validation loss, while Gated DeltaNet with AdamW offers the highest throughput.
Why it matters
For AI engineers and researchers building large language models, understanding the performance and efficiency trade-offs of linear attention architectures is crucial for scaling models to longer contexts while managing computational resources and training times effectively.
How to implement this in your domain
- 1Evaluate linear attention architectures like Kimi Delta Attention or Gated DeltaNet for long-context language model development.
- 2Consider using the Muon optimizer with Kimi Delta Attention for optimal validation loss in similar model sizes.
- 3Prioritize Gated DeltaNet with AdamW if training throughput is the primary concern for your model development.
- 4Experiment with hybrid attention stacks to potentially improve model quality at an acceptable throughput cost.
- 5Investigate Cross-Layer Value Routing (CLVR) for modest performance gains in DeltaNet-style memory architectures.
Who benefits
Key takeaways
- Linear attention offers significant cost advantages over softmax attention for long contexts.
- Kimi Delta Attention with Muon achieves the lowest validation loss for 350M-parameter models.
- Gated DeltaNet with AdamW provides the highest training throughput.
- Hybrid attention stacks can balance loss and throughput, while CLVR offers modest improvements.
Original post by Tommaso Cerruti, Tim Rieder, George Rowlands, Lingfeng Jin, Imanol Schlag
"arXiv:2607.07953v1 Announce Type: new Abstract: Self-attention lets each token retrieve information from the full context, but its quadratic cost in sequence length limits training and inference at long context. This paper presents a comparative study of softmax attention and fou…"
View on XOriginally posted by Tommaso Cerruti, Tim Rieder, George Rowlands, Lingfeng Jin, Imanol Schlag on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Engineering & DevTools

Alpha Bank Expands ElevenLabs Partnership for AI Voice Agent
Alpha Bank is enhancing its customer service by integrating a custom AI voice agent, built with ElevenLabs' ElevenAgents, into its call center, e-banking, and mobile app. The agent will handle common queries in Greek and English and connect customers to advisors when necessary.

Codex Now Remotely Accessible via ChatGPT App
OpenAI's Codex, a code generation model, is now available remotely through the ChatGPT application. This integration aims to simplify access for users.
AI System Recommends Pathological Tests, Improving Diagnostic Efficiency
A new study introduces a pathological test recommendation system using Classifier Chain (CC) techniques to suggest diagnostic tests based on patient symptoms before physician consultation. The system, leveraging machine learning and Explainable AI (XAI), achieved high accuracy and provided clinically interpretable reasoning consistent with medical knowledge.