Complex KDA: Understanding and Enhancing the Expressivity of Kimi Delta Attention
Abstract
Linear RNNs based on the delta-rule enable efficient sequence modeling, but their linear updates with a low-rank correction constrain their expressivity. Prior work has shown that composing two delta-rule transitions in a single recurrent update can model a 2D rotation, but this increases the rank and the cost of the updates compared to a single transition. We show that Kimi Delta Attention (KDA) can realize 2D rotations by combining a single delta-rule transformation with a second reflection supplied by its channel-wise gate. This requires extending the parameter ranges of KDA by combining two existing range extensions: allowing gates in [-1,1] and the delta-rule coefficient β in [0,2]. We call the resulting model Complex KDA (CKDA). It preserves KDA's stability and efficiency, with transitions that remain diagonal-plus-rank-one and non-expansive, while reaching the state-tracking expressivity of DeltaProduct_2. We characterize the expressivity of CKDA and prove that every orthogonal diagonal-plus-rank-one matrix is exactly a CKDA transition matrix. A single CKDA layer can track every finite group isomorphic to a subgroup of SO(3), and many state-tracking results use one fewer layer for CKDA compared to other diagonal-plus-rank-one Linear RNNs. Empirically, combining both extensions yields the strongest length extrapolation among tested KDA range settings on S_3, S_4, and periodic audio continuation. In language modeling, CKDA outperforms Transformers and other linear RNNs, obtains similar results to a KDA baseline, and shows promising scaling behavior. Our code is open source at https://github.com/OpenEuroLLM/ComplexKDA and our models are available at https://huggingface.co/collections/openeurollm/complexkda.
Community
Introducing a modification of Kimi Delta Attention to enable complex state tracking, in particular S4, A5, arbitrary rotations in a single layer. This is enabled through the combination of extended 𝛽 ∈ [0, 2] and 𝛂 ∈ [-1, 1]^d ranges - leading to a potential complex eigenvalue pair.
Reaching a qualitative difference in audio modeling. Performing on par in speed and performance in language modeling with vanilla KDA - outperforming other linear RNN/attention variants.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- RunningTensor: Generalizing Linear Attention to Higher-Order Recurrent States (2026)
- State Propagation Also Satisfies: A Complex-Valued State-Space Model for Deterministic State Tracking (2026)
- DASC: Decay-Aware State Compression for Hybrid Linear-Attention Serving (2026)
- DAMP: Decay-Aware Mixed-Precision Recurrent-State Quantization (2026)
- Mahalanobis-Based Multi-Head Attention for Complex State Propagation (2026)
- Beyond Rotations: AuroOFT for Expressive Quantized Orthogonal Fine-Tuning (2026)
- SANE: State Anomaly Neutralization for Stable Extreme-Context Delta-Rule Models (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2609.24797 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 4
openeurollm/kda-sigmoid-1.3B-100B
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
