ICML 2026poster0 citations

MIMOMamba: From Scalar Duality to Matrix-Valued Attention

Yanbo Li, Richard Cornelius Suwandi, Feng Yin, Yiyong SUN, Wei Huang, Wenqiang Pu

Abstract

The state space duality (SSD) framework, central to modern state-space models (SSMs) such as Mamba, has established an efficient attention-like mechanism by leveraging the commutative property of linear recurrences. However, existing formulations are limited to single-input single-output (SISO) systems that enforce commutativity with a restrictive scalar-identity constraint, which prevents cross-dimensional interactions within the state dynamics. In this work, we generalize SSD to the multi-input multi-output (MIMO) setting by introducing a matrix polynomial parameterization. This approach not only provides a principled way to ensure commutativity for generalized duality but also induces a shared algebraic structure across state transitions, thereby significantly reducing parameter redundancy. Building on this foundation, we present \textbf{MIMOMamba}, a multi-head SSM architecture that captures rich cross-dimensional dynamics while retaining linear-time training. Empirical results on a sequence modeling benchmark show that MIMOMamba matches or exceeds the performance of standard Transformers with only approximately one-third the parameters of the baseline.

TransformerRetrievalBenchmark
BibTeX
@inproceedings{
li2026mimomamba,
title={{MIMOM}amba: From Scalar Duality to Matrix-Valued Attention},
author={Yanbo Li and Richard Cornelius Suwandi and Feng Yin and SUN Yiyong and Wei Huang and Wenqiang Pu},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=UmQ07sj13y}
}