Can Mamba Learn In Context with Outliers? A Theoretical Generalization Analysis
Hongkang Li, Songtao Lu, Xiaodong Cui, Pin-Yu Chen, Meng Wang
TL;DR
This work analyzes a one-layer Mamba model with a linear attention component followed by a nonlinear gating layer to study in-context learning (ICL) under distribution-shifted prompts with additive outliers. It establishes convergence and generalization guarantees as a function of training prompt length $l_{tr}$, testing prompt length $l_{ts}$, outlier fraction $p_a$, and test-time outlier fraction $\alpha$, showing robust ICL up to $\alpha$ near 1 when training prompts include outliers. In comparison to linear Transformers, Mamba yields stronger robustness to outlier density at the cost of longer training and more context, due to the gating mechanism that suppresses corrupted examples and a linear attention that emphasizes same-pattern context. Empirical results on synthetic data support the theory, illustrating that Mamba's ICL mechanism relies on both the attention selecting informative context and the gating providing locality-based outlier suppression, with multi-layer Mamba experiments confirming similar dynamics across layers and sensitivity to outlier placement. These findings advance the theoretical understanding of efficient linear-attention architectures for robust ICL and guide the design of Mamba-based language and multi-modal models.
Abstract
The Mamba model has gained significant attention for its computational advantages over Transformer-based models, while achieving comparable performance across a wide range of language tasks. Like Transformers, Mamba exhibits in-context learning (ICL) capabilities, i.e., making predictions for new tasks based on a prompt containing input-label pairs and a query, without requiring fine-tuning. Despite its empirical success, the theoretical understanding of Mamba remains limited, largely due to the nonlinearity introduced by its gating mechanism. To the best of our knowledge, this paper presents the first theoretical analysis of the training dynamics of a one-layer Mamba model, which consists of a linear attention component followed by a nonlinear gating layer, and its ICL generalization on unseen binary classification tasks, even when the prompt includes additive outliers. Our analysis shows that Mamba leverages the linear attention layer to select informative context examples and uses the nonlinear gating layer to suppress the influence of outliers. By establishing and comparing to the analysis of linear Transformers under the same setting, we show that although Mamba may require more training iterations to converge, it maintains accurate predictions even when the proportion of outliers exceeds the threshold that a linear Transformer can tolerate. These theoretical findings are supported by empirical experiments.
