On Subquadratic Architectures: From Applications to Principles
Abstract
xLSTM demonstrates superior performance in sequence modeling tasks compared to Mamba-2 and Gated DeltaNet due to enhanced state tracking and memory dynamics.
Transformers dominate modern sequence modeling, but their quadratic attention incurs substantial computational cost. Subquadratic architectures offer a scalable alternative. However, it remains unclear which designs yield the most effective sequence models. We compare three leading approaches: xLSTM, Mamba-2, and Gated DeltaNet. We evaluate these models on tasks with complex dependencies: (1) code-model pre-training, (2) distillation of code models from large language models, and (3) pre-training of time-series foundation models. Across these settings, xLSTM delivers the strongest overall performance. To explain xLSTM's advantage, we present a unified formulation and analyze the underlying architectural mechanisms, focusing on state tracking and memory dynamics. Our results show that xLSTM enables more flexible and stable memory correction via its gating scheme. We corroborate these findings on controlled synthetic length-generalization tasks. Overall, our findings indicate that xLSTM's gains on complex tasks stem from robust state tracking and accumulation.
Community
Excited to be bringing xLSTM to FLA — updates coming soon!
Neat paper. It is interesting to see a direct comparison between xLSTM, Mamba-2, and Gated DeltaNet, especially since the subquadratic space has been getting so crowded lately. I like that you focused on the memory dynamics to explain why xLSTM is pulling ahead in your tests.
Do you think the advantages you found in state tracking for xLSTM would hold up if you scaled these models to even larger parameter counts, or is this primarily a feature of their current architecture?
I made a podcast on it with ResearchPod, it makes it easy to get the key concepts on the go:
https://researchpod.app/episode/6eb12b37-8233-48fb-9760-d6c870d6e6de
Get this paper in your agent:
hf papers read 2606.12364 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper