Annealed adaptive importance sampling method in PINNs for solving high dimensional partial differential equations
Zhengqi Zhang, Jing Li, Bin Liu
TL;DR
This work tackles the difficulty of training PINNs on high-dimensional and singular PDEs by introducing Annealed Adaptive Importance Sampling (AAIS) to drive adaptive resampling of collocation points. By modeling the PDE residual distribution with finite mixtures (Gaussian or Student's t) and employing an EM-based update guided by an annealed temperature ladder, AAIS-enhanced PINNs concentrate training resources where the residual is large, improving accuracy and efficiency. The authors also propose a simple resampling framework that maintains a fixed training set while injecting adaptive points according to the residual density, and demonstrate substantial gains over uniform sampling, with AAIS-t often outperforming AAIS-g and RAD in high-dimensional problems. The approach is versatile, scalable, and compatible with various PINN formulations, offering a practical path toward solving complex high-dimensional PDEs and informing future extensions to inverse problems and parallel implementations.
Abstract
Physics-informed neural networks (PINNs) have emerged as powerful tools for solving a wide range of partial differential equations (PDEs). However, despite their user-friendly interface and broad applicability, PINNs encounter challenges in accurately resolving PDEs, especially when dealing with singular cases that may lead to unsatisfactory local minima. To address these challenges and improve solution accuracy, we propose an innovative approach called Annealed Adaptive Importance Sampling (AAIS) for computing the discretized PDE residuals of the cost functions, inspired by the Expectation Maximization algorithm used in finite mixtures to mimic target density. Our objective is to approximate discretized PDE residuals by strategically sampling additional points in regions with elevated residuals, thus enhancing the effectiveness and accuracy of PINNs. Implemented together with a straightforward resampling strategy within PINNs, our AAIS algorithm demonstrates significant improvements in efficiency across a range of tested PDEs, even with limited training datasets. Moreover, our proposed AAIS-PINN method shows promising capabilities in solving high-dimensional singular PDEs. The adaptive sampling framework introduced here can be integrated into various PINN frameworks.
