MLNov 13, 2015

Lass-0: sparse non-convex regression by local search

arXiv:1511.04402v22 citations
Originality Incremental advance
AI Analysis

This work addresses sparse model selection for regression, offering an incremental improvement over Lasso by better approximating L0 regularization.

The paper tackles the problem of sparse regression by proposing Lass-0, a method that uses Lasso initialization and local search to approximate L0-regularized solutions, resulting in solutions closer to true sparse support in synthetic data and more parsimonious models with similar accuracy in real-world data.

We compute approximate solutions to L0 regularized linear regression using L1 regularization, also known as the Lasso, as an initialization step. Our algorithm, the Lass-0 ("Lass-zero"), uses a computationally efficient stepwise search to determine a locally optimal L0 solution given any L1 regularization solution. We present theoretical results of consistency under orthogonality and appropriate handling of redundant features. Empirically, we use synthetic data to demonstrate that Lass-0 solutions are closer to the true sparse support than L1 regularization models. Additionally, in real-world data Lass-0 finds more parsimonious solutions than L1 regularization while maintaining similar predictive accuracy.

Foundations

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

Your Notes