Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Learning Physics-Informed Neural Networks without Stacked Back-propagation

About

Physics-Informed Neural Network (PINN) has become a commonly used machine learning approach to solve partial differential equations (PDE). But, facing high-dimensional secondorder PDE problems, PINN will suffer from severe scalability issues since its loss includes second-order derivatives, the computational cost of which will grow along with the dimension during stacked back-propagation. In this work, we develop a novel approach that can significantly accelerate the training of Physics-Informed Neural Networks. In particular, we parameterize the PDE solution by the Gaussian smoothed model and show that, derived from Stein's Identity, the second-order derivatives can be efficiently calculated without back-propagation. We further discuss the model capacity and provide variance reduction methods to address key limitations in the derivative estimation. Experimental results show that our proposed method can achieve competitive error compared to standard PINN training but is significantly faster. Our code is released at https://github.com/LithiumDA/PINN-without-Stacked-BP.

Di He, Shanda Li, Wenlei Shi, Xiaotian Gao, Jia Zhang, Jiang Bian, Liwei Wang, Tie-Yan Liu• 2022

Related benchmarks

TaskDatasetResultRank
PDE solvingPoisson 2D (test)
MSE0.0016
53
Solving Hamilton-Jacobi-Bellman (HJB) EquationsHJB-Log
Computation Time (s)5
8
Solving Hamilton-Jacobi-Bellman (HJB) EquationsHJB-Rosenbrock
Computation Time (minutes)5
8
PDE solvingHeat 100D (test)
MSE0.0037
5
PDE solvingHJB 20D (test)
MSE0.0418
5
Showing 5 of 5 rows

Other info

Follow for update