paper-with-me

Papers

Understanding and mitigating gradient pathologies in physics-informed neural networks

2020-01-13 · Sifan Wang, Yujun Teng, Paris Perdikaris

The widespread use of neural networks across different scientific domains often involves constraining them to satisfy certain symmetries, conservation laws, or other domain knowledge. Such constraints are often imposed as soft penalties during model training and effectively act as domain-specific regularizers of the empirical risk loss. Physics-informed neural networks is an example of this philosophy in which the outputs of deep neural networks are constrained to approximately satisfy a given set of partial differential equations. In this work we review recent advances in scientific machine learning with a specific focus on the effectiveness of physics-informed neural networks in predicting outcomes of physical systems and discovering hidden physics from noisy data. We will also identify and analyze a fundamental mode of failure of such approaches that is related to numerical stiffness leading to unbalanced back-propagated gradients during model training. To address this limitation we present a learning rate annealing algorithm that utilizes gradient statistics during model training to balance the interplay between different terms in composite loss functions. We also propose a novel neural network architecture that is more resilient to such gradient pathologies. Taken together, our developments provide new insights into the training of constrained neural networks and consistently improve the predictive accuracy of physics-informed neural networks by a factor of 50-100x across a range of problems in computational physics. All code and data accompanying this manuscript are publicly available at \url{https://github.com/PredictiveIntelligenceLab/GradientPathologiesPINNs}.

📄 PDF Abstract BibTeX arXiv:2001.04536

Code (1)

PredictiveIntelligenceLab/GradientPathologiesPINNs 공식 구현 tf

Tasks

Philosophy

Similar Papers 제목 키워드 기반

On the training of physics-informed neural operators for solving parametric partial differential equations

2026-06-04 · Nanxi Chen, Chuanjie Cui, Airong Chen, Sifan Wang 외 arxiv

Physics-informed neural operators (PINOs) aim to learn solution operators for partial differential equations by using the governing physics as supervision, rather than relying solely on paired input-output simulation dat…

PSO-PINN: Physics-Informed Neural Networks Trained with Particle Swarm Optimization

2022-02-04 · Caio Davi, Ulisses Braga-Neto

Physics-informed neural networks (PINN) have recently emerged as a promising application of deep learning in a wide range of engineering and scientific problems based on partial differential equation (PDE) models. Howeve…

From Simple to Complex: Curriculum-Guided Physics-Informed Neural Networks via Gaussian Mixture Models

2026-05-19 · Jianan Yang, Yiran Wang, Shuai Li, Fujun Cao 외 arxiv

Physics-informed neural networks (PINNs) offer a mesh-free framework for solving partial differential equations (PDEs), yet training often suffers from gradient pathologies, spectral bias, and poor convergence, especiall…

Advancing Opinion Dynamics Modeling with Neural Diffusion-Convection-Reaction Equation

2026-02-05 · Chenghua Gong, Yihang Jiang, Hao Li, Rui Sun 외 arxiv

Advanced opinion dynamics modeling is vital for deciphering social behavior, emphasizing its role in mitigating polarization and securing cyberspace. To synergize mechanistic interpretability with data-driven flexibility…

Preconditioning for Physics-Informed Neural Networks

2024-02-01 · Songming Liu, Chang Su, Jiachen Yao, Zhongkai Hao 외

Physics-informed neural networks (PINNs) have shown promise in solving various partial differential equations (PDEs). However, training pathologies have negatively affected the convergence and prediction accuracy of PINN…