Towards Fast Option Pricing PDE Solvers Powered by PIELM
Akshay Govind Srinivasan, Anuj Jagannath Said, Sathwik Pentela, Vikas Dwivedi, Balaji Srinivasan
TL;DR
The paper addresses the computational bottleneck of PINNs in financial PDEs for option pricing and model calibration by introducing Physics-Informed Extreme Learning Machines (PIELMs). PI-ELMs use a single-hidden-layer network with randomly initialized hidden weights and analytic training of output weights, producing a fast, deterministic surrogate that enforces PDE and boundary conditions via a least-squares residual. Applied to Black–Scholes and HHW forward pricing and to inverse calibration through Bayesian optimization, the approach achieves accuracy on par with PINNs but with substantial speedups (up to $30\times$). This enables near real-time pricing and parameter estimation from noisy data, illustrating strong potential for real-time financial modeling and calibration tasks. The work also outlines a Bayesian inverse framework and discusses avenues for future enhancements such as adaptive bases and extensions to American options.
Abstract
Partial differential equation (PDE) solvers underpin modern quantitative finance, governing option pricing and risk evaluation. Physics-Informed Neural Networks (PINNs) have emerged as a promising approach for solving the forward and inverse problems of partial differential equations (PDEs) using deep learning. However they remain computationally expensive due to their iterative gradient descent based optimization and scale poorly with increasing model size. This paper introduces Physics-Informed Extreme Learning Machines (PIELMs) as fast alternative to PINNs for solving both forward and inverse problems in financial PDEs. PIELMs replace iterative optimization with a single least-squares solve, enabling deterministic and efficient training. We benchmark PIELM on the Black-Scholes and Heston-Hull-White models for forward pricing and demonstrate its capability in inverse model calibration to recover volatility and interest rate parameters from noisy data. From experiments we observe that PIELM achieve accuracy comparable to PINNs while being up to $30\times$ faster, highlighting their potential for real-time financial modeling.
