MLLGNAMay 30, 2023

Adversarial Adaptive Sampling: Unify PINN and Optimal Transport for the Approximation of PDEs

arXiv:2305.18702v225 citations
Originality Highly original
AI Analysis

This work addresses a fundamental numerical difficulty in scientific computing for researchers using neural networks to solve PDEs, offering a novel integration of methods to improve accuracy.

The authors tackled the problem of statistical errors in neural network approximations of PDEs by proposing a minmax formulation that simultaneously optimizes the solution and training samples, resulting in a nearly uniform residual profile that significantly reduces Monte Carlo approximation error.

Solving partial differential equations (PDEs) is a central task in scientific computing. Recently, neural network approximation of PDEs has received increasing attention due to its flexible meshless discretization and its potential for high-dimensional problems. One fundamental numerical difficulty is that random samples in the training set introduce statistical errors into the discretization of loss functional which may become the dominant error in the final approximation, and therefore overshadow the modeling capability of the neural network. In this work, we propose a new minmax formulation to optimize simultaneously the approximate solution, given by a neural network model, and the random samples in the training set, provided by a deep generative model. The key idea is to use a deep generative model to adjust random samples in the training set such that the residual induced by the approximate PDE solution can maintain a smooth profile when it is being minimized. Such an idea is achieved by implicitly embedding the Wasserstein distance between the residual-induced distribution and the uniform distribution into the loss, which is then minimized together with the residual. A nearly uniform residual profile means that its variance is small for any normalized weight function such that the Monte Carlo approximation error of the loss functional is reduced significantly for a certain sample size. The adversarial adaptive sampling (AAS) approach proposed in this work is the first attempt to formulate two essential components, minimizing the residual and seeking the optimal training set, into one minmax objective functional for the neural network approximation of PDEs.

Foundations

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

Your Notes