paper-with-me

Papers

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

2023-02-18 · Atsushi Nitanda, Ryuhei Kikuchi, Shugo Maeda, Denny Wu

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.

📄 PDF Abstract BibTeX arXiv:2302.09376

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Information-Theoretic Perspective of Federated Learning

2019-11-15 · Linara Adilova, Julia Rosenzweig, Michael Kamp

An approach to distributed machine learning is to train models on local datasets and aggregate these models into a single, stronger model. A popular instance of this form of parallelization is federated learning, where t…

Federated LearningOpen-Ended Question Answering

Gaussian kernel smoothing

2020-07-19 · Moo. K. Chung

Image acquisition and segmentation are likely to introduce noise. Further image processing such as image registration and parameterization can introduce additional noise. It is thus imperative to reduce noise measurement…

Image Registrationimage smoothing

Generalized adaptive smoothing based neural network architecture for traffic state estimation

2023-01-09 · Chuhan Yang, Sai Venkata Ramana Ambadipudi, Saif Eddin Jabari

The adaptive smoothing method (ASM) is a standard data-driven technique used in traffic state estimation. The ASM has free parameters which, in practice, are chosen to be some generally acceptable values based on intuiti…

State Estimation

Efficient Splitting-based Method for Global Image Smoothing

2016-04-26 · Youngjung Kim, Dongbo Min, Bumsub Ham, Kwanghoon Sohn

Edge-preserving smoothing (EPS) can be formulated as minimizing an objective function that consists of data and prior terms. This global EPS approach shows better smoothing performance than a local one that typically has…

image smoothing

Does label smoothing mitigate label noise?

2020-03-05 · ICML 2020 1 · Michal Lukasik, Srinadh Bhojanapalli, Aditya Krishna Menon, Sanjiv Kumar

Label smoothing is commonly used in training deep learning models, wherein one-hot training labels are mixed with uniform label vectors. Empirically, smoothing has been shown to improve both predictive performance and mo…

Learning with noisy labels