MEMLOct 10, 2018

Principal component-guided sparse regression

arXiv:1810.04651v321 citations
AI Analysis

This method addresses feature selection and regularization in wide datasets, potentially benefiting fields like genomics, but it appears incremental as it builds on existing lasso and PCA techniques.

The authors tackled the problem of supervised learning with high-dimensional data by proposing pcLasso, which combines lasso sparsity with a penalty that shrinks coefficients toward principal components, and demonstrated its effectiveness on simulated and real data examples.

We propose a new method for supervised learning, especially suited to wide data where the number of features is much greater than the number of observations. The method combines the lasso ($\ell_1$) sparsity penalty with a quadratic penalty that shrinks the coefficient vector toward the leading principal components of the feature matrix. We call the proposed method the "principal components lasso" ("pcLasso"). The method can be especially powerful if the features are pre-assigned to groups (such as cell-pathways, assays or protein interaction networks). In that case, pcLasso shrinks each group-wise component of the solution toward the leading principal components of that group. In the process, it also carries out selection of the feature groups. We provide some theory for this method and illustrate it on a number of simulated and real data examples.

Foundations

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

Your Notes