MLOct 22, 2013

Combined l_1 and greedy l_0 penalized least squares for linear model selection

arXiv:1310.6062v116 citations
Originality Incremental advance
AI Analysis

This work addresses model selection in linear regression, offering a computationally efficient method that is incremental in combining existing penalized approaches.

The authors tackled the problem of linear model selection by introducing a three-step algorithm (SOS) that combines Lasso screening and greedy selection, achieving selection consistency under various data scenarios and showing that greedy selection error is asymptotically no worse than exhaustive search.

We introduce a computationally effective algorithm for a linear model selection consisting of three steps: screening--ordering--selection (SOS). Screening of predictors is based on the thresholded Lasso that is l_1 penalized least squares. The screened predictors are then fitted using least squares (LS) and ordered with respect to their t statistics. Finally, a model is selected using greedy generalized information criterion (GIC) that is l_0 penalized LS in a nested family induced by the ordering. We give non-asymptotic upper bounds on error probability of each step of the SOS algorithm in terms of both penalties. Then we obtain selection consistency for different (n, p) scenarios under conditions which are needed for screening consistency of the Lasso. For the traditional setting (n >p) we give Sanov-type bounds on the error probabilities of the ordering--selection algorithm. Its surprising consequence is that the selection error of greedy GIC is asymptotically not larger than of exhaustive GIC. We also obtain new bounds on prediction and estimation errors for the Lasso which are proved in parallel for the algorithm used in practice and its formal version.

Foundations

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

Your Notes