When and why PINNs fail to train: A neural tangent kernel perspective
Sifan Wang, Xinling Yu, Paris Perdikaris
TL;DR
This work analyzes physics-informed neural networks (PINNs) through the Neural Tangent Kernel (NTK) lens. It derives the PINN NTK, proves that in the infinite-width limit it converges to a deterministic kernel and remains nearly constant during training, and uses this to explain why PINNs exhibit spectral bias and imbalanced convergence across loss terms. A practical adaptive training algorithm is proposed to balance the NTK-driven convergence rates by updating loss weights based on NTK eigenvalues, improving trainability and accuracy in several PDE scenarios. Numerical experiments on 1D Poisson and wave equations validate the theory, demonstrate NTK stability with width, and show substantial improvements when balancing loss components. The results provide a principled pathway to kernel-based analysis and strategy design for robust, provable PINN training.
Abstract
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}.
