paper-with-me

Papers

Neural Controlled Differential Equations for Irregular Time Series

2020-05-18 · NeurIPS 2020 12 · Patrick Kidger, James Morrill, James Foster, Terry Lyons

Neural ordinary differential equations are an attractive option for modelling temporal dynamics. However, a fundamental issue is that the solution to an ordinary differential equation is determined by its initial condition, and there is no mechanism for adjusting the trajectory based on subsequent observations. Here, we demonstrate how this may be resolved through the well-understood mathematics of \emph{controlled differential equations}. The resulting \emph{neural controlled differential equation} model is directly applicable to the general setting of partially-observed irregularly-sampled multivariate time series, and (unlike previous work on this problem) it may utilise memory-efficient adjoint-based backpropagation even across observations. We demonstrate that our model achieves state-of-the-art performance against similar (ODE or RNN based) models in empirical studies on a range of datasets. Finally we provide theoretical results demonstrating universal approximation, and that our model subsumes alternative ODE models.

📄 PDF Abstract BibTeX arXiv:2005.08926

Code (5)

patrick-kidger/NeuralCDE 공식 구현 pytorch
dungxibo123/NeuralCDE pytorch
google-research/torchsde pytorch
patrick-kidger/FasterNeuralDiffEq pytorch
philipdarke/torchtime pytorch

Tasks

Irregular Time SeriesTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Attentive Neural Controlled Differential Equations for Time-series Classification and Forecasting

2021-09-04 · Sheo Yon Jhin, Heejoo Shin, Seoyoung Hong, Solhee Park 외

Neural networks inspired by differential equations have proliferated for the past several years. Neural ordinary differential equations (NODEs) and neural controlled differential equations (NCDEs) are two representative …

Irregular Time SeriesRepresentation LearningTime SeriesTime Series Analysis+1

On the Generalization and Approximation Capacities of Neural Controlled Differential Equations

2023-05-26 · Linus Bleistein, Agathe Guilloux

Neural Controlled Differential Equations (NCDEs) are a state-of-the-art tool for supervised learning with irregularly sampled time series (Kidger, 2020). However, no theoretical analysis of their performance has been pro…

Time Series

Comprehensive Review of Neural Differential Equations for Time Series Analysis

2025-02-14 · YongKyung Oh, Seungsu Kam, Jonghun Lee, Dong-Young Lim 외

Time series modeling and analysis have become critical in various domains. Conventional methods such as RNNs and Transformers, while effective for discrete-time and regularly sampled data, face significant challenges in …

Time SeriesTime Series Analysis

IIT-GAN: Irregular and Intermittent Time-series Synthesis with Generative Adversarial Networks

2021-09-29 · Jinsung Jeon, Jeonghak Kim, Haryong Song, Noseong Park

Time-series data is one of the most popular data types in the field of machine learning. For various reasons, there is a strong motivation to synthesize fake time-series data. Several disparate settings for time-series s…

Missing ValuesTime SeriesTime Series Analysis

Learnable Path in Neural Controlled Differential Equations

2023-01-11 · Sheo Yon Jhin, Minju Jo, Seungji Kook, Noseong Park 외

Neural controlled differential equations (NCDEs), which are continuous analogues to recurrent neural networks (RNNs), are a specialized model in (irregular) time-series processing. In comparison with similar models, e.g.…

DecoderIrregular Time SeriesTime SeriesTime Series Analysis+1