paper-with-me

홈 › Papers

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, despite their noticeable empirical success, little is known about how such constrained neural networks behave during their training via gradient descent. More importantly, even less is known about why such models sometimes fail to train at all. In this work, we aim to investigate these questions through the lens of the Neural Tangent Kernel (NTK); a kernel that captures the behavior of fully-connected neural networks in the infinite width limit during training via gradient descent. Specifically, we derive the NTK of PINNs and prove that, under appropriate conditions, it converges to a deterministic kernel that stays constant during training in the infinite-width limit. This allows us to analyze the training dynamics of PINNs through the lens of their limiting NTK and find a remarkable discrepancy in the convergence rate of the different loss components contributing to the total training error. To address this fundamental pathology, we propose a novel gradient descent algorithm that utilizes the eigenvalues of the NTK to adaptively calibrate the convergence rate of the total training error. Finally, we perform a series of numerical experiments to verify the correctness of our theory and the practical effectiveness of the proposed algorithms. The data and code accompanying this manuscript are publicly available at \url{https://github.com/PredictiveIntelligenceLab/PINNsNTK}.

📄 PDF Abstract BibTeX arXiv:2007.14527

Code (1)

PredictiveIntelligenceLab/PINNsNTK 공식 구현 tf

Methods 이 논문이 사용한 방법론

NTK 설명 없음

Similar Papers 제목 키워드 기반

The Differential Neural Tangent Kernel and Its Positivity

2026-07-11 · Bangti Jin, Longjun Wu arxiv

The Neural Tangent Kernel (NTK) is one powerful tool for analyzing the training dynamics of neural networks in the over-parameterized regime. Recently, the theoretical framework has been extended to physics-informed neur…

Neural tangent kernel analysis of PINN for advection-diffusion equation

2022-11-21 · M. H. Saadat, B. Gjorgiev, L. Das, G. Sansavini

Physics-informed neural networks (PINNs) numerically approximate the solution of a partial differential equation (PDE) by incorporating the residual of the PDE along with its initial/boundary conditions into the loss fun…

Is the neural tangent kernel of PINNs deep learning general partial differential equations always convergent ?

2024-12-09 · Zijian Zhou, Zhenya Yan

In this paper, we study the neural tangent kernel (NTK) for general partial differential equations (PDEs) based on physics-informed neural networks (PINNs). As we all know, the training of an artificial neural network ca…

Trace Regularity PINNs: Enforcing $\mathrm{H}^{\frac{1}{2}}(\partial Ω)$ for Boundary Data

2025-10-19 · Doyoon Kim, Junbin Song arxiv

We propose an enhanced physics-informed neural network (PINN), the Trace Regularity Physics-Informed Neural Network (TRPINN), which enforces the boundary loss in the Sobolev-Slobodeckij norm $H^{1/2}(\partial Ω)$, the co…

When and Why Adversarial Training Improves PINNs: A Neural Tangent Kernel Perspective

2026-05-15 · Yuan-dong Cao, Chi Chiu SO, Jun-Min Wang, He Wang arxiv

Physics-informed neural networks (PINNs) are powerful surrogates for differential equations but are notoriously difficult to train due to spectral bias, stiffness, and poor accuracy on high-frequency or multiscale soluti…