Temporal Difference Learning for High-Dimensional PIDEs with Jumps
Liwei Lu, Hailong Guo, Xu Yang, Yi Zhu
TL;DR
The paper addresses solving high-dimensional PIDEs with jumps, which are challenging due to non-local terms and the curse of dimensionality. It develops a Lévy-type forward-backward SDE framework and trains a two-output neural network to approximate both the solution $u(t,x)$ and the non-local integral term, using a temporal-difference loss augmented with termination and martingale constraints. The approach achieves $O(10^{-4})$ accuracy in 1D and $O(10^{-3})$ accuracy in 100D with moderate numbers of trajectories and shows robustness to jump form and intensity, as well as scalable, near-linear runtime growth in dimension. This provides a practical, scalable method for high-dimensional PIDEs in finance and related fields where jump processes are essential.
Abstract
In this paper, we propose a deep learning framework for solving high-dimensional partial integro-differential equations (PIDEs) based on the temporal difference learning. We introduce a set of Levy processes and construct a corresponding reinforcement learning model. To simulate the entire process, we use deep neural networks to represent the solutions and non-local terms of the equations. Subsequently, we train the networks using the temporal difference error, termination condition, and properties of the non-local terms as the loss function. The relative error of the method reaches O(10^{-3}) in 100-dimensional experiments and O(10^{-4}) in one-dimensional pure jump problems. Additionally, our method demonstrates the advantages of low computational cost and robustness, making it well-suited for addressing problems with different forms and intensities of jumps.
