paper-with-me

Papers

Efficient Regularized Regression for Variable Selection with L0 Penalty

2014-07-28 · Zhenqiu Liu, Gang Li

Variable (feature, gene, model, which we use interchangeably) selections for regression with high-dimensional BIGDATA have found many applications in bioinformatics, computational biology, image processing, and engineering. One appealing approach is the L0 regularized regression which penalizes the number of nonzero features in the model directly. L0 is known as the most essential sparsity measure and has nice theoretical properties, while the popular L1 regularization is only a best convex relaxation of L0. Therefore, it is natural to expect that L0 regularized regression performs better than LASSO. However, it is well-known that L0 optimization is NP-hard and computationally challenging. Instead of solving the L0 problems directly, most publications so far have tried to solve an approximation problem that closely resembles L0 regularization. In this paper, we propose an efficient EM algorithm (L0EM) that directly solves the L0 optimization problem. $L_0$EM is efficient with high dimensional data. It also provides a natural solution to all Lp p in [0,2] problems. The regularized parameter can be either determined through cross-validation or AIC and BIC. Theoretical properties of the L0-regularized estimator are given under mild conditions that permit the number of variables to be much larger than the sample size. We demonstrate our methods through simulation and high-dimensional genomic data. The results indicate that L0 has better performance than LASSO and L0 with AIC or BIC has similar performance as computationally intensive cross-validation. The proposed algorithms are efficient in identifying the non-zero variables with less-bias and selecting biologically important genes and pathways with high dimensional BIGDATA.

📄 PDF Abstract BibTeX arXiv:1407.7508

Code (0)

등록된 구현이 없습니다.

Tasks

regressionVariable Selection

Similar Papers 제목 키워드 기반

The Adaptive $τ$-Lasso: Robustness and Oracle Properties

2023-04-18 · Emadaldin Mozafari-Majd, Visa Koivunen

This paper introduces a new regularized version of the robust $\tau$-regression estimator for analyzing high-dimensional datasets subject to gross contamination in the response variables and covariates. The resulting est…

regressionVariable Selection

Efficient and robust high-dimensional sparse logistic regression via nonlinear primal-dual hybrid gradient algorithms

2021-11-30 · Jérôme Darbon, Gabriel P. Langlois

Logistic regression is a widely used statistical model to describe the relationship between a binary response variable and predictor variables in data sets. It is often used in machine learning to identify important pred…

regressionVariable Selection

Fast Bayesian Feature Selection for High Dimensional Linear Regression in Genomics via the Ising Approximation

2014-07-30 · Charles K. Fisher, Pankaj Mehta

Feature selection, identifying a subset of variables that are relevant for predicting a response, is an important and challenging component of many methods in statistics and machine learning. Feature selection is especia…

feature selectionregression

The Bayesian SLOPE

2016-08-31 · Amir Sepehri

The SLOPE estimates regression coefficients by minimizing a regularized residual sum of squares using a sorted-$\ell_1$-norm penalty. The SLOPE combines testing and estimation in regression problems. It exhibits suitable…

regressionVariable Selection

An Improved Online Penalty Parameter Selection Procedure for $\ell_1$-Penalized Autoregressive with Exogenous Variables

2020-10-15 · William B. Nicholson, Xiaohan Yan

Many recent developments in the high-dimensional statistical time series literature have centered around time-dependent applications that can be adapted to regularized least squares. Of particular interest is the lasso, …

feature selectionTime SeriesTime Series Analysis