Integrating LSTM Networks with Neural Levy Processes for Financial Forecasting
ArXiv ID: 2512.07860 “View on arXiv”
Authors: Mohammed Alruqimi, Luca Di Persio
Abstract
This paper investigates an optimal integration of deep learning with financial models for robust asset price forecasting. Specifically, we developed a hybrid framework combining a Long Short-Term Memory (LSTM) network with the Merton-Lévy jump-diffusion model. To optimise this framework, we employed the Grey Wolf Optimizer (GWO) for the LSTM hyperparameter tuning, and we explored three calibration methods for the Merton-Levy model parameters: Artificial Neural Networks (ANNs), the Marine Predators Algorithm (MPA), and the PyTorch-based TorchSDE library. To evaluate the predictive performance of our hybrid model, we compared it against several benchmark models, including a standard LSTM and an LSTM combined with the Fractional Heston model. This evaluation used three real-world financial datasets: Brent oil prices, the STOXX 600 index, and the IT40 index. Performance was assessed using standard metrics, including Mean Squared Error (MSE), Mean Absolute Error(MAE), Mean Squared Percentage Error (MSPE), and the coefficient of determination (R2). Our experimental results demonstrate that the hybrid model, combining a GWO-optimized LSTM network with the Levy-Merton Jump-Diffusion model calibrated using an ANN, outperformed the base LSTM model and all other models developed in this study.
Keywords: LSTM, Merton-Lévy Jump-Diffusion, Hybrid Financial Models, Asset Price Forecasting, Equities
Complexity vs Empirical Score
- Math Complexity: 8.5/10
- Empirical Rigor: 7.0/10
- Quadrant: Holy Grail
- Why: The paper employs advanced stochastic calculus including Lévy processes, jump-diffusion SDEs, and fractional Brownian motion, while demonstrating empirical rigor through backtesting on three real-world datasets with multiple performance metrics and hyperparameter tuning.
flowchart TD
A["Research Goal:<br>Optimal DL-Financial Model Integration"] --> B["Input Data:<br>Brent Oil, STOXX 600, IT40 Indices"]
B --> C["Framework Development:<br>LSTM + Merton-Lévy Jump-Diffusion"]
C --> D["Hybrid Optimization"]
D --> E["Performance Evaluation<br>MSE, MAE, MSPE, R²"]
subgraph D ["Hybrid Optimization"]
D1["LSTM Tuning:<br>Grey Wolf Optimizer GWO"]
D2["Model Calibration:<br>ANN, MPA, TorchSDE"]
end
D --> F["Key Finding:<br>GWO-LSTM + ANN Calibration<br>outperforms benchmarks"]