English

The Well Tempered Lasso

Data Structures and Algorithms 2018-06-11 v1 Machine Learning Machine Learning

Abstract

We study the complexity of the entire regularization path for least squares regression with 1-norm penalty, known as the Lasso. Every regression parameter in the Lasso changes linearly as a function of the regularization value. The number of changes is regarded as the Lasso's complexity. Experimental results using exact path following exhibit polynomial complexity of the Lasso in the problem size. Alas, the path complexity of the Lasso on artificially designed regression problems is exponential. We use smoothed analysis as a mechanism for bridging the gap between worst case settings and the de facto low complexity. Our analysis assumes that the observed data has a tiny amount of intrinsic noise. We then prove that the Lasso's complexity is polynomial in the problem size. While building upon the seminal work of Spielman and Teng on smoothed complexity, our analysis is morally different as it is divorced from specific path following algorithms. We verify the validity of our analysis in experiments with both worst case settings and real datasets. The empirical results we obtain closely match our analysis.

Keywords

Cite

@article{arxiv.1806.03190,
  title  = {The Well Tempered Lasso},
  author = {Yuanzhi Li and Yoram Singer},
  journal= {arXiv preprint arXiv:1806.03190},
  year   = {2018}
}

Comments

16 pages, 2 figures

R2 v1 2026-06-23T02:23:44.739Z