Deep learning algorithms for solving high dimensional nonlinear backward stochastic differential equations
Lorenc Kapllani, Long Teng
TL;DR
This work tackles solving high-dimensional nonlinear BSDEs by reframing the problem as a global optimization with local losses that include the terminal condition. The authors introduce LaDBSDE, a forward deep learning scheme that learns $Y$ via a neural network and $Z$ via automatic differentiation, using an iterative Euler discretization to enforce dynamics across time steps. By aggregating local losses that reach the terminal state, LaDBSDE mitigates poor local minima and provides accurate approximations for the entire time domain, outperforming existing forward schemes (DBSDE and LDBSDE) in numerical experiments, including high-dimensional pricing problems. The approach blends neural network function approximation with gradient-based optimization and a carefully designed loss structure, offering a scalable tool for nonlinear BSDEs with many dimensions and complex drivers.
Abstract
In this work, we propose a new deep learning-based scheme for solving high dimensional nonlinear backward stochastic differential equations (BSDEs). The idea is to reformulate the problem as a global optimization, where the local loss functions are included. Essentially, we approximate the unknown solution of a BSDE using a deep neural network and its gradient with automatic differentiation. The approximations are performed by globally minimizing the quadratic local loss function defined at each time step, which always includes the terminal condition. This kind of loss functions are obtained by iterating the Euler discretization of the time integrals with the terminal condition. Our formulation can prompt the stochastic gradient descent algorithm not only to take the accuracy at each time layer into account, but also converge to a good local minima. In order to demonstrate performances of our algorithm, several high-dimensional nonlinear BSDEs including pricing problems in finance are provided.
