LGMay 18, 2022

Revisiting PINNs: Generative Adversarial Physics-informed Neural Networks and Point-weighting Method

arXiv:2205.08754v117 citationsh-index: 24
Originality Incremental advance
AI Analysis

This work addresses efficiency and data exploitation issues in PINNs for solving PDEs, representing an incremental improvement in the domain of scientific machine learning.

The paper tackles challenges in physics-informed neural networks (PINNs) by proposing GA-PINNs to improve performance using few exact solutions and a point-weighting method to enhance training efficiency, with numerical experiments showing outperformance over PINNs in many PDEs.

Physics-informed neural networks (PINNs) provide a deep learning framework for numerically solving partial differential equations (PDEs), and have been widely used in a variety of PDE problems. However, there still remain some challenges in the application of PINNs: 1) the mechanism of PINNs is unsuitable (at least cannot be directly applied) to exploiting a small size of (usually very few) extra informative samples to refine the networks; and 2) the efficiency of training PINNs often becomes low for some complicated PDEs. In this paper, we propose the generative adversarial physics-informed neural network (GA-PINN), which integrates the generative adversarial (GA) mechanism with the structure of PINNs, to improve the performance of PINNs by exploiting only a small size of exact solutions to the PDEs. Inspired from the weighting strategy of the Adaboost method, we then introduce a point-weighting (PW) method to improve the training efficiency of PINNs, where the weight of each sample point is adaptively updated at each training iteration. The numerical experiments show that GA-PINNs outperform PINNs in many well-known PDEs and the PW method also improves the efficiency of training PINNs and GA-PINNs.

Code Implementations2 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