English

Mamba Modulation: On the Length Generalization of Mamba

Machine Learning 2025-12-16 v3 Artificial Intelligence Machine Learning

Abstract

The quadratic complexity of the attention mechanism in Transformer models has motivated the development of alternative architectures with sub-quadratic scaling, such as state-space models. Among these, Mamba has emerged as a leading architecture, achieving state-of-the-art results across a range of language modeling tasks. However, Mamba's performance significantly deteriorates when applied to contexts longer than those seen during pre-training, revealing a sharp sensitivity to context length extension. Through detailed analysis, we attribute this limitation to the out-of-distribution behaviour of its state-space dynamics, particularly within the parameterization of the state transition matrix A\mathbf{A}. Unlike recent works which attribute this sensitivity to the vanished accumulation of discretization time steps, exp(t=1NΔt)\exp(-\sum_{t=1}^N\Delta_t), we establish a connection between state convergence behavior as the input length approaches infinity and the spectrum of the transition matrix A\mathbf{A}, offering a well-founded explanation of its role in length extension. Next, to overcome this challenge, we propose an approach that applies spectrum scaling to pre-trained Mamba models to enable robust long-context generalization by selectively modulating the spectrum of A\mathbf{A} matrices in each layer. We show that this can significantly improve performance in settings where simply modulating Δt\Delta_t fails, validating our insights and providing avenues for better length generalization of state-space models with structured transition matrices.

Keywords

Cite

@article{arxiv.2509.19633,
  title  = {Mamba Modulation: On the Length Generalization of Mamba},
  author = {Peng Lu and Jerry Huang and Qiuhao Zeng and Xinyu Wang and Boxing Chen and Philippe Langlais and Yufei Cui},
  journal= {arXiv preprint arXiv:2509.19633},
  year   = {2025}
}

Comments

Accepted to The Thirty-Ninth Annual Conference on Neural Information Processing Systems (NeurIPS) 2025. First two authors contributed equally

R2 v1 2026-07-01T05:53:16.457Z