Adaptive learning of effective dynamics: Adaptive real-time, online modeling for complex systems

Ivica Kičić,Pantelis R. Vlachas,Georgios Arampatzis,Michail Chatzimanolakis,Leonidas Guibas,Petros Koumoutsakos
2023-04-04
Abstract:Predictive simulations are essential for applications ranging from weather forecasting to material design. The veracity of these simulations hinges on their capacity to capture the effective system dynamics. Massively parallel simulations predict the systems dynamics by resolving all spatiotemporal scales, often at a cost that prevents experimentation. On the other hand, reduced order models are fast but often limited by the linearization of the system dynamics and the adopted heuristic closures. We propose a novel systematic framework that bridges large scale simulations and reduced order models to extract and forecast adaptively the effective dynamics (AdaLED) of multiscale systems. AdaLED employs an autoencoder to identify reduced-order representations of the system dynamics and an ensemble of probabilistic recurrent neural networks (RNNs) as the latent time-stepper. The framework alternates between the computational solver and the surrogate, accelerating learned dynamics while leaving yet-to-be-learned dynamics regimes to the original solver. AdaLED continuously adapts the surrogate to the new dynamics through online training. The transitions between the surrogate and the computational solver are determined by monitoring the prediction accuracy and uncertainty of the surrogate. The effectiveness of AdaLED is demonstrated on three different systems - a Van der Pol oscillator, a 2D reaction-diffusion equation, and a 2D Navier-Stokes flow past a cylinder for varying Reynolds numbers (400 up to 1200), showcasing its ability to learn effective dynamics online, detect unseen dynamics regimes, and provide net speed-ups. To the best of our knowledge, AdaLED is the first framework that couples a surrogate model with a computational solver to achieve online adaptive learning of effective dynamics. It constitutes a potent tool for applications requiring many expensive simulations.
Computational Physics,Machine Learning,Fluid Dynamics
What problem does this paper attempt to address?
This paper attempts to address the problem of efficiently and accurately capturing the effective dynamics of a system in predictive simulations of complex systems. Specifically, traditional high-precision simulations, while capable of resolving dynamics across all spatiotemporal scales, are computationally expensive, limiting the feasibility of experiments and optimization. On the other hand, reduced-order models, although computationally faster, are often constrained by linearization assumptions and heuristic closure methods, making them difficult to adapt to complex nonlinear dynamics. To solve this problem, the authors propose a new framework—Adaptive Learning of Effective Dynamics (AdaLED), which combines the advantages of large-scale simulations and reduced-order models by extracting and predicting the effective dynamics of multi-scale systems through online adaptive learning. The main features of AdaLED include: 1. **Autoencoder**: Used to identify the reduced-order representation of the system. 2. **Probabilistic Recurrent Neural Network (RNN) Ensemble**: Serves as a latent time-stepper to predict the macroscopic dynamics of the system. 3. **Online Training**: The framework continuously adapts to new dynamics during operation, deciding when to use the surrogate model or the original computational solver by monitoring prediction errors and uncertainties. In this way, AdaLED can significantly accelerate computations while ensuring high accuracy, making it particularly suitable for applications requiring numerous expensive simulations.