paper-with-me

홈 › Papers

Latent Time Neural Ordinary Differential Equations

2021-12-23 · Srinivas Anumasa, P. K. Srijith

Neural ordinary differential equations (NODE) have been proposed as a continuous depth generalization to popular deep learning models such as Residual networks (ResNets). They provide parameter efficiency and automate the model selection process in deep learning models to some extent. However, they lack the much-required uncertainty modelling and robustness capabilities which are crucial for their use in several real-world applications such as autonomous driving and healthcare. We propose a novel and unique approach to model uncertainty in NODE by considering a distribution over the end-time $T$ of the ODE solver. The proposed approach, latent time NODE (LT-NODE), treats $T$ as a latent variable and apply Bayesian learning to obtain a posterior distribution over $T$ from the data. In particular, we use variational inference to learn an approximate posterior and the model parameters. Prediction is done by considering the NODE representations from different samples of the posterior and can be done efficiently using a single forward pass. As $T$ implicitly defines the depth of a NODE, posterior distribution over $T$ would also help in model selection in NODE. We also propose, adaptive latent time NODE (ALT-NODE), which allow each data point to have a distinct posterior distribution over end-times. ALT-NODE uses amortized variational inference to learn an approximate posterior using inference networks. We demonstrate the effectiveness of the proposed approaches in modelling uncertainty and robustness through experiments on synthetic and several real-world image classification data.

📄 PDF Abstract BibTeX arXiv:2112.12728

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Drivingimage-classificationImage ClassificationModel SelectionVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음
NODE Neural Oblivious Decision Ensembles (NODE) is a tabular data architecture that consists of differentiable oblivious decision trees (ODT) that are trained end-to-end by…

Similar Papers 제목 키워드 기반

Latent Ordinary Differential Equations for Irregularly-Sampled Time Series

2019-12-01 · NeurIPS 2019 12 · Yulia Rubanova, Tian Qi Chen, David K. Duvenaud

Time series with non-uniform intervals occur in many applications, and are difficult to model using standard recurrent neural networks (RNNs). We generalize RNNs to have continuous-time hidden dynamics defined by ordinar…

Time SeriesTime Series Analysis

Parameterized Neural Ordinary Differential Equations: Applications to Computational Physics Problems

2020-10-28 · Kookjin Lee, Eric J. Parish

This work proposes an extension of neural ordinary differential equations (NODEs) by introducing an additional set of ODE input parameters to NODEs. This extension allows NODEs to learn multiple dynamics specified by the…

Decoder

Time and State Dependent Neural Delay Differential Equations

2023-06-26 · Thibault Monsel, Onofrio Semeraro, Lionel Mathelin, Guillaume Charpiat

Discontinuities and delayed terms are encountered in the governing equations of a large class of problems ranging from physics and engineering to medicine and economics. These systems cannot be properly modelled and simu…

Scalable Gradients for Stochastic Differential Equations

2020-01-05 · Xuechen Li, Ting-Kam Leonard Wong, Ricky T. Q. Chen, David Duvenaud

The adjoint sensitivity method scalably computes gradients of solutions to ordinary differential equations. We generalize this method to stochastic differential equations, allowing time-efficient and constant-memory comp…

SensitivityVariational InferenceVideo Prediction

Characteristic Neural Ordinary Differential Equations

2021-11-25 · Xingzi Xu, Ali Hasan, Khalil Elkhalil, Jie Ding 외

We propose Characteristic-Neural Ordinary Differential Equations (C-NODEs), a framework for extending Neural Ordinary Differential Equations (NODEs) beyond ODEs. While NODEs model the evolution of a latent variables as t…

Computational EfficiencyDensity Estimation