Forward-Backward Stochastic Neural Networks: Deep Learning of High-dimensional Partial Differential Equations
Maziar Raissi
TL;DR
The work tackles the curse of dimensionality in solving high-dimensional parabolic PDEs by leveraging the FBSDE-PDE connection and learning a single neural network u(t,x) whose gradients are computed via automatic differentiation. Training uses Euler-Maruyama discretization over Brownian paths to form a loss that enforces the FBSDE dynamics and terminal condition, enabling evaluation of the full space-time solution after one training run. The authors demonstrate the approach on 100D Black-Scholes-Barenblatt and Hamilton-Jacobi-Bellman problems, and a 20D Allen-Cahn problem, achieving accurate results comparable to existing methods while reducing parameter complexity. They emphasize broad applicability to stochastic control and financial problems and provide plans for public code release.
Abstract
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.
