2019

Training Neural Networks for and by Interpolation

Berrada, Leonard, Zisserman, Andrew, Kumar, M. Pawan

Understand

In modern supervised learning, many deep neural networks are able to interpolate the data: the empirical loss can be driven to near zero on all samples simultaneously.

  • In this work, we explicitly exploit this interpolation property for the design of a new optimization algorithm for deep learning, which we term Adaptive Learning-rates for Interpolation with Gradients (ALI-G).
  • ALI-G retains the two main advantages of Stochastic Gradient Descent (SGD), which are (i) a low computational cost per iteration and (ii) good generalization performance in practice.
  • At each iteration, ALI-G exploits the interpolation property to compute an adaptive learning-rate in closed form.

Reading the bibliography…