Stable Neural Stochastic Differential Equations in Analyzing Irregular Time Series Data
YongKyung Oh, Dong-Young Lim, Sungil Kim
TL;DR
This paper tackles irregular time series with missing data by introducing three stable Neural SDE classes: Langevin-type LSDE, Linear Noise SDE (LNSDE), and Geometric SDE (GSDE). It provides theoretical guarantees (existence/uniqueness of strong solutions) and non-asymptotic robustness results, including Wasserstein contraction bounds that decay exponentially with depth when facing distribution shifts. A controlled path is incorporated into the drift to better capture sequential observations, and ablation studies quantify the gains from this design and from nonlinear diffusion. Empirically, the proposed models achieve state-of-the-art performance on interpolation, forecasting, and classification across four benchmarks and 30 datasets with varying missing data, albeit with higher computational cost than some CDE-based approaches. The work advances robust, stable modeling of irregular time series with principled diffusion design and rigorous stability analysis, offering practical benefits for real-world applications.
Abstract
Irregular sampling intervals and missing values in real-world time series data present challenges for conventional methods that assume consistent intervals and complete data. Neural Ordinary Differential Equations (Neural ODEs) offer an alternative approach, utilizing neural networks combined with ODE solvers to learn continuous latent representations through parameterized vector fields. Neural Stochastic Differential Equations (Neural SDEs) extend Neural ODEs by incorporating a diffusion term, although this addition is not trivial, particularly when addressing irregular intervals and missing values. Consequently, careful design of drift and diffusion functions is crucial for maintaining stability and enhancing performance, while incautious choices can result in adverse properties such as the absence of strong solutions, stochastic destabilization, or unstable Euler discretizations, significantly affecting Neural SDEs' performance. In this study, we propose three stable classes of Neural SDEs: Langevin-type SDE, Linear Noise SDE, and Geometric SDE. Then, we rigorously demonstrate their robustness in maintaining excellent performance under distribution shift, while effectively preventing overfitting. To assess the effectiveness of our approach, we conduct extensive experiments on four benchmark datasets for interpolation, forecasting, and classification tasks, and analyze the robustness of our methods with 30 public datasets under different missing rates. Our results demonstrate the efficacy of the proposed method in handling real-world irregular time series data.
