English

Parallelization of Non-linear State-Space Models: Scaling Up Liquid-Resistance Liquid-Capacitance Networks for Efficient Sequence Modeling

Machine Learning 2025-12-16 v6 Artificial Intelligence Neural and Evolutionary Computing

Abstract

We present LrcSSM, a non-linear\textit{non-linear} recurrent model that processes long sequences as fast as today's linear state-space layers. By forcing its Jacobian matrix to be diagonal, the full sequence can be solved in parallel, giving O(TD)\mathcal{O}(TD) computational work and memory and only O(logT)\mathcal{O}(\log T) sequential depth, for input-sequence length TT and a state dimension DD. Moreover, LrcSSM offers a formal gradient-stability guarantee that other input-varying systems such as Liquid-S4 and Mamba do not provide. Importantly, the diagonal Jacobian structure of our model results in no performance loss compared to the original model with dense Jacobian, and the approach can be generalized to other non-linear recurrent models, demonstrating broader applicability. On a suite of long-range forecasting tasks, we demonstrate that LrcSSM outperforms Transformers, LRU, S5, and Mamba.

Cite

@article{arxiv.2505.21717,
  title  = {Parallelization of Non-linear State-Space Models: Scaling Up Liquid-Resistance Liquid-Capacitance Networks for Efficient Sequence Modeling},
  author = {Mónika Farsang and Ramin Hasani and Daniela Rus and Radu Grosu},
  journal= {arXiv preprint arXiv:2505.21717},
  year   = {2025}
}

Comments

NeurIPS 2025

R2 v1 2026-07-01T02:44:32.574Z