English

Fixed-Point RNNs: Interpolating from Diagonal to Dense

Machine Learning 2025-10-27 v3

Abstract

Linear recurrent neural networks (RNNs) and state-space models (SSMs) such as Mamba have become promising alternatives to softmax-attention as sequence mixing layers in Transformer architectures. Current models, however, do not exhibit the full state-tracking expressivity of RNNs because they rely on channel-wise (i.e. diagonal) sequence mixing. In this paper, we investigate parameterizations of a large class of dense linear RNNs as fixed-points of parallelizable diagonal linear RNNs. The resulting models can naturally trade expressivity for efficiency at a fixed number of parameters and achieve state-of-the-art results on the state-tracking benchmarks A5A_5 and S5S_5, while matching performance on copying and other tasks.

Keywords

Cite

@article{arxiv.2503.10799,
  title  = {Fixed-Point RNNs: Interpolating from Diagonal to Dense},
  author = {Sajad Movahedi and Felix Sarnthein and Nicola Muca Cirone and Antonio Orvieto},
  journal= {arXiv preprint arXiv:2503.10799},
  year   = {2025}
}

Comments

NeurIPS 2025 (Spotlight)

R2 v1 2026-06-28T22:19:42.848Z