English

Sparse PCA through Low-rank Approximations

Machine Learning 2014-05-09 v2 Information Theory Machine Learning math.IT

Abstract

We introduce a novel algorithm that computes the kk-sparse principal component of a positive semidefinite matrix AA. Our algorithm is combinatorial and operates by examining a discrete set of special vectors lying in a low-dimensional eigen-subspace of AA. We obtain provable approximation guarantees that depend on the spectral decay profile of the matrix: the faster the eigenvalue decay, the better the quality of our approximation. For example, if the eigenvalues of AA follow a power-law decay, we obtain a polynomial-time approximation algorithm for any desired accuracy. A key algorithmic component of our scheme is a combinatorial feature elimination step that is provably safe and in practice significantly reduces the running complexity of our algorithm. We implement our algorithm and test it on multiple artificial and real data sets. Due to the feature elimination step, it is possible to perform sparse PCA on data sets consisting of millions of entries in a few minutes. Our experimental evaluation shows that our scheme is nearly optimal while finding very sparse vectors. We compare to the prior state of the art and show that our scheme matches or outperforms previous algorithms in all tested data sets.

Keywords

Cite

@article{arxiv.1303.0551,
  title  = {Sparse PCA through Low-rank Approximations},
  author = {Dimitris S. Papailiopoulos and Alexandros G. Dimakis and Stavros Korokythakis},
  journal= {arXiv preprint arXiv:1303.0551},
  year   = {2014}
}

Comments

Long version of the ICML 2013 paper: http://jmlr.org/proceedings/papers/v28/papailiopoulos13.html

R2 v1 2026-06-21T23:35:50.133Z