ANODE: Unconditionally Accurate Memory-Efficient Gradients for Neural ODEs

ANODE: Unconditionally Accurate Memory-Efficient Gradients for Neural ODEs

Amir Gholaminejad, Kurt Keutzer, George Biros

Proceedings of the Twenty-Eighth International Joint Conference on Artificial Intelligence
Main track. Pages 730-736. https://doi.org/10.24963/ijcai.2019/103

Residual neural networks can be viewed as the forward Euler discretization of an Ordinary Differential Equation (ODE) with a unit time step. This has recently motivated researchers to explore other discretization approaches and train ODE based networks. However, an important challenge of neural ODEs is their prohibitive memory cost during gradient backpropogation. Recently a method proposed in arXiv:1806.07366, claimed that this memory overhead can be reduced from LNt, where Nt is the number of time steps, down to O(L) by solving forward ODE backwards in time, where L is the depth of the network. However, we will show that this approach may lead to several problems: (i) it may be numerically unstable for ReLU/non-ReLU activations and general convolution operators, and (ii) the proposed optimize-then-discretize approach may lead to divergent training due to inconsistent gradients for small time step sizes. We discuss the underlying problems, and to address them we propose ANODE, a neural ODE framework which avoids the numerical instability related problems noted above. ANODE has a memory footprint of O(L) + O(Nt), with the same computational cost as reversing ODE solve. We furthermore, discuss a memory efficient algorithm which can further reduce this footprint with a tradeoff of additional computational cost. We show results on Cifar-10/100 datasets using ResNet and SqueezeNext neural networks.
Keywords:
Computer Vision: Statistical Methods and Machine Learning
Computer Vision: Computer Vision
Machine Learning: Explainable Machine Learning