Operator Deep Smoothing for Implied Volatility
Ruben Wiedemann, Antoine Jacquier, Lukas Gonon

TL;DR
This paper introduces a novel neural operator method for nowcasting implied volatility surfaces, enabling direct, accurate, and arbitrage-consistent smoothing of option data across dynamic market conditions, outperforming traditional neural networks and industry standards.
Contribution
The paper presents a new operator deep smoothing technique using graph neural operators that directly maps raw option data to smoothed implied volatility surfaces, maintaining no-arbitrage constraints and robustness.
Findings
High accuracy on ten years of intraday data
Outperforms classical neural networks and SVI
Maintains no-arbitrage constraints
Abstract
We devise a novel method for nowcasting implied volatility based on neural operators. Better known as implied volatility smoothing in the financial industry, nowcasting of implied volatility means constructing a smooth surface that is consistent with the prices presently observed on a given option market. Option price data arises highly dynamically in ever-changing spatial configurations, which poses a major limitation to foundational machine learning approaches using classical neural networks. While large models in language and image processing deliver breakthrough results on vast corpora of raw data, in financial engineering the generalization from big historical datasets has been hindered by the need for considerable data pre-processing. In particular, implied volatility smoothing has remained an instance-by-instance, hands-on process both for neural network-based and traditional…
Peer Reviews
Decision·ICLR 2025 Poster
- **Novelty:** This paper proposes a novel application of GNO architectures to implied volatility smoothing, a task traditionally reliant on parametric models like SVI. By leveraging the discretization-invariance of neural operators, the method effectively addresses the challenges of dynamic and irregular financial data, marking a significant step forward in financial engineering. - **Practical Significance:** The operator deep smoothing approach eliminates the need for instance-by-instance rec
- **Limited Benchmark Comparisons:** The paper benchmarks its approach against SVI [1] and Ackerer et al. [2] but does not include comparisons with other key methods, such as SSVI [3] and VAE-based approaches [4]. Incorporating these would provide a more comprehensive evaluation. Additionally, using synthetic data, as in [2], could further strengthen the experimental validation. - **Insufficient Analysis of Computational Efficiency:** While the paper highlights the elimination of instance-by-i
1. This paper is well-written and easy to follow. 2. This proposed method is resilient to input subsampling, aligns with no-arbitrage conditions, and eliminates the need for extensive data pre-processing.
1. The contribution is limited. It is focused on applying the Graph Neural Operator (GNO) architecture to the specific task of nowcasting implied volatility, without modifications to the operator itself. 2. It's important to discuss various neural operators and clarify why the Graph Neural Operator (GNO) was chosen for this task.
The proposed method appears to be an interesting approach to model implied volatility surfaces for option pricing. The method through composite loss functions that include constraints such as no-arbitrage allows for direct training of a neural network architecture that directly provides smooth surfaces that directly satisfy these constraints. While I cannot comment directly how difficult/hands-on other alternative approaches are in this domain, the proposed model appears to have the flexibility
The paper gives a good detail on the exact instantiation and implementation of the proposed method. I understand that there might be little prior work to base this paper on. However, it is unclear how the exact choices have been made and what would be their impact if changed. Note that the choices here might be purely made by domain knowledge, which I cannot judge and therefore might miss the specific considerations made here. However, I think the reader would benefit from more detail on the fol
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic processes and financial applications
