On the Relation Between the Sharpest Directions of DNN Loss and the SGD Step Length
Stanisław Jastrzębski, Zachary Kenton, Nicolas Ballas, Asja Fischer, Yoshua Bengio, Amos Storkey
TL;DR
This work investigates how SGD interacts with the sharpest Hessian directions during full neural network training. It shows that the top curvature grows early and peaks at a level determined by the learning rate and batch size, and that SGD steps aligned with the sharpest directions are often too large to minimize in that subspace. By analyzing gradients projected onto sharpest directions, the authors reveal that optimization along these directions is ineffective, yet the alignment remains strong, motivating a targeted variant. They introduce Nudged-SGD, which reduces the learning rate along the sharpest directions to probe faster optimization and potentially sharper, better-generalizing minima, with results that depend on model and dataset. Overall, the paper highlights how curvature in the sharpest directions guides training dynamics and generalization, offering a framework for designing optimizers tailored to the loss surface in deep networks.
Abstract
Stochastic Gradient Descent (SGD) based training of neural networks with a large learning rate or a small batch-size typically ends in well-generalizing, flat regions of the weight space, as indicated by small eigenvalues of the Hessian of the training loss. However, the curvature along the SGD trajectory is poorly understood. An empirical investigation shows that initially SGD visits increasingly sharp regions, reaching a maximum sharpness determined by both the learning rate and the batch-size of SGD. When studying the SGD dynamics in relation to the sharpest directions in this initial phase, we find that the SGD step is large compared to the curvature and commonly fails to minimize the loss along the sharpest directions. Furthermore, using a reduced learning rate along these directions can improve training speed while leading to both sharper and better generalizing solutions compared to vanilla SGD. In summary, our analysis of the dynamics of SGD in the subspace of the sharpest directions shows that they influence the regions that SGD steers to (where larger learning rate or smaller batch size result in wider regions visited), the overall training speed, and the generalization ability of the final model.
