Meta-learning Loss Functions of Parametric Partial Differential Equations Using Physics-Informed Neural Networks
Michail Koumpanakis, Ricardo Vilalta
TL;DR
The paper addresses efficient learning of parametric PDEs by meta-learning a task-specific loss via Generalized Additive Models within Physics-Informed Neural Networks. By replacing or augmenting the data loss with a GAM-derived residual term, the method enhances fast adaptation across related PDE tasks, demonstrated on the 1D Burgers and 2D Heat equations. Empirical results show GAM_PINN achieves faster convergence and lower mean-squared errors than random initialization and standard MAML-based PINNs, and can even de-noise PDEs under noisy observations. The work points to significant practical impact in rapidly solving parameterized PDEs and suggests future directions in symbolic PDE discovery and broader experimental data applications.
Abstract
This paper proposes a new way to learn Physics-Informed Neural Network loss functions using Generalized Additive Models. We apply our method by meta-learning parametric partial differential equations, PDEs, on Burger's and 2D Heat Equations. The goal is to learn a new loss function for each parametric PDE using meta-learning. The derived loss function replaces the traditional data loss, allowing us to learn each parametric PDE more efficiently, improving the meta-learner's performance and convergence.
