2020

STEER: Simple Temporal Regularization For Neural ODEs

Ghosh, Arnab, Behl, Harkirat Singh, Dupont, Emilien et al.

Understand

Training Neural Ordinary Differential Equations (ODEs) is often computationally expensive.

  • Indeed, computing the forward pass of such models involves solving an ODE which can become arbitrarily complex during training.
  • Recent works have shown that regularizing the dynamics of the ODE can partially alleviate this.
  • In this paper we propose a new regularization technique: randomly sampling the end time of the ODE during training.

Reading the bibliography…