paper-with-me

홈 › Papers

Mitigating Gradient Pathology in PINNs through Aligned Constraint

2026-05-24 · Yichen Luo, Peiyu Zhu, Dongxiao Hu, Jia Wang, Tailin Wu, Dapeng Lan, Yu Liu, Zhibo Pang arxiv

While Physics-Informed Neural Networks (PINNs) are powerful for solving Partial Differential Equations (PDEs), their training is often paralyzed by gradient pathology. The gradients from the PDE residuals and boundary constraints oppose each other, trapping the model in local minima. Current solutions, such as adaptive weighting or hard constraints, either fail to fundamentally resolve this ill-conditioning or are limited to simple geometries. In this study, we systematically analyze the possible causes of this gradient pathology from the perspectives of loss landscapes and optimization dynamics. Based on the obtained conclusion, we propose Constraint-Aligned loss with Manifold Lifting (CAML). By reformulating all zeroth-order terms into aligned constraints, our method effectively mitigates gradient conflicts. In addition, we introduce a delay factor to help the optimizer skip the high-curvature area. Experiments demonstrate that our CAML significantly enhances numerical stability and efficiency in highly complex PINN problems. Our code is open-sourced on https://github.com/YichenLuo-0/CAML.

📄 PDF Abstract BibTeX arXiv:2605.25001

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Derivative Pathology of PINNs: Variable Splitting Strategy with Convergence Analysis

2024-09-30 · Yesom Park, Changhoon Song, Myungjoo Kang

Physics-informed neural networks (PINNs) have recently emerged as effective methods for solving partial differential equations (PDEs) in various problems. Substantial research focuses on the failure modes of PINNs due to…

When and why PINNs fail to train: A neural tangent kernel perspective

2020-07-28 · Sifan Wang, Xinling Yu, Paris Perdikaris

Physics-informed neural networks (PINNs) have lately received great attention thanks to their flexibility in tackling a wide range of forward and inverse problems involving partial differential equations. However, despit…

Element-wise Multiplication Based Deeper Physics-Informed Neural Networks

2024-06-06 · Feilong Jiang, Xiaonan Hou, Min Xia

As a promising framework for resolving partial differential equations (PDEs), Physics-Informed Neural Networks (PINNs) have received widespread attention from industrial and scientific fields. However, lack of expressive…

Gradient-enhanced physics-informed neural networks for forward and inverse PDE problems

2021-11-01 · Jeremy Yu, Lu Lu, Xuhui Meng, George Em Karniadakis

Deep learning has been shown to be an effective tool in solving partial differential equations (PDEs) through physics-informed neural networks (PINNs). PINNs embed the PDE residual into the loss function of the neural ne…

Investigating and Mitigating Failure Modes in Physics-informed Neural Networks (PINNs)

2022-09-20 · Shamsulhaq Basir

This paper explores the difficulties in solving partial differential equations (PDEs) using physics-informed neural networks (PINNs). PINNs use physics as a regularization term in the objective function. However, a drawb…

Navigate