English

Weight-Space Linear Recurrent Neural Networks

Machine Learning 2026-03-04 v3

Abstract

We introduce WARP (Weight-space Adaptive Recurrent Prediction), a simple yet powerful model that unifies weight-space learning with linear recurrence to redefine sequence modeling. Unlike conventional recurrent neural networks (RNNs) which collapse temporal dynamics into fixed-dimensional hidden states, WARP explicitly parametrizes its hidden state as the weights and biases of a distinct auxiliary neural network, and uses input differences to drive its recurrence. This brain-inspired formulation enables efficient gradient-free adaptation of the auxiliary network at test-time, in-context learning abilities, and seamless integration of domain-specific physical priors. Empirical validation shows that WARP matches or surpasses state-of-the-art baselines on diverse classification tasks, featuring in the top three in 4 out of 6 real-world challenging datasets. Furthermore, extensive experiments across sequential image completion, multivariate time series forecasting, and dynamical system reconstruction demonstrate its expressiveness and generalisation capabilities. Remarkably, a physics-informed variant of our model outperforms the next best model by more than 10x. Ablation studies confirm the architectural necessity of key components, solidifying weight-space linear RNNs as a transformative paradigm for adaptive machine intelligence.

Keywords

Cite

@article{arxiv.2506.01153,
  title  = {Weight-Space Linear Recurrent Neural Networks},
  author = {Roussel Desmond Nzoyem and Nawid Keshtmand and Enrique Crespo Fernandez and Idriss Tsayem and Raul Santos-Rodriguez and David A. W. Barton and Tom Deakin},
  journal= {arXiv preprint arXiv:2506.01153},
  year   = {2026}
}

Comments

Accepted as a main track publication at ICLR 2026. Contains 40 pages, 23 figures, and 16 tables

R2 v1 2026-07-01T02:53:26.054Z