Efficient CNN-LSTM based Parameter Estimation of Levy Driven Stochastic Differential Equations

Shuaiyu Li,Yang Ruan,Changzhou Long,Yuzhong Cheng
2024-03-07
Abstract:This study addresses the challenges in parameter estimation of stochastic differential equations driven by non-Gaussian noises, which are critical in understanding dynamic phenomena such as price fluctuations and the spread of infectious diseases. Previous research highlighted the potential of LSTM networks in estimating parameters of alpha stable Levy driven SDEs but faced limitations including high time complexity and constraints of the LSTM chaining property. To mitigate these issues, we introduce the PEnet, a novel CNN-LSTM-based three-stage model that offers an end to end approach with superior accuracy and adaptability to varying data structures, enhanced inference speed for long sequence observations through initial data feature condensation by CNN, and high generalization capability, allowing its application to various complex SDE scenarios. Experiments on synthetic datasets confirm PEnet significant advantage in estimating SDE parameters associated with noise characteristics, establishing it as a competitive method for SDE parameter estimation in the presence of Levy noise.
Machine Learning,Artificial Intelligence
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the challenge of parameter estimation in stochastic differential equations (SDEs) driven by non - Gaussian noise. Specifically, the paper focuses on SDEs driven by Lévy processes, which can better capture the "jumping" behavior in the system, and this is especially important in dynamic phenomena such as price fluctuations in financial markets and the spread of infectious diseases. However, compared with SDEs driven by Gaussian noise, SDEs driven by Lévy noise face more difficulties in parameter estimation, such as high time complexity and the limitation of the chain - like nature of LSTM networks. To solve these problems, the paper proposes a three - stage model - PEnet based on convolutional neural networks (CNN) and long - short - term memory networks (LSTM). The main advantages of PEnet include: 1. **End - to - end capability**: It does not require manual features or pre - processing steps, providing a seamless automated parameter estimation process. 2. **Flexibility in handling variable - length sequences**: It can handle input sequences and observation intervals of different lengths, especially suitable for driving noise where convolution is not closed. 3. **Efficiency**: It can efficiently handle long sequences, thus supporting parameter estimation for more complex systems. 4. **Generalization ability**: By modifying the training data and labels, it can be applied to parameter estimation tasks of other SDE models, demonstrating its generalization ability. The paper verifies the effectiveness of PEnet in SDEs driven by Gaussian noise, α - stable Lévy noise, and Student Lévy noise through experiments. The results show that PEnet performs excellently in terms of the accuracy, robustness, and computational efficiency of parameter estimation.