2019

Harnessing the Power of Infinitely Wide Deep Nets on Small-data Tasks

Arora, Sanjeev, Du, Simon S., Li, Zhiyuan et al.

Understand

Recent research shows that the following two models are equivalent: (a) infinitely wide neural networks (NNs) trained under l2 loss by gradient descent with infinitesimally small learning rate (b) kernel regression with respect to so-called Neural Tangent Kernels (NTKs) (Jacot et al., 2018).

  • An efficient algorithm to compute the NTK, as well as its convolutional counterparts, appears in Arora et al.
  • (2019a), which allowed studying performance of infinitely wide nets on datasets like CIFAR-10.
  • However, super-quadratic running time of kernel methods makes them best suited for small-data tasks.

Reading the bibliography…