LGAIMLMay 13, 2025

Block-Biased Mamba for Long-Range Sequence Processing

arXiv:2505.09022v19 citationsh-index: 25
Originality Incremental advance
AI Analysis

This addresses a critical weakness in Mamba for researchers and practitioners in sequence modeling, though it is an incremental improvement.

The paper tackled Mamba's poor performance on long-range sequential tasks by analyzing its limitations in expressiveness, inductive bias, and training stability, and proposed B2S6, which outperformed S4 and S4D on Long-Range Arena tasks while maintaining language modeling performance.

Mamba extends earlier state space models (SSMs) by introducing input-dependent dynamics, and has demonstrated strong empirical performance across a range of domains, including language modeling, computer vision, and foundation models. However, a surprising weakness remains: despite being built on architectures designed for long-range dependencies, Mamba performs poorly on long-range sequential tasks. Understanding and addressing this gap is important for improving Mamba's universality and versatility. In this work, we analyze Mamba's limitations through three perspectives: expressiveness, inductive bias, and training stability. Our theoretical results show how Mamba falls short in each of these aspects compared to earlier SSMs such as S4D. To address these issues, we propose $\text{B}_2\text{S}_6$, a simple extension of Mamba's S6 unit that combines block-wise selective dynamics with a channel-specific bias. We prove that these changes equip the model with a better-suited inductive bias and improve its expressiveness and stability. Empirically, $\text{B}_2\text{S}_6$ outperforms S4 and S4D on Long-Range Arena (LRA) tasks while maintaining Mamba's performance on language modeling benchmarks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes