NALGJul 8, 2021

MOD-Net: A Machine Learning Approach via Model-Operator-Data Network for Solving PDEs

arXiv:2107.03673v240 citations
AI Analysis

This work addresses computational challenges in solving PDEs for scientific computing and engineering applications, offering a more efficient alternative to existing neural operators.

The authors tackled the problem of solving partial differential equations (PDEs) by proposing MOD-Net, a machine learning approach that uses a model-operator-data network to efficiently solve families of PDEs with few labeled data points, demonstrating efficiency in solving Poisson and radiative transfer equations.

In this paper, we propose a a machine learning approach via model-operator-data network (MOD-Net) for solving PDEs. A MOD-Net is driven by a model to solve PDEs based on operator representation with regularization from data. For linear PDEs, we use a DNN to parameterize the Green's function and obtain the neural operator to approximate the solution according to the Green's method. To train the DNN, the empirical risk consists of the mean squared loss with the least square formulation or the variational formulation of the governing equation and boundary conditions. For complicated problems, the empirical risk also includes a few labels, which are computed on coarse grid points with cheap computation cost and significantly improves the model accuracy. Intuitively, the labeled dataset works as a regularization in addition to the model constraints. The MOD-Net solves a family of PDEs rather than a specific one and is much more efficient than original neural operator because few expensive labels are required. We numerically show MOD-Net is very efficient in solving Poisson equation and one-dimensional radiative transfer equation. For nonlinear PDEs, the nonlinear MOD-Net can be similarly used as an ansatz for solving nonlinear PDEs, exemplified by solving several nonlinear PDE problems, such as the Burgers equation.

Foundations

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

Your Notes