Improved physics-informed neural network in mitigating gradient related failures
About
Physics-informed neural networks (PINNs) integrate fundamental physical principles with advanced data-driven techniques, driving significant advancements in scientific computing. However, PINNs face persistent challenges with stiffness in gradient flow, which limits their predictive capabilities. This paper presents an improved PINN (I-PINN) to mitigate gradient-related failures. The core of I-PINN is to combine the respective strengths of neural networks with an improved architecture and adaptive weights containingupper bounds. The capability to enhance accuracy by at least one order of magnitude and accelerate convergence, without introducing extra computational complexity relative to the baseline model, is achieved by I-PINN. Numerical experiments with a variety of benchmarks illustrate the improved accuracy and generalization of I-PINN. The supporting data and code are accessible at https://github.com/PanChengN/I-PINN.git, enabling broader research engagement.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Solving PDE | Burgers | Relative Error8.92 | 24 | |
| Forward PDE solving | Navier-Stokes | Relative L2 Error35.65 | 15 | |
| Forward PDE solving | Poisson | Relative L2 Error54.64 | 15 | |
| Inverse PDE solving | Darcy | Relative L2 Error8.95 | 10 | |
| Forward PDE solving | HYCOM | Relative L2 Error33.05 | 10 | |
| Forward PDE solving | 1D Burgers' equation standard synthetic (test) | Relative L2 Error0.0892 | 10 | |
| Forward PDE solving | Darcy | Relative L2 Error8.41 | 9 |