Forecasting VIX using Bayesian Deep Learning

Héctor J. Hortúa,Andrés Mora-Valencia
2024-01-30
Abstract:Recently, deep learning techniques are gradually replacing traditional statistical and machine learning models as the first choice for price forecasting tasks. In this paper, we leverage probabilistic deep learning for inferring the volatility index VIX. We employ the probabilistic counterpart of WaveNet, Temporal Convolutional Network (TCN), and Transformers. We show that TCN outperforms all models with an RMSE around 0.189. In addition, it has been well known that modern neural networks provide inaccurate uncertainty estimates. For solving this problem, we use the standard deviation scaling to calibrate the networks. Furthermore, we found out that MNF with Gaussian prior outperforms Reparameterization Trick and Flipout models in terms of precision and uncertainty predictions. Finally, we claim that MNF with Cauchy and LogUniform prior distributions yield well calibrated TCN and WaveNet networks being the former that best infer the VIX values.
Machine Learning
What problem does this paper attempt to address?
The paper mainly discusses the use of Bayesian deep learning to predict the Volatility Index (VIX). VIX is an indicator that measures short-term market volatility in the financial market, which is important for investors and regulators, but it is challenging to predict. In the paper, the authors use three modern deep learning models - WaveNet, Temporal Convolutional Network (TCN), and the probability version of Transformer, to obtain uncertainty estimates through three techniques: Reparametrization Trick (RT), Flipout, and Multiplicative Normalizing Flows (MNF). The research found that TCN performed the best in predicting VIX, with a root mean square error (RMSE) of approximately 0.189. At the same time, the uncertainty estimates of modern neural networks are often inaccurate. The paper improves this issue by calibrating the network through standard deviation scaling. After comparing different methods, the authors indicate that TCN and WaveNet networks using MNF (especially in combination with Gaussian prior, Cauchy prior, and LogUniform prior) can provide good calibration and prediction accuracy. In summary, the paper aims to address how to use deep learning to predict VIX more accurately and provide more reliable uncertainty estimates through Bayesian methods, thereby improving the rationality of financial decision-making.