LGSYOCMLMay 2, 2025

Integration Matters for Learning PDEs with Backwards SDEs

arXiv:2505.01078v22 citationsh-index: 1
Originality Incremental advance
AI Analysis

This addresses a specific algorithmic issue in solving high-dimensional PDEs for applications like stochastic optimal control, representing an incremental improvement to existing BSDE methods.

The paper tackles the performance gap between BSDE-based PDE solvers and PINNs by identifying discretization bias from Euler-Maruyama integration as the root cause, and proposes a Stratonovich-based BSDE formulation with Heun integration that eliminates this bias and achieves competitive results with PINNs on high-dimensional benchmarks.

Backward stochastic differential equation (BSDE)-based deep learning methods provide an alternative to Physics-Informed Neural Networks (PINNs) for solving high-dimensional partial differential equations (PDEs), offering potential algorithmic advantages in settings such as stochastic optimal control, where the PDEs of interest are tied to an underlying dynamical system. However, standard BSDE-based solvers have empirically been shown to underperform relative to PINNs in the literature. In this paper, we identify the root cause of this performance gap as a discretization bias introduced by the standard Euler-Maruyama (EM) integration scheme applied to one-step self-consistency BSDE losses, which shifts the optimization landscape off target. We find that this bias cannot be satisfactorily addressed through finer step-sizes or multi-step self-consistency losses. To properly handle this issue, we propose a Stratonovich-based BSDE formulation, which we implement with stochastic Heun integration. We show that our proposed approach completely eliminates the bias issues faced by EM integration. Furthermore, our empirical results show that our Heun-based BSDE method consistently outperforms EM-based variants and achieves competitive results with PINNs across multiple high-dimensional benchmarks. Our findings highlight the critical role of integration schemes in BSDE-based PDE solvers, an algorithmic detail that has received little attention thus far in the literature.

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