LGAIAug 15, 2024

DeNOTS: Stable Deep Neural ODEs for Time Series

arXiv:2408.08055v52 citationsh-index: 3
AI Analysis

This addresses the need for more expressive and stable continuous-time models for time series analysis, though it is incremental as it builds on existing Neural ODE frameworks.

The paper tackled the problem of increasing expressiveness in Neural ODEs for time series by scaling the integration time horizon, which caused instability, and they proposed a stabilization method using Negative Feedback, resulting in up to 20% improvement in metrics on four datasets.

Neural CDEs provide a natural way to process the temporal evolution of irregular time series. The number of function evaluations (NFE) is these systems' natural analog of depth (the number of layers in traditional neural networks). It is usually regulated via solver error tolerance: lower tolerance means higher numerical precision, requiring more integration steps. However, lowering tolerances does not adequately increase the models' expressiveness. We propose a simple yet effective alternative: scaling the integration time horizon to increase NFEs and "deepen`` the model. Increasing the integration interval causes uncontrollable growth in conventional vector fields, so we also propose a way to stabilize the dynamics via Negative Feedback (NF). It ensures provable stability without constraining flexibility. It also implies robustness: we provide theoretical bounds for Neural ODE risk using Gaussian process theory. Experiments on four open datasets demonstrate that our method, DeNOTS, outperforms existing approaches~ -- ~including recent Neural RDEs and state space models,~ -- ~achieving up to $20\%$ improvement in metrics. DeNOTS combines expressiveness, stability, and robustness, enabling reliable modelling in continuous-time domains.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes