Coupled Integral PINN for Discontinuity
Yeping Wang, Shihao Yang
TL;DR
The paper tackles forward solving of nonlinear hyperbolic conservation laws with shocks using physics-informed neural networks, where standard strong-form PINNs fail to recover physically admissible entropy solutions. It introduces the Coupled Integral PINN (CI-PINN), a mesh-free dual-network framework that learns a primitive state $u(x,t)$ and an integral potential $S(x,t)$ with constraints $q \approx div S$ and $d_t S + F(q) \approx 0$, along with entropy admissibility. The authors provide optimization-theory insights showing barriers for sharp shocks and demonstrate that CI-PINN delivers sharper shocks, correct rarefaction behavior, and robust performance on 1D benchmarks (Burgers, Buckley–Leverett, Euler) and 2D problems (Euler, SWE), outperforming strong-form PINNs and several integral-form baselines. This approach offers a flexible, mesh-free solver for discontinuous PDEs, maintaining conservation laws without flux reconstruction and enabling integration with existing PINN enhancements.
Abstract
Physics-Informed Neural Networks (PINNs) solve forward PDEs by minimizing residual losses from the governing equations with initial and boundary conditions, but they often struggle with discontinuities such as shocks. In contrast, finite volume methods (FVM) handle discontinuities by enforcing integral conservation, which admits weak solutions. Motivated by this, we propose a Coupled Integral PINN (CI-PINN) that augments a standard PINN with an auxiliary network for integral potentials and coupled integral constraints. This improves robustness near shocks while avoiding meshing and the numerical flux integration/reconstruction used in classical schemes. We validate CI-PINN on forward benchmarks including Burgers, Buckley--Leverett, the Euler system, and the Shallow-Water equations.
