PINO (2021)

Physics-Informed Neural Operator
Zongyi Li et al.

Operator learning Physics regularization
Quick facts

Type: neural operator + PDE loss
Works with scarce/supervision
Better physical consistency

← Research · Home

TL;DR

Physics-Informed Neural Operators (PINO) regularize operator learning with PDE residual constraints. Compared to pure data-driven neural operators, PINO aims to reduce data requirements and improve robustness/extrapolation by enforcing physics either during training or through additional residual terms.

Problem

Neural operators learn mappings between function spaces (e.g., coefficients → solutions), but may require large datasets and can generalize poorly out of distribution. PINO addresses this by integrating PDE knowledge: the learned operator should produce outputs that satisfy the governing equation.

Benefits vs others

Interesting detail

Core method (math)

Template for Operator learning. Paper-specific equations are added when manually curated.

\[u = \mathcal{G}_\theta(a)\quad\text{(operator mapping input field }a\text{ to solution }u\text{)}\] \[\mathcal{L}_{\text{data}} = \|u - u^{\*}\|^2\] \[\mathcal{L}_{\text{phys}} = \|F(u,a)\|^2\quad\text{(PDE residual)}\] \[\mathcal{L} = \mathcal{L}_{\text{data}} + \lambda\,\mathcal{L}_{\text{phys}}\] \[\text{(Example FNO layer)}\;\; v_{l+1}(x)=W_lv_l(x)+\mathcal{F}^{-1}\!\big(R_l\cdot \mathcal{F}[v_l]\big)(x)\]

Main theoretical contribution

Main contribution

Main results (headline)

(Optional) Add main_results for a quick headline summary.

Experiments

PDE problems

  • Burgers
  • Navier–Stokes
  • Kolmogorov flow

Tasks

  • Forward operator learning
  • Partial-observation reconstruction (community use)

Experiment setting (high level)

  • Adds PDE residual loss on collocation points.
  • Often used when full-field supervision is limited.

Comparable baselines

Main results

Key results

AspectMetricReported takeaway
Data efficiencyError vs dataPhysics loss reduces required labeled data for comparable accuracy.
Physical consistencyResidualImproves residual satisfaction compared to purely data-driven operators.

Citation (BibTeX)

@article{pino2021,
  title={Physics-Informed Neural Operator for Learning Partial Differential Equations},
  author={Li, Zongyi and others},
  journal={arXiv preprint arXiv:2111.03794},
  year={2021}
}