LGDec 28, 2021

Frame invariance and scalability of neural operators for partial differential equations

arXiv:2112.14769v15 citations
Originality Incremental advance
AI Analysis

This work addresses computational efficiency for researchers and engineers solving PDEs, but it is incremental as it compares existing neural operator methods with modifications.

The authors tackled the problem of high computational cost in solving partial differential equations (PDEs) by examining neural operators for transport PDEs, finding that a modified graph kernel network (GKN) achieved slightly better predictive performance but with quadratic computational cost scaling, while vector cloud neural network (VCNN) had linear scaling.

Partial differential equations (PDEs) play a dominant role in the mathematical modeling of many complex dynamical processes. Solving these PDEs often requires prohibitively high computational costs, especially when multiple evaluations must be made for different parameters or conditions. After training, neural operators can provide PDEs solutions significantly faster than traditional PDE solvers. In this work, invariance properties and computational complexity of two neural operators are examined for transport PDE of a scalar quantity. Neural operator based on graph kernel network (GKN) operates on graph-structured data to incorporate nonlocal dependencies. Here we propose a modified formulation of GKN to achieve frame invariance. Vector cloud neural network (VCNN) is an alternate neural operator with embedded frame invariance which operates on point cloud data. GKN-based neural operator demonstrates slightly better predictive performance compared to VCNN. However, GKN requires an excessively high computational cost that increases quadratically with the increasing number of discretized objects as compared to a linear increase for VCNN.

Foundations

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

Your Notes