菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-04
📄 Abstract - On the training of physics-informed neural operators for solving parametric partial differential equations

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 this https URL.

顶级标签: machine learning model training
详细标签: physics-informed neural operators partial differential equations optimization benchmark operator learning 或 搜索:

物理信息神经算子求解参数化偏微分方程的训练方法研究 / On the training of physics-informed neural operators for solving parametric partial differential equations


1️⃣ 一句话总结

本文系统研究了如何高效训练物理信息神经算子(PINOs),发现连续视觉变换器(CViT)架构表现最稳定,且物理约束训练在某些情况下能超越纯数据驱动方法,同时揭示了梯度冲突等优化难题并验证了现有缓解方法的有效性。

源自 arXiv: 2606.06164