Quantum-Inspired Tensor Neural Networks for Option Pricing
Raj G. Patel, Chia-Wei Hsing, Serkan Sahin, Samuel Palmer, Saeed S. Jahromi, Shivam Sharma, Tomas Dominguez, Kris Tziritas, Christophe Michel, Vincent Porte, Mustafa Abid, Stephane Aubert, Pierre Castellani, Samuel Mugel, Roman Orus
TL;DR
This paper introduces Tensor Neural Networks (TNN) by replacing dense neural layers with MPO-based Tensor Network layers to efficiently solve high-dimensional parabolic PDEs arising in option pricing under the Heston model. It also presents Tensor Network Initializer (TNN Init) to accelerate convergence and reduce variance. Through extensive experiments, TNNs achieve equivalent or better accuracy than dense networks with far fewer parameters, and converge significantly faster (up to ~12x) on GPU hardware, with additional benefits in stability. The approach is demonstrated on European and Bermudan options, showing potential scalability to high-dimensional problems and complex payoff structures, and it offers a path toward memory-efficient, compute-lean ML solvers for financial PDEs.
Abstract
Recent advances in deep learning have enabled us to address the curse of dimensionality (COD) by solving problems in higher dimensions. A subset of such approaches of addressing the COD has led us to solving high-dimensional PDEs. This has resulted in opening doors to solving a variety of real-world problems ranging from mathematical finance to stochastic control for industrial applications. Although feasible, these deep learning methods are still constrained by training time and memory. Tackling these shortcomings, Tensor Neural Networks (TNN) demonstrate that they can provide significant parameter savings while attaining the same accuracy as compared to the classical Dense Neural Network (DNN). In addition, we also show how TNN can be trained faster than DNN for the same accuracy. Besides TNN, we also introduce Tensor Network Initializer (TNN Init), a weight initialization scheme that leads to faster convergence with smaller variance for an equivalent parameter count as compared to a DNN. We benchmark TNN and TNN Init by applying them to solve the parabolic PDE associated with the Heston model, which is widely used in financial pricing theory.
