DeepSVM: Learning Stochastic Volatility Models with Physics-Informed Deep Operator Networks
ArXiv ID: 2512.07162 “View on arXiv”
Authors: Kieran A. Malandain, Selim Kalici, Hakob Chakhoyan
Abstract
Real-time calibration of stochastic volatility models (SVMs) is computationally bottlenecked by the need to repeatedly solve coupled partial differential equations (PDEs). In this work, we propose DeepSVM, a physics-informed Deep Operator Network (PI-DeepONet) designed to learn the solution operator of the Heston model across its entire parameter space. Unlike standard data-driven deep learning (DL) approaches, DeepSVM requires no labelled training data. Rather, we employ a hard-constrained ansatz that enforces terminal payoffs and static no-arbitrage conditions by design. Furthermore, we use Residual-based Adaptive Refinement (RAR) to stabilize training in difficult regions subject to high gradients. Overall, DeepSVM achieves a final training loss of $10^{"-5"}$ and predicts highly accurate option prices across a range of typical market dynamics. While pricing accuracy is high, we find that the model’s derivatives (Greeks) exhibit noise in the at-the-money (ATM) regime, highlighting the specific need for higher-order regularization in physics-informed operator learning.
Keywords: Deep Operator Networks (DeepONet), Stochastic Volatility Models (SVM), Heston Model, Physics-Informed Deep Learning, Partial Differential Equations (PDEs), Equities (Options)
Complexity vs Empirical Score
- Math Complexity: 8.5/10
- Empirical Rigor: 6.0/10
- Quadrant: Holy Grail
- Why: The paper demonstrates high mathematical complexity through advanced operator learning theory, PDE transformations, and physics-informed neural network architecture. Empirical rigor is solid with detailed implementation specs (Sobol sequences, adaptive refinement) and validation results, though it lacks real-market backtesting or code availability, placing it between lab research and street-ready application.
flowchart TD
A["Research Goal<br/>Real-time calibration of<br/>Stochastic Volatility Models"] --> B["Methodology<br/>Physics-Informed Deep Operator Network<br/>PI-DeepONet"]
B --> C["Data/Input Sources<br/>No labeled data<br/>Heston PDE residuals & boundary conditions"]
C --> D["Computational Processes<br/>1. Hard-constrained ansatz<br/>2. Residual-based Adaptive Refinement<br/>3. Backpropagation on PDE loss"]
D --> E["Key Findings/Outcomes<br/>Accurate pricing (Loss ~10^-5)<br/>Noisy Greeks in ATM regime<br/>Need for higher-order regularization"]