Training (Overparametrized) Neural Networks in Near-Linear Time

The slow convergence rate and pathological curvature issues of first-order gradient methods for training deep neural networks, initiated an ongoing effort for developing faster - optimization algorithms beyond SGD, without compromising the generalization error. Despite their remarkable convergence rate ( of the training batch size ), second-order algorithms incur a daunting slowdown in the (inverting the Hessian matrix of the loss function), which renders them impractical. Very recently, this computational overhead was mitigated by the works of [ZMG19,CGH+19}, yielding an -time second-order algorithm for training two-layer overparametrized neural networks of polynomial width . We show how to speed up the algorithm of [CGH+19], achieving an -time backpropagation algorithm for training (mildly overparametrized) ReLU networks, which is near-linear in the dimension () of the full gradient (Jacobian) matrix. The centerpiece of our algorithm is to reformulate the Gauss-Newton iteration as an -regression problem, and then use a Fast-JL type dimension reduction to the underlying Gram matrix in time independent of , allowing to find a sufficiently good approximate solution via - conjugate gradient. Our result provides a proof-of-concept that advanced machinery from randomized linear algebra -- which led to recent breakthroughs in (ERM, LPs, Regression) -- can be carried over to the realm of deep learning as well.
View on arXiv