CPLGNAOct 11, 2018

Unbiased deep solvers for linear parametric PDEs

arXiv:1810.05094v410 citations
Originality Incremental advance
AI Analysis

This provides a robust, black-box method for financial derivative pricing and hedging, reducing tuning needs, though it is incremental in combining existing techniques.

The paper tackles the problem of approximating parametric PDE solutions and their gradients using deep learning, achieving unbiased derivative price estimates via a Monte Carlo method combined with neural networks, demonstrated in high-dimensional settings up to 100 dimensions.

We develop several deep learning algorithms for approximating families of parametric PDE solutions. The proposed algorithms approximate solutions together with their gradients, which in the context of mathematical finance means that the derivative prices and hedging strategies are computed simulatenously. Having approximated the gradient of the solution one can combine it with a Monte-Carlo simulation to remove the bias in the deep network approximation of the PDE solution (derivative price). This is achieved by leveraging the Martingale Representation Theorem and combining the Monte Carlo simulation with the neural network. The resulting algorithm is robust with respect to quality of the neural network approximation and consequently can be used as a black-box in case only limited a priori information about the underlying problem is available. We believe this is important as neural network based algorithms often require fair amount of tuning to produce satisfactory results. The methods are empirically shown to work for high-dimensional problems (e.g. 100 dimensions). We provide diagnostics that shed light on appropriate network architectures.

Code Implementations2 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