MLLGCOMay 12, 2021

Look-Ahead Screening Rules for the Lasso

arXiv:2105.05648v22 citations
Originality Incremental advance
AI Analysis

This work addresses computational efficiency for users of lasso regression in high-dimensional settings, representing an incremental improvement over existing screening methods.

The paper tackles the computational challenge of solving the lasso in high-dimensional regression by introducing look-ahead screening rules, which discard predictors before fitting to reduce problem size, and shows in experiments that these rules outperform the active warm-start version of Gap Safe rules.

The lasso is a popular method to induce shrinkage and sparsity in the solution vector (coefficients) of regression problems, particularly when there are many predictors relative to the number of observations. Solving the lasso in this high-dimensional setting can, however, be computationally demanding. Fortunately, this demand can be alleviated via the use of screening rules that discard predictors prior to fitting the model, leading to a reduced problem to be solved. In this paper, we present a new screening strategy: look-ahead screening. Our method uses safe screening rules to find a range of penalty values for which a given predictor cannot enter the model, thereby screening predictors along the remainder of the path. In experiments we show that these look-ahead screening rules outperform the active warm-start version of the Gap Safe rules.

Code Implementations1 repo
Foundations

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

Your Notes