paper-with-me

홈 › Papers

Advances in Neural Controlled Differential Equations

2026-07-06 · Benjamin Walker arxiv

Many real-world systems evolve continuously, yet most machine learning models interpret time series as discrete sequences. Continuous-time approaches instead treat time series as samples from an underlying input path, a formulation that naturally accommodates irregularly sampled or oversampled data. Among these, Neural Controlled Differential Equations (NCDEs) are a maximally expressive class of models that parametrise a vector field using a neural network and evolve their hidden state by solving a dynamical system driven by the input path. NCDEs typically use a non-linear vector field, so their expressive power and continuous-time flexibility come at the cost of a forward pass that is both computationally expensive and inherently sequential, limiting their scalability and practical applicability. This thesis advances the training and scalability of NCDEs through three complementary contributions. First, building on neural rough differential equations, Log-NCDEs apply the Log-ODE method to efficiently approximate an NCDE's solution during training, improving both computational speed and empirical performance. Second, Linear NCDEs replace the non-linear vector field with a linear one, enabling closed-form solutions and parallel-in-time computation without sacrificing theoretical expressivity. Third, Structured Linear NCDEs use structured linear vector fields to further enhance efficiency while maintaining theoretical expressiveness and empirical performance. Collectively, these methods reduce the time per training step for an NCDE by up to three orders of magnitude while achieving state-of-the-art performance across diverse time series benchmarks.

📄 PDF Abstract BibTeX arXiv:2607.05280

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Controlled Differential Equations with Quantum Hidden Evolutions

2024-04-30 · Lingyi Yang, Zhen Shao

We introduce a class of neural controlled differential equation inspired by quantum mechanics. Neural quantum controlled differential equations (NQDEs) model the dynamics by analogue of the Schr\"{o}dinger equation. Spec…

Classification

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

Bayesian Neural Controlled Differential Equations for Treatment Effect Estimation

2023-10-26 · Konstantin Hess, Valentyn Melnychuk, Dennis Frauen, Stefan Feuerriegel

Treatment effect estimation in continuous time is crucial for personalized medicine. However, existing methods for this task are limited to point estimates of the potential outcomes, whereas uncertainty estimates have be…

Bayesian InferenceDecision MakingUncertainty Quantification

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 conditi…

Irregular Time SeriesTime SeriesTime Series Analysis

New directions in the applications of rough path theory

2023-02-09 · Adeline Fermanian, Terry Lyons, James Morrill, Cristopher Salvi

This article provides a concise overview of some of the recent advances in the application of rough path theory to machine learning. Controlled differential equations (CDEs) are discussed as the key mathematical model to…