LGCOMP-PHNov 1, 2021

Gradient-enhanced physics-informed neural networks for forward and inverse PDE problems

arXiv:2111.02801v1723 citations
Originality Incremental advance
AI Analysis

This work addresses accuracy and efficiency issues in PINNs for researchers and practitioners solving PDEs, representing an incremental improvement by enhancing an existing method.

The authors tackled the limited accuracy of physics-informed neural networks (PINNs) in solving partial differential equations (PDEs) by proposing gradient-enhanced PINNs (gPINNs), which incorporate gradient information of the PDE residual into the loss function, resulting in better performance with fewer training points, such as improved accuracy in forward and inverse problems.

Deep learning has been shown to be an effective tool in solving partial differential equations (PDEs) through physics-informed neural networks (PINNs). PINNs embed the PDE residual into the loss function of the neural network, and have been successfully employed to solve diverse forward and inverse PDE problems. However, one disadvantage of the first generation of PINNs is that they usually have limited accuracy even with many training points. Here, we propose a new method, gradient-enhanced physics-informed neural networks (gPINNs), for improving the accuracy and training efficiency of PINNs. gPINNs leverage gradient information of the PDE residual and embed the gradient into the loss function. We tested gPINNs extensively and demonstrated the effectiveness of gPINNs in both forward and inverse PDE problems. Our numerical results show that gPINN performs better than PINN with fewer training points. Furthermore, we combined gPINN with the method of residual-based adaptive refinement (RAR), a method for improving the distribution of training points adaptively during training, to further improve the performance of gPINN, especially in PDEs with solutions that have steep gradients.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes