PAINT: Parallel-in-time Neural Twins for Dynamical System Reconstruction
Andreas Radler, Vincent Seyfried, Stefan Pirker, Johannes Brandstetter, Thomas Lichtenegger
TL;DR
This work addresses the challenge of creating neural twins that can adapt at test time using real-time measurements. It introduces PAINT, a framework that learns a joint conditional distribution of states given measurements and performs state reconstruction in a sliding-window, parallel-in-time fashion, avoiding reliance on a fixed initial condition. The authors provide theoretical guarantees that PAINT is on-trajectory under a measurement-decay assumption and contrast this with autoregressive models that can drift, illustrating the phenomenon of over-reliance on the autoregressive state. They instantiate PAINT as FlowPAINT with Flow Matching and validate it on a challenging 2D turbulent jet dataset, demonstrating improved physical coherence, lower error growth, and meaningful uncertainty estimates relative to autoregressive baselines. The work advances neural twin design by offering an architecture-agnostic, interpretable approach with uncertainty quantification, suitable for real-time state estimation and decision-making in complex dynamical systems, while acknowledging high computational costs and proposing avenues for future improvement.
Abstract
Neural surrogates have shown great potential in simulating dynamical systems, while offering real-time capabilities. We envision Neural Twins as a progression of neural surrogates, aiming to create digital replicas of real systems. A neural twin consumes measurements at test time to update its state, thereby enabling context-specific decision-making. A critical property of neural twins is their ability to remain on-trajectory, i.e., to stay close to the true system state over time. We introduce Parallel-in-time Neural Twins (PAINT), an architecture-agnostic family of methods for modeling dynamical systems from measurements. PAINT trains a generative neural network to model the distribution of states parallel over time. At test time, states are predicted from measurements in a sliding window fashion. Our theoretical analysis shows that PAINT is on-trajectory, whereas autoregressive models generally are not. Empirically, we evaluate our method on a challenging two-dimensional turbulent fluid dynamics problem. The results demonstrate that PAINT stays on-trajectory and predicts system states from sparse measurements with high fidelity. These findings underscore PAINT's potential for developing neural twins that stay on-trajectory, enabling more accurate state estimation and decision-making.
