Implicit Regularization Leads to Benign Overfitting for Sparse Linear Regression
Mo Zhou, Rong Ge

TL;DR
This paper investigates how implicit regularization during training leads to benign overfitting in sparse linear regression, introducing a new parametrization that achieves near-optimal test loss through gradient descent.
Contribution
The authors propose a novel model parametrization that combines benefits of $\, ext{l}_1$ and $ ext{l}_2$ regularization, demonstrating improved implicit regularization effects.
Findings
New parametrization induces implicit regularization beyond norm minimization.
Gradient descent on the new model achieves near-optimal test loss.
Analysis reveals dynamics leading to benign overfitting in sparse regression.
Abstract
In deep learning, often the training process finds an interpolator (a solution with 0 training loss), but the test loss is still low. This phenomenon, known as benign overfitting, is a major mystery that received a lot of recent attention. One common mechanism for benign overfitting is implicit regularization, where the training process leads to additional properties for the interpolator, often characterized by minimizing certain norms. However, even for a simple sparse linear regression problem with sparse , neither minimum or norm interpolator gives the optimal test loss. In this work, we give a different parametrization of the model which leads to a new implicit regularization effect that combines the benefit of and interpolators. We show that training our new model via gradient descent leads to an interpolator…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Stochastic Gradient Optimization Techniques · Machine Learning and ELM
MethodsTest · Linear Regression
