On the training of physics-informed neural operators for solving parametric partial differential equations

📅 2026-06-04
📈 Citations: 0
Influential: 0
📄 PDF

career value

185K/year
🤖 AI Summary
This work systematically investigates the training dynamics of physics-informed neural operators (PINOs) for solving parametric partial differential equations (PDEs), addressing their frequent instability and performance limitations. The study comprehensively evaluates architectural choices—including DeepONet, Fourier Neural Operator (FNO), and Continuous Vision Transformer (CViT)—alongside optimizer selection, loss balancing, and adaptive collocation point sampling across diverse PDE systems. It uncovers previously unreported optimization pathologies in PINO training, such as gradient conflicts and violations of causality, and demonstrates that mitigation strategies originally developed for physics-informed neural networks (PINNs) remain effective. The proposed physics-informed training paradigm achieves accuracy and generalization comparable to, or even surpassing, purely data-driven approaches under low-data regimes, with CViT exhibiting particularly robust and superior performance.
📝 Abstract
Physics-informed neural operators (PINOs) aim to learn solution operators for partial differential equations by using the governing physics as supervision, rather than relying solely on paired input-output simulation data. By incorporating physical constraints into the training objective, PINOs combine the cross-instance generalization of neural operators with the data efficiency of physics-informed learning. Despite this promise, how to train PINOs efficiently and robustly remains less well-understood than the training of either data-driven neural operators or physics-informed neural networks (PINNs). To bridge this gap, we examine key components of the PINO training pipeline, including architecture design, optimizer choice, loss balancing, and collocation-point sampling strategy. We study three representative operator backbones, Deep Operator Network (DeepONet), Fourier Neural Operator (FNO), and Continuous Vision Transformer (CViT), across five diverse parametric PDE systems. Our results show that CViT provides consistently strong and stable performance across the considered benchmarks. Beyond architecture, we find that several optimization pathologies previously identified in PINN training naturally arise in PINOs, including gradient conflicts and causal violation. We also find that mitigation algorithms developed for PINNs remain effective in the PINO setting. We further compare physics-informed and data-driven training under different data regimes, revealing that a carefully designed physics-informed training pipeline can match, and in some cases, outperform purely data-driven neural operators. Taken together, these findings provide a systematic empirical understanding of the optimization challenges in PINO training and inform a practical pipeline for efficient and robust physics-informed operator learning. Code and data are available at https://github.com/NanxiiChen/PI-CViT.
Problem

Research questions and friction points this paper is trying to address.

physics-informed neural operators
parametric partial differential equations
training robustness
optimization challenges
data efficiency
Innovation

Methods, ideas, or system contributions that make the work stand out.

physics-informed neural operators
Continuous Vision Transformer
optimization pathology
loss balancing
collocation-point sampling