NAMLDec 28, 2021

DAS-PINNs: A deep adaptive sampling method for solving high-dimensional partial differential equations

arXiv:2112.14038v2190 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of solving complex PDEs in high dimensions, which is incremental as it adapts existing neural network methods with adaptive sampling techniques.

The authors tackled solving high-dimensional partial differential equations (PDEs) by proposing a deep adaptive sampling method that uses neural networks and generative models to refine collocation points, significantly improving accuracy compared to uniform sampling, especially for low regularity and high-dimensional problems.

In this work we propose a deep adaptive sampling (DAS) method for solving partial differential equations (PDEs), where deep neural networks are utilized to approximate the solutions of PDEs and deep generative models are employed to generate new collocation points that refine the training set. The overall procedure of DAS consists of two components: solving the PDEs by minimizing the residual loss on the collocation points in the training set and generating a new training set to further improve the accuracy of current approximate solution. In particular, we treat the residual as a probability density function and approximate it with a deep generative model, called KRnet. The new samples from KRnet are consistent with the distribution induced by the residual, i.e., more samples are located in the region of large residual and less samples are located in the region of small residual. Analogous to classical adaptive methods such as the adaptive finite element, KRnet acts as an error indicator that guides the refinement of the training set. Compared to the neural network approximation obtained with uniformly distributed collocation points, the developed algorithms can significantly improve the accuracy, especially for low regularity and high-dimensional problems. We demonstrate the effectiveness of the proposed DAS method with numerical experiments.

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