LGNAJun 10, 2025

mLaSDI: Multi-stage latent space dynamics identification

arXiv:2506.09207v24 citationsh-index: 4
Originality Incremental advance
AI Analysis

This work solves the problem of computational efficiency and accuracy in PDE solvers for scientific computing, but it is incremental as it builds on the existing LaSDI framework.

The paper tackles the challenge of improving reduced-order models for partial differential equations by addressing autoencoder limitations in accurately reconstructing training data while satisfying latent space dynamics, particularly in complex regimes, and finds that mLaSDI reduces prediction and reconstruction errors and training time compared to LaSDI.

Determining accurate numerical solutions of partial differential equations (PDEs) is an important task in many scientific disciplines. However, solvers can be computationally expensive, leading to the development of reduced-order models (ROMs). Recently, Latent Space Dynamics Identification (LaSDI) was proposed as a data-driven, non-intrusive ROM framework. LaSDI compresses the training data using an autoencoder and learns a system of user-chosen ordinary differential equations (ODEs), which govern the latent space dynamics. This allows for rapid predictions by interpolating and evolving the low-dimensional ODEs in the latent space. While LaSDI has produced effective ROMs for numerous problems, the autoencoder can have difficulty accurately reconstructing training data while also satisfying the imposed dynamics in the latent space, particularly in complex or high-frequency regimes. To address this, we propose multi-stage Latent Space Dynamics Identification (mLaSDI). With mLaSDI, several autoencoders are trained sequentially in stages, where each autoencoder learns to correct the error of the previous stages. We find that applying mLaSDI with small autoencoders results in lower prediction and reconstruction errors, while also reducing training time compared to LaSDI.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes