paper-with-me

Papers

Implicit Regularization of Discrete Gradient Dynamics in Linear Neural Networks

2019-04-30 · NeurIPS 2019 12 · Gauthier Gidel, Francis Bach, Simon Lacoste-Julien

When optimizing over-parameterized models, such as deep neural networks, a large set of parameters can achieve zero training error. In such cases, the choice of the optimization algorithm and its respective hyper-parameters introduces biases that will lead to convergence to specific minimizers of the objective. Consequently, this choice can be considered as an implicit regularization for the training of over-parametrized models. In this work, we push this idea further by studying the discrete gradient dynamics of the training of a two-layer linear network with the least-squares loss. Using a time rescaling, we show that, with a vanishing initialization and a small enough step size, this dynamics sequentially learns the solutions of a reduced-rank regression with a gradually increasing rank.

📄 PDF Abstract BibTeX arXiv:1904.13262

Code (1)

GauthierGidel/Implicit-Regularization-of-Discrete-Gradient-Dynamics-in-Linear-Neural-Networks 공식 구현

Similar Papers 제목 키워드 기반

A Dynamics Theory of Implicit Regularization in Deep Low-Rank Matrix Factorization

2022-12-29 · Jian Cao, Chen Qian, Yihui Huang, Dicheng Chen 외

Implicit regularization is an important way to interpret neural networks. Recent theory starts to explain implicit regularization with the model of deep matrix factorization (DMF) and analyze the trajectory of discrete g…

Implicit Regularization for Group Sparsity

2023-01-29 · Jiangyuan Li, Thanh V. Nguyen, Chinmay Hegde, Raymond K. W. Wong

We study the implicit regularization of gradient descent towards structured sparsity via a novel neural reparameterization, which we call a diagonally grouped linear neural network. We show the following intriguing prope…

regression

Convergence Analysis and Implicit Regularization of Feedback Alignment for Deep Linear Networks

2021-10-20 · Manuela Girotti, Ioannis Mitliagkas, Gauthier Gidel

We theoretically analyze the Feedback Alignment (FA) algorithm, an efficient alternative to backpropagation for training neural networks. We provide convergence guarantees with rates for deep linear networks for both con…

Incremental Learning

Implicit Gradient Regularization

2020-09-23 · ICLR 2021 1 · David G. T. Barrett, Benoit Dherin

Gradient descent can be surprisingly good at optimizing deep neural networks without overfitting and without explicit regularization. We find that the discrete steps of gradient descent implicitly regularize models by pe…

Gradient Descent Converges Linearly to Flatter Minima than Gradient Flow in Shallow Linear Networks

2025-01-15 · Pierfrancesco Beneventano, Blake Woodworth

We study the gradient descent (GD) dynamics of a depth-2 linear neural network with a single input and output. We show that GD converges at an explicit linear rate to a global minimum of the training loss, even with a la…