Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Neural Ordinary Differential Equations

About

We introduce a new family of deep neural network models. Instead of specifying a discrete sequence of hidden layers, we parameterize the derivative of the hidden state using a neural network. The output of the network is computed using a black-box differential equation solver. These continuous-depth models have constant memory cost, adapt their evaluation strategy to each input, and can explicitly trade numerical precision for speed. We demonstrate these properties in continuous-depth residual networks and continuous-time latent variable models. We also construct continuous normalizing flows, a generative model that can train by maximum likelihood, without partitioning or ordering the data dimensions. For training, we show how to scalably backpropagate through any ODE solver, without access to its internal operations. This allows end-to-end training of ODEs within larger models.

Ricky T. Q. Chen, Yulia Rubanova, Jesse Bettencourt, David Duvenaud• 2018

Related benchmarks

TaskDatasetResultRank
Image ClassificationMNIST (test)--
882
Generative ModelingCIFAR-10
BPD3.4
46
ForecastingMIMIC-III (test)
MSE0.89
43
Clinical predictionMIMIC-III
AUROC77.34
36
Anomaly DetectionSMAP (test)
Precision87.5
35
ClassificationRotMNIST (test)--
32
Irregularly Sampled Time Series ForecastingUSHCN (test)
MSE0.96
26
Dynamical systems reconstructionLorenz-63 3d
Dstsp0.28
23
ClassificationPhysioNet
AUC Score0.781
23
Kernel State Reconstructiondiabetes Student-t noise (test)
Full Test MSE0.853
20
Showing 10 of 163 rows
...

Other info

Code

Follow for update