paper-with-me

홈 › Papers

Deep linear networks for regression are implicitly regularized towards flat minima

2024-05-22 · Pierre Marion, Lénaïc Chizat

The largest eigenvalue of the Hessian, or sharpness, of neural networks is a key quantity to understand their optimization dynamics. In this paper, we study the sharpness of deep linear networks for univariate regression. Minimizers can have arbitrarily large sharpness, but not an arbitrarily small one. Indeed, we show a lower bound on the sharpness of minimizers, which grows linearly with depth. We then study the properties of the minimizer found by gradient flow, which is the limit of gradient descent with vanishing learning rate. We show an implicit regularization towards flat minima: the sharpness of the minimizer is no more than a constant times the lower bound. The constant depends on the condition number of the data covariance matrix, but not on width or depth. This result is proven both for a small-scale initialization and a residual initialization. Results of independent interest are shown in both cases. For small-scale initialization, we show that the learned weight matrices are approximately rank-one and that their singular vectors align. For residual initialization, convergence of the gradient flow for a Gaussian initialization of the residual network is proven. Numerical experiments illustrate our results and connect them to gradient descent with non-vanishing learning rate.

📄 PDF Abstract BibTeX arXiv:2405.13456

Code (1)

pierremarion23/implicit-reg-sharpness 공식 구현 jax

Tasks

regression

Similar Papers 제목 키워드 기반

An SDE for Modeling SAM: Theory and Insights

2023-01-19 · Enea Monzio Compagnoni, Luca Biggio, Antonio Orvieto, Frank Norbert Proske 외

We study the SAM (Sharpness-Aware Minimization) optimizer which has recently attracted a lot of interest due to its increased performance over more classical variants of stochastic gradient descent. Our main contribution…

Learning Feature Nonlinearities with Non-Convex Regularized Binned Regression

2017-05-20 · Samet Oymak, Mehrdad Mahdavi, Jiasi Chen

For various applications, the relations between the dependent and independent variables are highly nonlinear. Consequently, for large scale complex problems, neural networks and regression trees are commonly preferred ov…

regression

Triple descent and the two kinds of overfitting: Where & why do they appear?

2020-06-05 · NeurIPS 2020 12 · Stéphane d'Ascoli, Levent Sagun, Giulio Biroli

A recent line of research has highlighted the existence of a "double descent" phenomenon in deep learning, whereby increasing the number of training examples $N$ causes the generalization error of neural networks to peak…

regression

Same Pre-training Loss, Better Downstream: Implicit Bias Matters for Language Models

2022-10-25 · Hong Liu, Sang Michael Xie, Zhiyuan Li, Tengyu Ma

Language modeling on large-scale datasets leads to impressive performance gains on various downstream language tasks. The validation pre-training loss (or perplexity in autoregressive language modeling) is often used as …

Language ModelingLanguage Modelling

Unique Properties of Flat Minima in Deep Networks

2020-02-11 · Rotem Mulayoff, Tomer Michaeli

It is well known that (stochastic) gradient descent has an implicit bias towards flat minima. In deep neural network training, this mechanism serves to screen out minima. However, the precise effect that this has on the …