paper-with-me

Papers

Sparse Features for PCA-Like Linear Regression

2011-12-01 · NeurIPS 2011 12 · Christos Boutsidis, Petros Drineas, Malik Magdon-Ismail

Principal Components Analysis~(PCA) is often used as a feature extraction procedure. Given a matrix $X \in \mathbb{R}^{n \times d}$, whose rows represent $n$ data points with respect to $d$ features, the top $k$ right singular vectors of $X$ (the so-called \textit{eigenfeatures}), are arbitrary linear combinations of all available features. The eigenfeatures are very useful in data analysis, including the regularization of linear regression. Enforcing sparsity on the eigenfeatures, i.e., forcing them to be linear combinations of only a \textit{small} number of actual features (as opposed to all available features), can promote better generalization error and improve the interpretability of the eigenfeatures. We present deterministic and randomized algorithms that construct such sparse eigenfeatures while \emph{provably} achieving in-sample performance comparable to regularized linear regression. Our algorithms are relatively simple and practically efficient, and we demonstrate their performance on several data sets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

Hardness and Algorithms for Robust and Sparse Optimization

2022-06-29 · Eric Price, Sandeep Silwal, Samson Zhou

We explore algorithms and limitations for sparse optimization problems such as sparse linear regression and robust linear regression. The goal of the sparse linear regression problem is to identify a small number of key …

regression

Optimal Cross-Validation for Sparse Linear Regression

2023-06-26 · Ryan Cory-Wright, Andrés Gómez

Given a high-dimensional covariate matrix and a response vector, ridge-regularized sparse linear regression selects a subset of features that explains the relationship between covariates and the response in an interpreta…

regression

Efficient Sublinear-Regret Algorithms for Online Sparse Linear Regression with Limited Observation

2017-12-01 · NeurIPS 2017 12 · Shinji Ito, Daisuke Hatano, Hanna Sumita, Akihiro Yabe 외

Online sparse linear regression is the task of applying linear regression analysis to examples arriving sequentially subject to a resource constraint that a limited number of features of examples can be observed. Despite…

regression

Incremental Sparse Bayesian Ordinal Regression

2018-06-18 · Chang Li, Maarten de Rijke

Ordinal Regression (OR) aims to model the ordering information between different data categories, which is a crucial topic in multi-label learning. An important class of approaches to OR models the problem as a linear co…

Multi-Label Learningregression

Optimal Sketching Bounds for Sparse Linear Regression

2023-04-05 · Tung Mai, Alexander Munteanu, Cameron Musco, Anup B. Rao 외

We study oblivious sketching for $k$-sparse linear regression under various loss functions such as an $\ell_p$ norm, or from a broad class of hinge-like loss functions, which includes the logistic and ReLU losses. We sho…

regression