Sparse PCA through Low-rank Approximations
This work addresses the computational challenge of sparse PCA for large-scale data analysis, offering a scalable solution with practical efficiency gains.
The authors tackled the problem of computing k-sparse principal components for positive semidefinite matrices by introducing a combinatorial algorithm that leverages low-dimensional eigen-subspaces and feature elimination, achieving polynomial-time approximation with provable guarantees based on spectral decay and enabling sparse PCA on datasets with millions of entries in minutes while matching or outperforming prior state-of-the-art methods.
We introduce a novel algorithm that computes the $k$-sparse principal component of a positive semidefinite matrix $A$. Our algorithm is combinatorial and operates by examining a discrete set of special vectors lying in a low-dimensional eigen-subspace of $A$. 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 $A$ 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.