paper-with-me

Papers

Implicit Regularization or Implicit Conditioning? Exact Risk Trajectories of SGD in High Dimensions

2022-06-15 · Courtney Paquette, Elliot Paquette, Ben Adlam, Jeffrey Pennington

Stochastic gradient descent (SGD) is a pillar of modern machine learning, serving as the go-to optimization algorithm for a diverse array of problems. While the empirical success of SGD is often attributed to its computational efficiency and favorable generalization behavior, neither effect is well understood and disentangling them remains an open problem. Even in the simple setting of convex quadratic problems, worst-case analyses give an asymptotic convergence rate for SGD that is no better than full-batch gradient descent (GD), and the purported implicit regularization effects of SGD lack a precise explanation. In this work, we study the dynamics of multi-pass SGD on high-dimensional convex quadratics and establish an asymptotic equivalence to a stochastic differential equation, which we call homogenized stochastic gradient descent (HSGD), whose solutions we characterize explicitly in terms of a Volterra integral equation. These results yield precise formulas for the learning and risk trajectories, which reveal a mechanism of implicit conditioning that explains the efficiency of SGD relative to GD. We also prove that the noise from SGD negatively impacts generalization performance, ruling out the possibility of any type of implicit regularization in this context. Finally, we show how to adapt the HSGD formalism to include streaming SGD, which allows us to produce an exact prediction for the excess risk of multi-pass SGD relative to that of streaming SGD (bootstrap risk).

📄 PDF Abstract BibTeX arXiv:2206.07252

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Diversity sampling is an implicit regularization for kernel methods

2020-02-20 · Michaël Fanuel, Joachim Schreurs, Johan A. K. Suykens

Kernel methods have achieved very good performance on large scale regression and classification problems, by using the Nystr\"om method and preconditioning techniques. The Nystr\"om approximation -- based on a subset of …

DiversityPoint Processesregression

Improving Implicit Regularization of SGD with Preconditioning for Least Square Problems

2024-03-13 · Junwei Su, Difan Zou, Chuan Wu

Stochastic gradient descent (SGD) exhibits strong algorithmic regularization effects in practice and plays an important role in the generalization of modern machine learning. However, prior research has revealed instance…

regression

Combining Explicit and Implicit Regularization for Efficient Learning in Deep Networks

2023-06-01 · NeurIPS 2022 11 · Dan Zhao

Works on implicit regularization have studied gradient trajectories during the optimization process to explain why deep networks favor certain kinds of solutions over others. In deep linear networks, it has been shown th…

Inductive BiasMatrix Completion

The Implicit Regularization of Momentum Gradient Descent with Early Stopping

2022-01-14 · Li Wang, Yingcong Zhou, Zhiguo Fu

The study on the implicit regularization induced by gradient-based optimization is a longstanding pursuit. In the present paper, we characterize the implicit regularization of momentum gradient descent (MGD) with early s…

regression

A Dual Optimization View to Empirical Risk Minimization with f-Divergence Regularization

2025-08-05 · Francisco Daunas, Iñaki Esnaola, Samir M. Perlaza arxiv

The dual formulation of empirical risk minimization with f-divergence regularization (ERM-fDR) is introduced. The solution of the dual optimization problem to the ERM-fDR is connected to the notion of normalization funct…