🤖 AI Summary
This work proposes an efficient shallow physics-informed neural network (PINN) framework—employing only two hidden layers—to address the high computational cost and slow convergence of conventional deep PINNs in solving forward and inverse problems of nonlinear partial differential equations. By modeling the network as a nonlinear system and leveraging the Levenberg-Marquardt (LM) second-order optimization algorithm, the method constructs an exact Jacobian matrix using analytical derivatives of the input variables. Evaluated on benchmark problems including Burgers’, Schrödinger, Allen–Cahn, and three-dimensional Bratu equations, the approach consistently outperforms BFGS in terms of convergence speed, solution accuracy, and final loss, thereby challenging the prevailing notion that PINNs must be deep to be effective.
📝 Abstract
This work investigates the use of shallow physics-informed neural networks (PINNs) for solving forward and inverse problems of nonlinear partial differential equations (PDEs). By reformulating PINNs as nonlinear systems, the Levenberg-Marquardt (LM) algorithm is employed to efficiently optimize the network parameters. Analytical expressions for the neural network derivatives with respect to the input variables are derived, enabling accurate and efficient computation of the Jacobian matrix required by LM. The proposed approach is tested on several benchmark problems, including the Burgers, Schr\"odinger, Allen-Cahn, and three-dimensional Bratu equations. Numerical results demonstrate that LM significantly outperforms BFGS in terms of convergence speed, accuracy, and final loss values, even when using shallow network architectures with only two hidden layers. These findings indicate that, for a wide class of PDEs, shallow PINNs combined with efficient second-order optimization methods can provide accurate and computationally efficient solutions for both forward and inverse problems.