A Review of Neural Network Solvers for Second-order Boundary Value Problems
Ramesh Chandra Sau, Luowei Yin
TL;DR
The paper surveys neural-network solvers for second-order boundary value problems, focusing on PINN, DRM, VPINN, and WAN, and analyzes how loss formulations and optimization strategies impact performance. It synthesizes numerical results across low- and high-dimensional problems, showing that weak-form methods (DRM, VPINN) better handle low-regularity solutions than PINN, while WAN can excel on weak solutions but suffers from training instability. An error analysis for PINN is presented, decomposing the total error into approximation, statistical, and optimization components and providing a framework to bound the solution error in terms of these factors. The work highlights practical considerations for method selection, such as dimensionality, solution regularity, and training stability, and outlines theoretical gaps in optimization analysis. Overall, it offers guidance for practitioners on selecting and tuning neural solvers for PDEs and motivates further theoretical development of convergence guarantees and stability.
Abstract
Deep learning-based partial differential equation(PDE) solvers have received much attention in the past few years. Methods of this category can solve a wide range of PDEs with high accuracy, typically by transforming the problems into highly nonlinear optimization problems of neural network parameters. This work reviews several deep learning solvers proposed a few years ago, including PINN, WAN, DRM, and VPINN. Numerical results are provided to make comparisons amongst them and address the importance of loss formulation and the optimization method. A rigorous error analysis for PINN is also presented. Finally, we discuss the current limitations and bottlenecks of these methods.
