Online learning of neural state-space models
arXiv:2607.17614
2026
Dynamics
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper offers a constructive mechanism for adapting nonlinear neural state-space models online: process non-overlapping input-output batches, infer the latent state at each batch boundary with a subspace encoder, and recursively update the dynamics and observation parameters. The transferable asset is a separation between state initialization from recent observations and parameter adaptation, avoiding replay of the entire history during online learning. A practical neural-network transfer is an online world-model learner with encoder-based state resets and recursive updates, monitored using one-step and multi-step prediction errors. The main falsifiable signatures are bounded per-batch computation independent of stream length, decay of state-estimation perturbations under a contraction condition, and decreasing batch-to-batch prediction error under persistent excitation.
Ideas from this paper
✓✓ Beats tuned baseline
2026
Replace full-history backpropagation through time for an online recurrent or state-space neural network with a fixed-length batch protocol. An encoder maps the most recent input-output window to the latent state at the beginning of each batch, after which the learned dynamics are rolled forward and updated recursively from the new batch only. This should prevent state drift across long streams while retaining adaptation to changing dynamics.
Useful7/10
Difficulty5/10
Novelty6/10