Back to news
AI Research
Jul 28, 2026

Overview of DeltaNet Linear Attention Variants and Their Development

Jul 28, 2026
AI Summary

This article provides a detailed exploration of the DeltaNet family of linear attention variants, including Kimi Delta Attention (KDA). It outlines the evolution from traditional softmax attention to more advanced models, highlighting the efficiency and memory management improvements in these newer approaches.

The article uses bra-ket notation to clarify mathematical concepts related to linear attention variants.

DeltaNet and its variants, including Gated DeltaNet and KDA, are designed to improve efficiency in attention mechanisms by addressing memory issues associated with traditional softmax attention.

KDA introduces a vector-based retention mechanism, allowing different retention rates for each key channel, enhancing the model's flexibility and performance.

The implementation details include recurrent and chunkwise processing methods, optimizing the execution of attention calculations in various contexts, such as autoregressive decoding and training.

The chunkwise approach reorganizes computations into matrix products, allowing for parallel processing while maintaining the integrity of the attention mechanism.

delta attentionlinear attentionmachine learningneural networksresearch