ProPINN: Demystifying Propagation Failures in Physics-Informed Neural Networks
Haixu Wu, Yuezhou Ma, Hang Zhou, Huikun Weng, Jianmin Wang, Mingsheng Long
TL;DR
Propagation failures in PINNs are shown to stem from insufficient propagation of correct supervision into interior regions, formally linked to low gradient correlation $G_{u_\theta}(\mathbf{x},\mathbf{x}')$ between nearby points. By contrasting PINN with FEM discretizations, the authors develop ProPINN, an architecture that unites region gradients through differential perturbation and multi-region mixing to boost $G_{u_\theta}$ and improve propagation. The method achieves state-of-the-art performance across standard PDE benchmarks and challenging Navier–Stokes tasks, outperforming strong Transformer-based baselines by around 46% relative on multiple tasks and with favorable efficiency. This architecture-centered solution provides a precise diagnostic criterion for PINN failures and offers a practical, scalable approach to reliable PDE solving with neural networks.
Abstract
Physics-informed neural networks (PINNs) have earned high expectations in solving partial differential equations (PDEs), but their optimization usually faces thorny challenges due to the unique derivative-dependent loss function. By analyzing the loss distribution, previous research observed the propagation failure phenomenon of PINNs, intuitively described as the correct supervision for model outputs cannot ''propagate'' from initial states or boundaries to the interior domain. Going beyond intuitive understanding, this paper provides a formal and in-depth study of propagation failure and its root cause. Based on a detailed comparison with classical finite element methods, we ascribe the failure to the conventional single-point-processing architecture of PINNs and further prove that propagation failure is essentially caused by the lower gradient correlation of PINN models on nearby collocation points. Compared to superficial loss maps, this new perspective provides a more precise quantitative criterion to identify where and why PINN fails. The theoretical finding also inspires us to present a new PINN architecture, named ProPINN, which can effectively unite the gradients of region points for better propagation. ProPINN can reliably resolve PINN failure modes and significantly surpass advanced Transformer-based models with 46% relative promotion.
