paper-with-me

홈 › Papers

Principal Component Projection Without Principal Component Analysis

2016-02-22 · Roy Frostig, Cameron Musco, Christopher Musco, Aaron Sidford

We show how to efficiently project a vector onto the top principal components of a matrix, without explicitly computing these components. Specifically, we introduce an iterative algorithm that provably computes the projection using few calls to any black-box routine for ridge regression. By avoiding explicit principal component analysis (PCA), our algorithm is the first with no runtime dependence on the number of top principal components. We show that it can be used to give a fast iterative method for the popular principal component regression problem, giving the first major runtime improvement over the naive method of combining PCA with regression. To achieve our results, we first observe that ridge regression can be used to obtain a "smooth projection" onto the top principal components. We then sharpen this approximation to true projection using a low-degree polynomial approximation to the matrix step function. Step function approximation is a topic of long-term interest in scientific computing. We extend prior theory by constructing polynomials with simple iterative structure and rigorously analyzing their behavior under limited precision.

📄 PDF Abstract BibTeX arXiv:1602.06872

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

On Principal Components Regression, Random Projections, and Column Subsampling

2017-09-23 · Martin Slawski

Principal Components Regression (PCR) is a traditional tool for dimension reduction in linear regression that has been both criticized and defended. One concern about PCR is that obtaining the leading principal component…

Dimensionality Reductionregression

Sparse principal component analysis via axis-aligned random projections

2017-12-15 · Milana Gataric, Tengyao Wang, Richard J. Samworth

We introduce a new method for sparse principal component analysis, based on the aggregation of eigenvector information from carefully-selected axis-aligned random projections of the sample covariance matrix. Unlike most …

Mixture of Bilateral-Projection Two-dimensional Probabilistic Principal Component Analysis

2016-01-07 · CVPR 2016 6 · Fujiao Ju, Yanfeng Sun, Junbin Gao, Simeng Liu 외

The probabilistic principal component analysis (PPCA) is built upon a global linear mapping, with which it is insufficient to model complex data variation. This paper proposes a mixture of bilateral-projection probabilis…

Bayesian InferenceVocal Bursts Valence Prediction

Principal Component Projection and Regression in Nearly Linear Time through Asymmetric SVRG

2019-10-15 · NeurIPS 2019 12 · Yujia Jin, Aaron Sidford

Given a data matrix $\mathbf{A} \in \mathbb{R}^{n \times d}$, principal component projection (PCP) and principal component regression (PCR), i.e. projection and regression restricted to the top-eigenspace of $\mathbf{A}$…

regression

Sparse Exact PGA on Riemannian Manifolds

2017-10-01 · ICCV 2017 10 · Monami Banerjee, Rudrasis Chakraborty, Baba C. Vemuri

Principal Component Analysis (PCA) is a widely popular dimensionality reduction technique for vector-valued inputs. In the past decade, a nonlinear generalization of PCA, called the Principal Geodesic Analysis (PGA) was …

Computational EfficiencyDimensionality Reduction