Bad Global Minima Exist and SGD Can Reach Them
Shengchao Liu, Dimitris Papailiopoulos, Dimitris Achlioptas

TL;DR
This paper demonstrates that without explicit regularization, SGD can converge to poorly-generalizing models, challenging the view that implicit regularization alone explains neural network generalization.
Contribution
The study provides evidence that explicit regularization is crucial for guiding SGD towards models with good generalization, especially after pretraining on random labels.
Findings
SGD can reach high-complexity, poorly-generalizing models without explicit regularization.
Explicit regularization prevents detrimental effects of pretraining on random labels.
Regularization influences training dynamics far from the convergence point.
Abstract
Several works have aimed to explain why overparameterized neural networks generalize well when trained by Stochastic Gradient Descent (SGD). The consensus explanation that has emerged credits the randomized nature of SGD for the bias of the training process towards low-complexity models and, thus, for implicit regularization. We take a careful look at this explanation in the context of image classification with common deep neural network architectures. We find that if we do not regularize \emph{explicitly}, then SGD can be easily made to converge to poorly-generalizing, high-complexity models: all it takes is to first train on a random labeling on the data, before switching to properly training with the correct labels. In contrast, we find that in the presence of explicit regularization, pretraining with random labels has no detrimental effect on SGD. We believe that our results give…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Adversarial Robustness in Machine Learning · Advanced Neural Network Applications
MethodsStochastic Gradient Descent
