ResearchPod Summary
This paper investigates how the leading eigenvectors of the Hessian matrix—which represent the directions of highest curvature in the loss landscape—evolve during neural network training. The authors seek to understand whether different optimization algorithms (SGD, Adam, and SAM) traverse the loss landscape in qualitatively different ways by tracking the stability and localization of these curvature directions.
To quantify the evolution of the Hessian's leading eigenvectors, the authors employ two primary metrics:
The authors track these metrics for multilayer perceptrons trained on MNIST and FashionMNIST, comparing the results against a random null model to isolate the effects of the optimization process itself.
The study reveals that optimization dynamics are highly optimizer-dependent. SGD exhibits a stabilizing effect, where leading curvature directions become increasingly fixed over time. In contrast, Adam causes continuous, strong reorganization of eigenvectors throughout the training process, effectively 'mixing' the curvature directions. Furthermore, the authors identify a striking localization phenomenon under Adam, where the most significant curvature directions become concentrated on a small subset of model parameters, whereas SGD maintains delocalized curvature. These differences suggest that Adam and SGD explore fundamentally different regions of the loss landscape, with Adam's dynamics potentially reflecting a more aggressive or exploratory search strategy.
Understanding Hessian eigenvector dynamics provides a deeper look into the 'black box' of neural network training. By showing that optimizers leave distinct geometric fingerprints on the loss landscape, this work offers a new diagnostic tool for researchers to evaluate how different training methods interact with model architecture. These insights could eventually inform the development of more efficient pruning techniques, better uncertainty quantification, and improved optimization strategies that leverage the specific ways different algorithms navigate curvature.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.