MLLGSYAPOCApr 19, 2018

Forward-Backward Stochastic Neural Networks: Deep Learning of High-dimensional Partial Differential Equations

arXiv:1804.07010v1222 citations
Originality Highly original
AI Analysis

This addresses the computational challenge of solving high-dimensional PDEs for researchers and practitioners in fields like finance and control theory, representing a novel method rather than an incremental improvement.

The authors tackled the curse of dimensionality in solving high-dimensional partial differential equations (PDEs) by developing a deep learning algorithm that avoids traditional numerical discretization, achieving scalability and testing it on benchmark problems like Black-Scholes-Barenblatt and Hamilton-Jacobi-Bellman equations in 100 dimensions.

Classical numerical methods for solving partial differential equations suffer from the curse dimensionality mainly due to their reliance on meticulously generated spatio-temporal grids. Inspired by modern deep learning based techniques for solving forward and inverse problems associated with partial differential equations, we circumvent the tyranny of numerical discretization by devising an algorithm that is scalable to high-dimensions. In particular, we approximate the unknown solution by a deep neural network which essentially enables us to benefit from the merits of automatic differentiation. To train the aforementioned neural network we leverage the well-known connection between high-dimensional partial differential equations and forward-backward stochastic differential equations. In fact, independent realizations of a standard Brownian motion will act as training data. We test the effectiveness of our approach for a couple of benchmark problems spanning a number of scientific domains including Black-Scholes-Barenblatt and Hamilton-Jacobi-Bellman equations, both in 100-dimensions.

Code Implementations3 repos
Foundations

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

Your Notes