DeNOTS: Stable Deep Neural ODEs for Time Series
Ilya Kuleshov, Evgenia Romanenkova, Vladislav Zhuzhel, Galina Boeva, Evgeni Vorsin, Alexey Zaytsev
TL;DR
DeNOTS addresses the limited expressiveness of Neural CDEs by introducing time scaling to increase the effective depth without inflating weight norms. It further stabilizes long integrations via a novel Anti-NF mechanism, while preserving memory and avoiding the forgetting issues seen in Sync-NF. The authors provide ISS stability and interpolation-error bounds, including GP-based tight bounds for cubic-spline interpolation, and demonstrate up to 20% improvements on four open time-series datasets compared to Neural CDEs, Neural RDEs, and State-Space Models. The approach offers a practical way to harness continuous-time models for irregular time series, combining expressiveness, stability, and robustness in a single framework. Reproducibility is facilitated by publicly available code and thorough experimental documentation.
Abstract
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.
