Scalable nonlinear manifold reduced order model for dynamical systems

Ivan Zanardi,Alejandro N. Diaz,Seung Whan Chung,Marco Panesi,Youngsoo Choi
2024-11-30
Abstract:The domain decomposition (DD) nonlinear-manifold reduced-order model (NM-ROM) represents a computationally efficient method for integrating underlying physics principles into a neural network-based, data-driven approach. Compared to linear subspace methods, NM-ROMs offer superior expressivity and enhanced reconstruction capabilities, while DD enables cost-effective, parallel training of autoencoders by partitioning the domain into algebraic subdomains. In this work, we investigate the scalability of this approach by implementing a "bottom-up" strategy: training NM-ROMs on smaller domains and subsequently deploying them on larger, composable ones. The application of this method to the two-dimensional time-dependent Burgers' equation shows that extrapolating from smaller to larger domains is both stable and effective. This approach achieves an accuracy of 1% in relative error and provides a remarkable speedup of nearly 700 times.
Numerical Analysis,Dynamical Systems,Computational Physics
What problem does this paper attempt to address?
The main problem that this paper attempts to solve is to improve the computational efficiency in the simulation of large - scale nonlinear dynamical systems while maintaining high precision. Specifically, the authors focus on how to construct an efficient and scalable model - order - reduction framework by combining the nonlinear manifold reduced - order model (NM - ROM) and the domain decomposition (DD) method. ### Main Problems and Solutions 1. **Trade - off between Computational Efficiency and Precision** - **Problem**: Traditional full - order models (FOM) require a large amount of computational resources and time when dealing with large - scale, parameterized, non - linear systems, which makes complex tasks such as design optimization and uncertainty quantification impractical. - **Solution**: By introducing reduced - order models (ROM), especially the nonlinear manifold reduced - order model (NM - ROM), the amount of computation can be significantly reduced while maintaining relatively high precision. NM - ROM has better expressive and reconstructive capabilities compared to linear subspace methods. 2. **Scalability and Parallel Training** - **Problem**: For large - scale problems, directly training NM - ROM can be very time - consuming and computationally expensive. - **Solution**: Adopt a "bottom - up" strategy, that is, first train NM - ROM on smaller sub - domains and then deploy it to larger, combinable domains. This method not only improves scalability but also allows parallel training of auto - encoders, thereby reducing costs. 3. **Dealing with Problems with Slowly Decaying Kolmogorov n - width** - **Problem**: The Kolmogorov n - width of some physical problems (such as convection - dominated problems and problems with sharp gradients) decays slowly, making it difficult for traditional linear subspace reduced - order models to handle effectively. - **Solution**: By approximating FOM on a low - dimensional nonlinear manifold, NM - ROM can better handle these problems. In addition, combining the domain decomposition method can further improve the applicability and performance of the model. ### Specific Applications In the paper, the two - dimensional time - varying Burgers equation is taken as an example to demonstrate the effectiveness and superiority of this method. The experimental results show that extrapolating from a smaller domain to a larger domain is stable and effective, with a relative error of about 1% and a speed - up of nearly 700 times. ### Summary In summary, this paper aims to solve the computational efficiency and precision problems in the simulation of large - scale nonlinear dynamical systems by combining the nonlinear manifold reduced - order model and the domain decomposition method, and proposes a "bottom - up" training strategy to improve the scalability and parallelization capabilities of the model.