paper-with-me

Papers

SGD Implicitly Regularizes Generalization Error

2021-04-10 · Daniel A. Roberts

We derive a simple and model-independent formula for the change in the generalization gap due to a gradient descent update. We then compare the change in the test error for stochastic gradient descent to the change in test error from an equivalent number of gradient descent updates and show explicitly that stochastic gradient descent acts to regularize generalization error by decorrelating nearby updates. These calculations depends on the details of the model only through the mean and covariance of the gradient distribution, which may be readily measured for particular models of interest. We discuss further improvements to these calculations and comment on possible implications for stochastic optimization.

📄 PDF Abstract BibTeX arXiv:2104.04874

Code (0)

등록된 구현이 없습니다.

Tasks

Stochastic Optimization

Similar Papers 제목 키워드 기반

Stochastic Rounding Implicitly Regularizes Tall-and-Thin Matrices

2024-03-18 · Gregory Dexter, Christos Boutsikas, Linkai Ma, Ilse C. F. Ipsen 외

Motivated by the popularity of stochastic rounding in the context of machine learning and the training of large-scale deep neural network models, we consider stochastic nearness rounding of real matrices $\mathbf{A}$ wit…

Gaussian Mean Field Regularizes by Limiting Learned Information

2019-02-12 · Julius Kunze, Louis Kirsch, Hippolyt Ritter, David Barber

Variational inference with a factorized Gaussian posterior estimate is a widely used approach for learning parameters and hidden variables. Empirically, a regularizing effect can be observed that is poorly understood. In…

Variational Inference

How Memory in Optimization Algorithms Implicitly Modifies the Loss

2025-02-04 · Matias D. Cattaneo, Boris Shigida

In modern optimization methods used in deep learning, each update depends on the history of previous iterations, often referred to as memory, and this dependence decays fast as the iterates go further into the past. For …

MixupE: Understanding and Improving Mixup from Directional Derivative Perspective

2022-12-27 · Yingtian Zou, Vikas Verma, Sarthak Mittal, Wai Hoh Tang 외

Mixup is a popular data augmentation technique for training deep neural networks where additional samples are generated by linearly interpolating pairs of inputs and their labels. This technique is known to improve the g…

Data Augmentation

PACE: Marrying generalization in PArameter-efficient fine-tuning with Consistency rEgularization

2024-09-25 · Yao Ni, Shan Zhang, Piotr Koniusz

Parameter-Efficient Fine-Tuning (PEFT) effectively adapts pre-trained transformers to downstream tasks. However, the optimization of tasks performance often comes at the cost of generalizability in fine-tuned models. To …

8kDomain AdaptationFew-Shot LearningMathematical Reasoning+3