LGNAJul 8, 2022

Physics-Informed Deep Neural Operator Networks

arXiv:2207.05748v2189 citationsh-index: 142
Originality Synthesis-oriented
AI Analysis

This is an incremental review paper summarizing existing methods for solving complex physics problems in computational mechanics.

The paper reviews neural operator networks, including DeepONet, Fourier neural operator, and graph neural operator, which approximate nonlinear operators for problems like partial differential equations, and highlights their applications in computational mechanics such as porous media, fluid mechanics, and solid mechanics.

Standard neural networks can approximate general nonlinear operators, represented either explicitly by a combination of mathematical operators, e.g., in an advection-diffusion-reaction partial differential equation, or simply as a black box, e.g., a system-of-systems. The first neural operator was the Deep Operator Network (DeepONet), proposed in 2019 based on rigorous approximation theory. Since then, a few other less general operators have been published, e.g., based on graph neural networks or Fourier transforms. For black box systems, training of neural operators is data-driven only but if the governing equations are known they can be incorporated into the loss function during training to develop physics-informed neural operators. Neural operators can be used as surrogates in design problems, uncertainty quantification, autonomous systems, and almost in any application requiring real-time inference. Moreover, independently pre-trained DeepONets can be used as components of a complex multi-physics system by coupling them together with relatively light training. Here, we present a review of DeepONet, the Fourier neural operator, and the graph neural operator, as well as appropriate extensions with feature expansions, and highlight their usefulness in diverse applications in computational mechanics, including porous media, fluid mechanics, and solid mechanics.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes