Meta-Auto-Decoder: A Meta-Learning Based Reduced Order Model for Solving Parametric Partial Differential Equations
Zhanhong Ye, Xiang Huang, Hongsheng Liu, Bin Dong
TL;DR
This paper addresses the challenge of efficiently solving parametric PDEs by moving beyond linear reduced-order models to nonlinear, mesh-free representations. It introduces Meta-Auto-Decoder (MAD), which learns a nonlinear trial manifold via an auto-decoder architecture and encodes heterogeneous PDE parameters into latent vectors, enabling fast adaptation to new tasks through MAD-L (latent search) or MAD-LM (joint fine-tuning). The work formalizes decoder width as a theoretical measure of the best possible nonlinear approximation and provides extensive numerical experiments on Burgers', Maxwell, Laplace, and Helmholtz equations, demonstrating faster convergence and competitive accuracy versus strong baselines. The approach offers practical benefits for real-time and many-query PDE solving, with robustness to heterogeneous domains and parameters and an interpretable connection to manifold learning concepts.
Abstract
Many important problems in science and engineering require solving the so-called parametric partial differential equations (PDEs), i.e., PDEs with different physical parameters, boundary conditions, shapes of computational domains, etc. Typical reduced order modeling techniques accelarate solution of the parametric PDEs by projecting them onto a linear trial manifold constructed in the offline stage. These methods often need a predefined mesh as well as a series of precomputed solution snapshots, andmay struggle to balance between efficiency and accuracy due to the limitation of the linear ansatz. Utilizing the nonlinear representation of neural networks, we propose Meta-Auto-Decoder (MAD) to construct a nonlinear trial manifold, whose best possible performance is measured theoretically by the decoder width. Based on the meta-learning concept, the trial manifold can be learned in a mesh-free and unsupervised way during the pre-training stage. Fast adaptation to new (possibly heterogeneous) PDE parameters is enabled by searching on this trial manifold, and optionally fine-tuning the trial manifold at the same time. Extensive numerical experiments show that the MAD method exhibits faster convergence speed without losing accuracy than other deep learning-based methods.
