RRAEDy: Adaptive Latent Linearization of Nonlinear Dynamical Systems
Jad Mounayer, Sebastian Rodriguez, Jerome Tomezyk, Chady Ghnatios, Francisco Chinesta
TL;DR
RRAEDy introduces an adaptive latent-dimension framework for nonlinear dynamical systems by coupling Rank Reduction Autoencoders with a Dynamic Mode Decomposition operator to enforce regularized, linear latent dynamics. The method automatically prunes latent variables via truncated SVD and uses a fixed basis with a learned DMD for stable evolution, trained with a single reconstruction loss. The authors provide theoretical results on the stability and batch-consistency of the learned operator and demonstrate strong predictive performance on benchmarks including Van der Pol, Burgers', 2D Navier–Stokes, and Rotating Gaussians, with an extension to parametric ODEs. The work is complemented by open-source code and shows robust extrapolation and resilience to local latent-space behavior, highlighting practical impact for data-driven dynamical modeling.
Abstract
Most existing latent-space models for dynamical systems require fixing the latent dimension in advance, they rely on complex loss balancing to approximate linear dynamics, and they don't regularize the latent variables. We introduce RRAEDy, a model that removes these limitations by discovering the appropriate latent dimension, while enforcing both regularized and linearized dynamics in the latent space. Built upon Rank-Reduction Autoencoders (RRAEs), RRAEDy automatically rank and prune latent variables through their singular values while learning a latent Dynamic Mode Decomposition (DMD) operator that governs their temporal progression. This structure-free yet linearly constrained formulation enables the model to learn stable and low-dimensional dynamics without auxiliary losses or manual tuning. We provide theoretical analysis demonstrating the stability of the learned operator and showcase the generality of our model by proposing an extension that handles parametric ODEs. Experiments on canonical benchmarks, including the Van der Pol oscillator, Burgers' equation, 2D Navier-Stokes, and Rotating Gaussians, show that RRAEDy achieves accurate and robust predictions. Our code is open-source and available at https://github.com/JadM133/RRAEDy. We also provide a video summarizing the main results at https://youtu.be/ox70mSSMGrM.
