A Multi-Level Deep Framework for Deep Solvers of Partial Differential Equations
Yu Yang, Qiaolin He
TL;DR
The paper tackles the challenge of solving PDEs with neural solvers by addressing the slow learning of high-frequency components. It introduces a multi-level PINN framework comprising residual-driven Multi-Level Sampling and iterative Multi-Level Training, guided by a monitor function to concentrate samples in high-frequency regions, and leverages advanced optimizers (SOAP, SSBroyden) to accelerate convergence. A rigorous error-estimation analysis is provided, along with extensive numerical experiments on Poisson, Helmholtz, sharp-interface Poisson, 3D interfaces, and Prandtl equations, demonstrating superior accuracy and robustness over traditional PINN strategies. The approach holds promise for efficient, high-fidelity neural PDE solvers in problems with strong frequency content or low regularity.
Abstract
In this paper, inspired by the multigrid method, we propose a multi-level deep framework for deep solvers. Overall, it divides the entire training process into different levels of training. At each level of training, an adaptive sampling method proposed in this paper is first employed to obtain new training points, so that these points become increasingly concentrated in computational regions corresponding to high-frequency components. Then, the generalization ability of deep neural networks are utilized to update the PDEs for the next level of training based on the results from all previous levels. Rigorous mathematical proofs and detailed numerical experiments are employed to demonstrate the effectiveness of the proposed method.
