LGCOMP-PHFLU-DYNMLDec 16, 2019

VarNet: Variational Neural Networks for the Solution of Partial Differential Equations

arXiv:1912.07443v192 citations
Originality Highly original
AI Analysis

This work addresses the problem of solving PDEs for researchers and engineers in computational science, offering an incremental improvement by introducing a discretization-free and parallelizable approach.

The authors tackled solving partial differential equations (PDEs) by proposing VarNet, a model-based unsupervised learning method that uses a novel loss function based on the variational form of PDEs, resulting in smooth, differentiable models that do not require interpolation and can be used for control and optimization.

In this paper we propose a new model-based unsupervised learning method, called VarNet, for the solution of partial differential equations (PDEs) using deep neural networks (NNs). Particularly, we propose a novel loss function that relies on the variational (integral) form of PDEs as apposed to their differential form which is commonly used in the literature. Our loss function is discretization-free, highly parallelizable, and more effective in capturing the solution of PDEs since it employs lower-order derivatives and trains over measure non-zero regions of space-time. Given this loss function, we also propose an approach to optimally select the space-time samples, used to train the NN, that is based on the feedback provided from the PDE residual. The models obtained using VarNet are smooth and do not require interpolation. They are also easily differentiable and can directly be used for control and optimization of PDEs. Finally, VarNet can straight-forwardly incorporate parametric PDE models making it a natural tool for model order reduction (MOR) of PDEs. We demonstrate the performance of our method through extensive numerical experiments for the advection-diffusion PDE as an important case-study.

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