Neural Rough Differential Equations for Long Time Series
James Morrill, Cristopher Salvi, Patrick Kidger, James Foster, and Terry Lyons

TL;DR
This paper introduces Neural RDEs, extending Neural CDEs using rough path theory, to effectively model long and irregular time series with faster training and lower memory usage.
Contribution
The paper presents Neural RDEs, a novel extension of Neural CDEs utilizing log-signatures from rough path theory for improved long time series modeling.
Findings
Effective on long time series up to 17,000 observations
Significant training speed-ups observed
Reduced memory requirements compared to existing methods
Abstract
Neural controlled differential equations (CDEs) are the continuous-time analogue of recurrent neural networks, as Neural ODEs are to residual networks, and offer a memory-efficient continuous-time way to model functions of potentially irregular time series. Existing methods for computing the forward pass of a Neural CDE involve embedding the incoming time series into path space, often via interpolation, and using evaluations of this path to drive the hidden state. Here, we use rough path theory to extend this formulation. Instead of directly embedding into path space, we instead represent the input signal over small time intervals through its \textit{log-signature}, which are statistics describing how the signal drives a CDE. This is the approach for solving \textit{rough differential equations} (RDEs), and correspondingly we describe our main contribution as the introduction of Neural…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTime Series Analysis and Forecasting · Model Reduction and Neural Networks · Neural Networks and Applications
