Physics-Informed Neural Operator for Learning Partial Differential Equations
Zongyi Li, Hongkai Zheng, Nikola Kovachki, David Jin, Haoxuan Chen, Burigede Liu, Kamyar Azizzadenesheli, Anima Anandkumar
TL;DR
PINO introduces a physics-informed neural operator framework that blends data with high-resolution PDE constraints to learn the solution operator for parametric PDEs, enabling accurate extrapolation and zero-shot super-resolution. Built on the Fourier neural operator backbone, PINO comprises an operator-learning phase followed by instance-wise fine-tuning, with explicit derivatives computed in function space to enforce PDE losses. The approach demonstrates improved accuracy and speed across Burgers, Darcy, and Navier–Stokes problems, handles inverse problems, and shows robust transfer across Reynolds numbers and resolutions. This hybrid method mitigates key limitations of pure data-driven operators and PINNs, offering data-efficient training, strong generalization, and practical applicability to complex, multi-scale PDEs. The work also discusses discretization-convergence properties and outlines avenues for extending PINO to higher dimensions and diverse geometries, potentially via a shared model library.
Abstract
In this paper, we propose physics-informed neural operators (PINO) that combine training data and physics constraints to learn the solution operator of a given family of parametric Partial Differential Equations (PDE). PINO is the first hybrid approach incorporating data and PDE constraints at different resolutions to learn the operator. Specifically, in PINO, we combine coarse-resolution training data with PDE constraints imposed at a higher resolution. The resulting PINO model can accurately approximate the ground-truth solution operator for many popular PDE families and shows no degradation in accuracy even under zero-shot super-resolution, i.e., being able to predict beyond the resolution of training data. PINO uses the Fourier neural operator (FNO) framework that is guaranteed to be a universal approximator for any continuous operator and discretization-convergent in the limit of mesh refinement. By adding PDE constraints to FNO at a higher resolution, we obtain a high-fidelity reconstruction of the ground-truth operator. Moreover, PINO succeeds in settings where no training data is available and only PDE constraints are imposed, while previous approaches, such as the Physics-Informed Neural Network (PINN), fail due to optimization challenges, e.g., in multi-scale dynamic systems such as Kolmogorov flows.
