Bridging Expressivity and Scalability with Adaptive Unitary SSMs

Abstract

Recent work has revealed that state space models (SSMs), while efficient for long-sequence processing, are fundamentally limited in their ability to represent formal languages—particularly due to time-invariant and real-valued recurrence structures. In this work, we draw inspiration from adaptive and structured dynamics observed in biological neural systems and introduce the Adaptive Unitary State Space Model (AUSSM): a novel class of SSMs that leverages skew-symmetric, input-dependent recurrence to achieve unitary evolution and high expressive power. Using algebraic automata theory, we prove that AUSSM can perform modulo counting and simulate solvable group automata at precision logarithmically bounded in the input length, enabling SSMs to model a broad class of regular languages out of reach for other SSM architectures. To overcome the practical inefficiencies of adaptive recurrence, we develop a separable convolution formulation and a CUDA implementation that enables scalable parallel training. Empirically, we show that AUSSM and its hybrid variant—interleaved with Mamba—outperform prior SSMs on formal algorithmic tasks such as parity and modular arithmetic, and achieve competent performance on real-world long time-series classification benchmarks. Our results demonstrate that adaptive unitary recurrence provides a powerful and efficient inductive bias for both symbolic and continuous sequence modeling. The code is available at https://github.com/arjunkaruvally/AUSSM

Cite

Text

Karuvally et al. "Bridging Expressivity and Scalability with Adaptive Unitary SSMs." Advances in Neural Information Processing Systems, 2025.

Markdown

[Karuvally et al. "Bridging Expressivity and Scalability with Adaptive Unitary SSMs." Advances in Neural Information Processing Systems, 2025.](https://mlanthology.org/neurips/2025/karuvally2025neurips-bridging/)

BibTeX

@inproceedings{karuvally2025neurips-bridging,
  title     = {{Bridging Expressivity and Scalability with Adaptive Unitary SSMs}},
  author    = {Karuvally, Arjun and Nowak, Franz and Keller, T. Anderson and Alonso, Carmen Amo and Sejnowski, Terrence and Siegelmann, Hava T},
  booktitle = {Advances in Neural Information Processing Systems},
  year      = {2025},
  url       = {https://mlanthology.org/neurips/2025/karuvally2025neurips-bridging/}
}