An operator preconditioning perspective on training in physics-informed machine learning
Tim De Ryck, Florent Bonnet, Siddhartha Mishra, Emmanuel de Bézenac
TL;DR
This work analyzes why physics-informed machine learning models, such as PINNs, can be slow to train and shows that training speed is governed by the conditioning of the Hermitian square of the underlying differential operator combined with a kernel integral operator. The authors derive a linearized gradient-descent dynamics and prove convergence rates in terms of the condition number of an operator $\mathcal{A} = \mathcal{D}^{*}\mathcal{D}$ composed with the kernel operator $TT^{*}$, linking optimization performance to spectral properties. They propose explicit operator-preconditioning strategies via linear transforms of parameters or gradients to approximate $\mathcal{A}^{-1}$ and demonstrate their effectiveness on Poisson, Helmholtz, and linear advection problems, including Fourier-feature models. The results provide a principled framework for understanding and improving PINN training, connecting existing heuristics such as boundary-condition handling and domain decomposition to operator conditioning and opening avenues for nonlinear preconditioning in future work.
Abstract
In this paper, we investigate the behavior of gradient descent algorithms in physics-informed machine learning methods like PINNs, which minimize residuals connected to partial differential equations (PDEs). Our key result is that the difficulty in training these models is closely related to the conditioning of a specific differential operator. This operator, in turn, is associated to the Hermitian square of the differential operator of the underlying PDE. If this operator is ill-conditioned, it results in slow or infeasible training. Therefore, preconditioning this operator is crucial. We employ both rigorous mathematical analysis and empirical evaluations to investigate various strategies, explaining how they better condition this critical operator, and consequently improve training.
