NALGCOMP-PHMLDec 20, 2018

Deep Theory of Functional Connections: A New Method for Estimating the Solutions of PDEs

arXiv:1812.08625v388 citations
Originality Incremental advance
AI Analysis

This method addresses the challenge of solving PDEs for researchers in computational science and engineering by offering a grid-free, differentiable solution approximation, though it appears incremental as it builds on existing TFC and neural network techniques.

The authors tackled the problem of solving partial differential equations (PDEs) by introducing deep Theory of Functional Connections (TFC), which combines neural networks with TFC to transform PDEs with boundary conditions into unconstrained optimization problems, resulting in a method that avoids domain discretization and provides closed-form analytical approximations.

This article presents a new methodology called deep Theory of Functional Connections (TFC) that estimates the solutions of partial differential equations (PDEs) by combining neural networks with TFC. TFC is used to transform PDEs with boundary conditions into unconstrained optimization problems by embedding the boundary conditions into a "constrained expression." In this work, a neural network is chosen as the free function, and used to solve the now unconstrained optimization problem. The loss function is taken as the square of the residual of the PDE. Then, the neural network is trained in an unsupervised manner to solve the unconstrained optimization problem. This methodology has two major differences when compared with popular methods used to estimate the solutions of PDEs. First, this methodology does not need to discretize the domain into a grid, rather, this methodology randomly samples points from the domain during the training phase. Second, after training, this methodology represents a closed form, analytical, differentiable approximation of the solution throughout the entire training domain. In contrast, other popular methods require interpolation if the estimated solution is desired at points that do not lie on the discretized grid. The deep TFC method for estimating the solution of PDEs is demonstrated on four problems with a variety of boundary conditions.

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