English

DeciMamba: Exploring the Length Extrapolation Potential of Mamba

Machine Learning 2025-04-11 v3 Artificial Intelligence

Abstract

Long-range sequence processing poses a significant challenge for Transformers due to their quadratic complexity in input length. A promising alternative is Mamba, which demonstrates high performance and achieves Transformer-level capabilities while requiring substantially fewer computational resources. In this paper we explore the length-generalization capabilities of Mamba, which we find to be relatively limited. Through a series of visualizations and analyses we identify that the limitations arise from a restricted effective receptive field, dictated by the sequence length used during training. To address this constraint, we introduce DeciMamba, a context-extension method specifically designed for Mamba. This mechanism, built on top of a hidden filtering mechanism embedded within the S6 layer, enables the trained model to extrapolate well even without additional training. Empirical experiments over real-world long-range NLP tasks show that DeciMamba can extrapolate to context lengths that are significantly longer than the ones seen during training, while enjoying faster inference.

Keywords

Cite

@article{arxiv.2406.14528,
  title  = {DeciMamba: Exploring the Length Extrapolation Potential of Mamba},
  author = {Assaf Ben-Kish and Itamar Zimerman and Shady Abu-Hussein and Nadav Cohen and Amir Globerson and Lior Wolf and Raja Giryes},
  journal= {arXiv preprint arXiv:2406.14528},
  year   = {2025}
}

Comments

Official Implementation: https://github.com/assafbk/DeciMamba

R2 v1 2026-06-28T17:13:46.519Z