LGMLFeb 1, 2023

Implicit Regularization Leads to Benign Overfitting for Sparse Linear Regression

UW
arXiv:2302.00257v24 citationsh-index: 51
Originality Incremental advance
AI Analysis

This addresses the mystery of benign overfitting for researchers in deep learning theory, though it is incremental as it builds on known implicit regularization mechanisms.

The paper tackles the problem of benign overfitting in sparse linear regression by introducing a new model parametrization that combines benefits of ℓ₁ and ℓ₂ norm interpolators, showing that gradient descent training yields an interpolator with near-optimal test loss.

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 $y = β^{*\top} x +ξ$ with sparse $β^*$, neither minimum $\ell_1$ or $\ell_2$ 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 $\ell_1$ and $\ell_2$ interpolators. We show that training our new model via gradient descent leads to an interpolator with near-optimal test loss. Our result is based on careful analysis of the training dynamics and provides another example of implicit regularization effect that goes beyond norm minimization.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes