REVIEW 4 major objections 5 minor 21 references
Error Analysis of Deep PDE Solvers for Option Pricing
T0 review · 4 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read Deep PDE error shrinks almost linearly with sampling stages for option pricing
desk verdict Useful hyperparameter benchmark, but the headline convergence rates aren't yet credible: missing fitting details, no uncertainty, and 'almost linear' doesn't match Table 1. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central objects are two neural-network PDE solvers applied to option-pricing problems. The Time Deep Gradient Flow (TDGF) method solves the pricing PDE time step by time step, minimizing an energy functional with Monte Carlo estimates of integrals and using either a first- or second-order time discretization. The Deep Galerkin Method (DGM) trains a single network over the whole time-space domain by minimizing the squared PDE residual plus a boundary term. The accuracy measure is the $L^2$ error on a fixed equidistant grid of 47 points per dimension, averaged over five random seeds, and convergence rates are obtained by power-law fits to the error as each parameter is varied one at a time.
What would settle it
Repeat the sampling-stages experiment with the same models and settings but evaluate the $L^2$ error on a much finer or adaptive grid and over a wider range, for example 16 to 2000 stages; if the log-log slope changes substantially or bends downward, the reported near-linear rate is an artifact of the evaluation grid or the chosen range rather than a robust scaling law.
Extended reading notes
Core claim
The paper's central finding is that empirical convergence of both solvers is driven mainly by sequential training effort: the $L^2$ error decreases almost linearly with the number of sampling stages, with fitted rates between roughly -0.6 and -0.9 across the Black-Scholes and Heston models, and training time rises linearly. Increasing the number of layers also reduces error, but the fitted rates vary and do not follow a clean law. For the Time Deep Gradient Flow method, increasing the number of time steps lowers the error, and the second-order scheme consistently converges faster than the first-order scheme in both test models. In contrast, the number of samples and the number of nodes per layer show no clear or uniform relationship with error, and for the Deep Galerkin Method the error can even rise slightly with more nodes per layer.
Load-bearing premise
The fitted convergence rates are meaningful scaling laws, which assumes that the $L^2$ error on a fixed grid of 47 points per dimension, averaged over five random seeds, is a stable and representative measure of solver accuracy, and that a single power-law fit over the chosen parameter ranges captures the true behavior.
Editorial extensions
If this is right
- For both solvers, increasing the number of sampling stages is the most dependable accuracy lever, and the near-linear error decrease means each additional stage buys roughly proportional accuracy until a plateau is reached.
- The second-order time-stepping scheme for TDGF measurably outperforms first-order at the same time-step count, so using it is a direct accuracy improvement without changing the network architecture.
- Since training time grows linearly with sampling stages, layers, and time steps, choosing these parameters is a clear speed-accuracy trade-off, and the reported rates give a basis for deciding where to stop.
- The small training-time cost of additional samples and nodes per layer means, for TDGF, error can be reduced essentially for free by using many samples and many nodes.
- The flat or slightly positive node-per-layer rate for DGM suggests that for this solver, network width beyond a modest size does not buy accuracy, so money is better spent on sampling stages.
Reading between the lines
- The near-linear rate in sampling stages resembles Monte Carlo averaging of the stochastic energy estimates; if so, variance-reduction techniques such as quasi-random sampling or importance sampling could push the empirical rate toward or past the observed -0.9.
- The paper's fixed 47-point evaluation grid is coarse relative to the sharp payoff kink near the strike, so the reported rates may depend on the grid; evaluating on a finer or adaptive grid could reveal whether the scaling laws are genuine.
- The contrasting behavior of samples and nodes between DGM and TDGF hints that DGM's error is limited by optimization rather than by approximation capacity, so better optimizers or learning-rate schedules might change the flat node-per-layer result.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper empirically studies two deep PDE solvers, the Deep Galerkin Method (DGM) and the Time Deep Gradient Flow method (TDGF), for European call option pricing in the Black-Scholes and Heston models. Fixing one hyperparameter at a time, it measures the L2-error on a fixed 47-point grid against exact Black-Scholes prices and COS-based Heston reference prices, averages over five random seeds, and reports fitted 'convergence rates' (power-law exponents) for the number of sampling stages, number of samples, number of layers, number of nodes per layer, and, for TDGF, number of time steps and discretization order. It also reports training-time scaling for each parameter. The main findings are that the L2-error decreases roughly linearly with sampling stages, layers tend to reduce error without a clear rate, more time steps reduce error faster for the second-order scheme, and samples/nodes show no consistent effect.
Significance. If the reported rates were robust, the paper would give practitioners a useful accuracy-cost map for configuring DGM and TDGF in low-dimensional option pricing and would complement existing theory with concrete empirical guidance. The study has clear strengths: it uses external reference solutions (exact Black-Scholes and COS Heston), states its implementation choices in detail, and is appropriately hedged when no clear trend exists. Its main limitation is that the central quantitative claims, the fitted exponents in Tables 1-5, rest on an unspecified fitting procedure, no uncertainty quantification, only five seeds per configuration, and no released code. The practical recommendations in Section 6 are therefore only as strong as those fits allow.
major comments (4)
- [Section 5, Tables 1-5] The fitted convergence rates in Tables 1-5 are the central quantitative output of the paper, but the fitting procedure is never specified: the paper does not state whether a log-log least-squares fit was used, which data points were included, whether the fit was performed on the seed-averaged errors, or how the two-decimal precision of the exponents should be interpreted. No standard errors, confidence intervals, or seed-to-seed spreads accompany the rates, although the L2-error is reported only as an average over five seeds. In addition, the abstract and Section 1 claim that the error 'decreases almost linearly' with the number of sampling stages, yet Table 1 reports a TDGF-Heston rate of -0.63, which is far from the -1 implied by 'almost linear' and is not 'slightly larger than -1' as stated in Section 5.1. Because the recommendations in Section 6 are derived directly from these exponents, the missing specification and this internal contradiction are load-bearing.
- [Section 5.5 and Section 5.1] Section 5.5 states that after 25 time steps the second-order scheme 'does not improve any further', and Section 5.1 states that the error stops converging beyond some number of sampling stages, yet Table 5 and Table 1 report single power-law exponents fitted over the full ranges (K=2,...,25 and the full stage ranges). A single exponent fitted across a curve that first decreases and then flattens is biased toward zero and its value depends on the chosen range; the reported rates therefore cannot be interpreted as intrinsic convergence rates. The fits should be restricted to the decreasing regime, or piecewise rates should be reported, and the sensitivity of the exponents to the fitting range should be assessed.
- [Section 5.3 and Section 5.4] The 'convergence rates' for the number of layers and the number of nodes per layer are fitted from only four and five distinct parameter values, respectively (layers 1-4; nodes 10-50). Table 4 even reports positive rates for the DGM (0.15 for Black-Scholes, 0.07 for Heston), which the text does not reconcile with the claim that more nodes tend to decrease or not affect error. Without uncertainty quantification or a statement about fit stability over such short ranges, these exponents are over-interpreted; the only robust conclusion supported by the text is that there is 'no clear rate'. Please report the underlying data points and a stability check, or drop the rate interpretation for these parameters.
- [Section 2.2] The displayed DGM cost functional L(θ;t,x) is written as a sum of un-squared residuals, whereas the preceding text defines the DGM objective as the sum of the squared L2-errors of the PDE residual and the initial condition. As typeset, the formula minimizes a signed residual, which is not the DGM loss and could in principle be driven to negative values. If the implementation actually used the displayed objective, the DGM results correspond to a different training criterion; if the implementation used the squared form, the formula needs correction. Please clarify and fix.
minor comments (5)
- [Section 5.4] The first sentence of Section 5.4 says 'We vary the number of layers from 10 to 50', which should read 'the number of nodes per layer'.
- [Section 6] In the bullet on sampling stages, 'with the the number of sampling stages' contains a duplicated article and should be corrected.
- [Section 6] In the bullet on nodes per layer, 'forty of fifty' should be 'forty or fifty'.
- [Section 4] The hardware description 'using one seventh instance of a NVidia Tesla A100 GPU' is unclear; please specify what 'one seventh instance' means (for example, a GPU slice or a specific resource allocation).
- [Section 5.2] In Section 5.2, the statement 'For the DGM the rates are larger' is ambiguous; 'less negative' would be clearer for readers comparing the fitted exponents.
Circularity Check
No circular derivation: the reported error rates are fitted to measurements against external references (Black-Scholes formula, COS Heston); the author's self-citations supply method and architecture provenance but are not load-bearing.
full rationale
The paper's central claims are empirical: it measures L2 errors of DGM and TDGF on a fixed 47-point grid against the exact Black-Scholes solution ('This PDE has an exact solution: u(t,S)=SPhi(d1)-Ke^{-rt}Phi(d2)') and against the Heston COS reference ('the characteristic function ... has an analytical representation [13], from which a reference price can be determined using the COS method'). The convergence rates in Tables 1-5 are exponents fitted to those measured errors; they are outputs of the experiments, not inputs or assumptions. The TDGF formulation is taken from the author's prior work [18], and [16] is cited only to point to a theoretical convergence analysis ('For theoretical convergence analyses, see ... Liu, Papapantoleon, and Rou [16]'); neither citation is used to force an empirical result or to forbid alternatives. The architecture from [18] is a design choice, and the network's payoff term ('f(x;theta)=(S-Ke^{-rt})_+ + sigma_2(W X_{L+1}+b)') enforces a no-arbitrage constraint; it does not define the measured L2 error against external references. Missing fit details or uncertainty quantification, mentioned by a skeptic, concern robustness of the empirical conclusions, not circularity. No step in the paper reduces, by construction or by self-citation chain, to its own inputs.
Assumptions & free parameters
free parameters (4)
- learning rate 3e-4 =
3e-4
- default network size =
3 layers, 50 nodes per layer
- default samples per dimension =
600
- number of random seeds =
5
assumptions (4)
- standard math Feynman-Kac formula gives the option price as the solution to the Black-Scholes and Heston PDEs.
- domain assumption The exact Black-Scholes formula and the COS method for Heston provide accurate reference prices.
- domain assumption Neural network training with Adam reaches a sufficiently converged state within the stated number of sampling stages.
- domain assumption The architecture from Papapantoleon and Rou [18] is an appropriate and sufficiently expressive function class for these pricing problems.
Cite this review
Pith. "Pith review of Error Analysis of Deep PDE Solvers for Option Pricing." pith.science (2026). https://pith.science/paper/P4A2BJRZ
@misc{pith2026250505121,
author = {Pith},
title = {Pith review of: Error Analysis of Deep PDE Solvers for Option Pricing},
year = {2026},
howpublished = {\url{https://pith.science/paper/P4A2BJRZ}},
note = {Machine review of arXiv:2505.05121}
}
read the original abstract
Option pricing often requires solving partial differential equations (PDEs). Although deep learning-based PDE solvers have recently emerged as quick solutions to this problem, their empirical and quantitative accuracy remain not well understood, hindering their real-world applicability. In this research, our aim is to offer actionable insights into the utility of deep PDE solvers for practical option pricing implementation. Through comparative experiments in both the Black--Scholes and the Heston model, we assess the empirical performance of two neural network algorithms to solve PDEs: the Deep Galerkin Method and the Time Deep Gradient Flow method (TDGF). We determine their empirical convergence rates and training time as functions of (i) the number of sampling stages, (ii) the number of samples, (iii) the number of layers, and (iv) the number of nodes per layer. For the TDGF, we also consider the order of the discretization scheme and the number of time steps.
Reference graph
Works this paper leans on
-
[1]
Abi Jaber and O
E. Abi Jaber and O. El Euch. Multifactor approximation of rough volatility models.SIAM Journal on Financial Mathematics, 10(2):309–349, 2019
2019
-
[2]
G. Akrivis and Y .-S. Smyrlis. Implicit–explicit BDF methods for the Kuramoto–Sivashinsky equation. Applied numerical mathematics, 51(2-3):151–169, 2004
work page 2004
-
[3]
R. Assabumrungrat, K. Minami, and M. Hirano. Error analysis of option pricing via deep PDE solvers: Empirical study. In2024 16th IIAI International Congress on Advanced Applied Informatics (IIAI-AAI), pages 329–336. IEEE, 2024
work page 2024
- [4]
-
[5]
Black and M
F. Black and M. Scholes. The pricing of options and corporate liabilities.Journal of Political Economy, 81(3):637–654, 1973
1973
-
[6]
H. Buehler, L. Gonon, J. Teichmann, and B. Wood. Deep hedging.Quantitative Finance, 19(8):1271– 1291, 2019. ERROR ANALYSIS OF DEEP PDE SOLVERS FOR OPTION PRICING 9 (A) Linear scale (B) Logarithmic scale FIGURE2.L 2-error of the TDGF for a call option in the Black–Scholes model against number of sampling stages varying from 16 to 500
work page 2019
-
[7]
DelftBlue Supercomputer (Phase 1).https: //www.tudelft.nl/dhpc/ark:/44463/DelftBluePhase1, 2022
Delft High Performance Computing Centre (DHPC). DelftBlue Supercomputer (Phase 1).https: //www.tudelft.nl/dhpc/ark:/44463/DelftBluePhase1, 2022
work page 2022
-
[8]
F. Fang and C. W. Oosterlee. A novel pricing method for European options based on Fourier-cosine series expansions.SIAM Journal on Scientific Computing, 31:826–848, 2009
work page 2009
Show all 21 references
-
[9]
E. H. Georgoulis, M. Loulakis, and A. Tsiourvas. Discrete gradient flow approximations of high dimen- sional evolution partial differential equations via deep neural networks.Communications in Nonlinear Science and Numerical Simulation, 117:106893, 2023
2023
-
[10]
E. H. Georgoulis, A. Papapantoleon, and C. Smaragdakis. A deep implicit-explicit minimizing movement method for option pricing in jump-diffusion models.arXiv preprint arXiv:2401.06740, 2024
2024
-
[11]
Gonon, A
L. Gonon, A. Jentzen, B. Kuckuck, S. Liang, A. Riekert, and P. von Wurstemberger. An overview on machine learning methods for partial differential equations: from physics informed neural networks to deep operator learning.arXiv preprint arXiv:2408.13222, 2024
2024 arXiv
-
[12]
J. Han, A. Jentzen, and W. E. Solving high-dimensional partial differential equations using deep learning. Proceedings of the National Academy of Sciences, 115(34):8505–8510, 2018
2018
-
[13]
S. L. Heston. A closed-form solution for options with stochastic volatility with applications to bond and currency options.The Review of Financial Studies, 6(2):327–343, 1993
1993
-
[14]
Jiang, J
D. Jiang, J. Sirignano, and S. Cohen. Global convergence of deep galerkin and PINNs methods for solving partial differential equations.arXiv preprint arXiv:2305.06000, 2023
2023 arXiv
-
[15]
D. P. Kingma and J. Ba. Adam: A method for stochastic optimization.arXiv preprint arXiv:1412.6980, 2014
2014 arXiv
-
[16]
C. Liu, A. Papapantoleon, and J. Rou. Convergence of time-stepping deep gradient flow methods. To appear, 2025
2025
-
[17]
S. Liu, C. W. Oosterlee, and S. M. Bohte. Pricing options and computing implied volatilities using neural networks.Risks, 7(1):16, 2019
2019
-
[18]
Papapantoleon and J
A. Papapantoleon and J. Rou. A time-stepping deep gradient flow method for option pricing in (rough) diffusion models.arXiv preprint arXiv:2403.00746, 2024
2024 arXiv
-
[19]
Sirignano and K
J. Sirignano and K. Spiliopoulos. DGM: A deep learning algorithm for solving partial differential equa- tions.Journal of Computational Physics, 375:1339–1364, 2018
2018
-
[20]
Van Mieghem, A
L. Van Mieghem, A. Papapantoleon, and J. Papazoglou-Hennig. Machine learning for option pricing: an empirical investigation of network architectures.arXiv preprint arXiv:2307.07657, 2023
2023
-
[21]
Zhang, S
Z. Zhang, S. Zohren, and S. Roberts. Deep learning for portfolio optimization.arXiv preprint arXiv:2005.13665, 2020. DELFTINSTITUTE OFAPPLIEDMATHEMATICS, EEMCS, TU DELFT, 2628CD DELFT, THENETHERLANDS Email address:j.g.rou@tudelft.nl 10 J. ROU (A) Linear scale (B) Logarithmic s...
2005 arXiv
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.