English

Why is parameter averaging beneficial in SGD? An objective smoothing perspective

Machine Learning 2024-05-28 v2 Machine Learning

Abstract

It is often observed that stochastic gradient descent (SGD) and its variants implicitly select a solution with good generalization performance; such implicit bias is often characterized in terms of the sharpness of the minima. Kleinberg et al. (2018) connected this bias with the smoothing effect of SGD which eliminates sharp local minima by the convolution using the stochastic gradient noise. We follow this line of research and study the commonly-used averaged SGD algorithm, which has been empirically observed in Izmailov et al. (2018) to prefer a flat minimum and therefore achieves better generalization. We prove that in certain problem settings, averaged SGD can efficiently optimize the smoothed objective which avoids sharp local minima. In experiments, we verify our theory and show that parameter averaging with an appropriate step size indeed leads to significant improvement in the performance of SGD.

Keywords

Cite

@article{arxiv.2302.09376,
  title  = {Why is parameter averaging beneficial in SGD? An objective smoothing perspective},
  author = {Atsushi Nitanda and Ryuhei Kikuchi and Shugo Maeda and Denny Wu},
  journal= {arXiv preprint arXiv:2302.09376},
  year   = {2024}
}

Comments

27pages, AISTATS2024

R2 v1 2026-06-28T08:43:32.680Z