Physics-Informed Convolutional Transformer for Predicting Volatility Surface

Soohan Kim,Seok-Bae Yun,Hyeong-Ohk Bae,Muhyun Lee,Youngjoon Hong
2023-12-01
Abstract:Predicting volatility is important for asset predicting, option pricing and hedging strategies because it cannot be directly observed in the financial market. The Black-Scholes option pricing model is one of the most widely used models by market participants. Notwithstanding, the Black-Scholes model is based on heavily criticized theoretical premises, one of which is the constant volatility assumption. The dynamics of the volatility surface is difficult to estimate. In this paper, we establish a novel architecture based on physics-informed neural networks and convolutional transformers. The performance of the new architecture is directly compared to other well-known deep-learning architectures, such as standard physics-informed neural networks, convolutional long-short term memory (ConvLSTM), and self-attention ConvLSTM. Numerical evidence indicates that the proposed physics-informed convolutional transformer network achieves a superior performance than other methods.
Computational Finance
What problem does this paper attempt to address?
### Problems the Paper Aims to Solve This paper primarily aims to address the issue of volatility prediction in financial markets. Specifically: 1. **Importance of Volatility Prediction**: - Volatility is crucial in asset forecasting, option pricing, and hedging strategies, but it cannot be directly observed from financial markets. - The traditional Black-Scholes model assumes constant volatility, which does not align with real-world scenarios. 2. **Dynamic Estimation of Volatility Surface**: - The dynamic changes in the volatility surface are difficult to estimate accurately, necessitating the development of new methods to improve prediction accuracy. 3. **Proposed New Architecture**: - This paper proposes a new architecture based on Physics-Informed Neural Networks (PINNs) and Convolutional Transformers. - Numerical experiments demonstrate that this new architecture outperforms other known deep learning architectures in volatility prediction, such as standard Physics-Informed Neural Networks, Convolutional Long Short-Term Memory Networks (ConvLSTM), and Self-Attention Convolutional Long Short-Term Memory Networks (SA-ConvLSTM). 4. **Target Contributions**: - The paper formally introduces various neural networks to learn the implied volatility surface and predict option prices based on historical S&P 500 options data. - By conducting comparative studies on five different architectures, the paper validates their prediction accuracy. - Experimental results show that the proposed new architecture, PI-ConvTF, outperforms other architectures in terms of performance. In summary, this paper aims to improve the accuracy of volatility prediction by developing new neural network architectures, thereby better supporting option pricing and hedging strategies in financial markets.