paper-with-me

Papers

Safe Screening Rules for $\ell_0$-Regression

2020-04-19 · Alper Atamtürk, Andrés Gómez

We give safe screening rules to eliminate variables from regression with $\ell_0$ regularization or cardinality constraint. These rules are based on guarantees that a feature may or may not be selected in an optimal solution. The screening rules can be computed from a convex relaxation solution in linear time, without solving the $\ell_0$ optimization problem. Thus, they can be used in a preprocessing step to safely remove variables from consideration apriori. Numerical experiments on real and synthetic data indicate that, on average, 76\% of the variables can be fixed to their optimal values, hence, reducing the computational burden for optimization substantially. Therefore, the proposed fast and effective screening rules extend the scope of algorithms for $\ell_0$-regression to larger data sets.

📄 PDF Abstract BibTeX arXiv:2004.08773

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

Safe screening rules for L0-regression

2020-01-01 · ICML 2020 1 · Alper Atamturk, Andres Gomez

We give safe screening rules to eliminate variables from regression with L0 regularization or cardinality constraint. These rules are based on guarantees that a feature may or may not be selected in an optimal solution. …

regression

Safe Screening for Logistic Regression with $\ell_0$-$\ell_2$ Regularization

2022-02-01 · Anna Deza, Alper Atamturk

In logistic regression, it is often desirable to utilize regularization to promote sparse solutions, particularly for problems with a large number of features compared to available labels. In this paper, we present scree…

regression

GAP Safe screening rules for sparse multi-task and multi-class models

2015-06-11 · NeurIPS 2015 12 · Eugene Ndiaye, Olivier Fercoq, Alexandre Gramfort, Joseph Salmon

High dimensional regression benefits from sparsity promoting regularizations. Screening rules leverage the known sparsity of the solution by ignoring some variables in the optimization, hence speeding up solvers. When th…

regression

Look-Ahead Screening Rules for the Lasso

2021-05-12 · Johan Larsson

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…

GAP Safe Screening Rules for Sparse-Group-Lasso

2016-02-19 · Eugene Ndiaye, Olivier Fercoq, Alexandre Gramfort, Joseph Salmon

In high dimensional settings, sparse structures are crucial for efficiency, either in term of memory, computation or performance. In some contexts, it is natural to handle more refined structures than pure sparsity, such…