Tibshirani (1996) Regression Shrinkage and Selection via the Lasso

lassovariable-selectionshrinkageregressionsparsitystatistics

Summary

This paper introduces the lasso ("least absolute shrinkage and selection operator"), the estimator that made 1\ell_1-penalized regression the default tool for simultaneous shrinkage and variable selection. The lasso minimizes the residual sum of squares subject to a bound on the sum of absolute values of the coefficients, jβjt\sum_j|\beta_j|\le t. Because that 1\ell_1 constraint has corners, it tends to set some coefficients exactly to zero, so — unlike ridge regression — it yields sparse, interpretable models while retaining ridge's stability. Tibshirani shows the lasso combines the good features of subset selection (interpretability, sparsity) and ridge regression (continuous, stable shrinkage), relates it to Donoho–Johnstone soft-thresholding, gives a quadratic-programming algorithm, and sketches extensions to generalized and tree-based models. (Journal of the Royal Statistical Society, Series B 58(1): 267–288.)

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"The 'lasso' minimizes the residual sum of squares subject to the sum of the absolute value of the coefficients being less than a constant. Because of the nature of this constraint it tends to produce some coefficients that are exactly 0 and hence gives interpretable models."

"It produces interpretable models like subset selection and exhibits the stability of ridge regression."

My Take

The lasso is one of the most consequential ideas in modern statistics precisely because of the geometric accident it exploits: the corners of the 1\ell_1 ball turn continuous shrinkage into automatic model selection, giving you ridge's stability and subset selection's interpretability in a single convex problem. For this wiki it is the frequentist twin of the Bayesian variable-selection machinery — the 1\ell_1 penalty is exactly the log of a Laplace (double-exponential) prior, so the lasso is the posterior mode under that prior, and its Bayesian counterpart (the Bayesian lasso) is a scale-mixture-of-normals Gibbs sampler. It sits opposite spike-and-slab (a genuine 0/not-0 mixture) as the two dominant approaches to sparsity, and its soft-thresholding identity ties it to wavelet denoising. The main caveats — inconsistent selection without the irrepresentable condition, and bias on large coefficients — motivated the adaptive lasso, elastic net, and non-convex penalties that followed, but they are all descendants of this paper.