STCCLGOct 15, 2019

A greedy anytime algorithm for sparse PCA

arXiv:1910.06846v517 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of balancing computational effort with statistical guarantees in high-dimensional non-convex optimization for researchers in statistics and machine learning, though it is incremental as it builds on existing sparse PCA methods.

The authors tackled the sparse PCA problem by proposing a greedy algorithm that guarantees statistical consistency by adjusting runtime based on signal-to-noise ratio (SNR), and they demonstrated that it recovers the spike in SNR regimes where polynomial-time algorithms fail while running efficiently on a cluster.

The taxing computational effort that is involved in solving some high-dimensional statistical problems, in particular problems involving non-convex optimization, has popularized the development and analysis of algorithms that run efficiently (polynomial-time) but with no general guarantee on statistical consistency. In light of the ever-increasing compute power and decreasing costs, a more useful characterization of algorithms is by their ability to calibrate the invested computational effort with various characteristics of the input at hand and with the available computational resources. For example, design an algorithm that always guarantees statistical consistency of its output by increasing the running time as the SNR weakens. We propose a new greedy algorithm for the $\ell_0$-sparse PCA problem which supports the calibration principle. We provide both a rigorous analysis of our algorithm in the spiked covariance model, as well as simulation results and comparison with other existing methods. Our findings show that our algorithm recovers the spike in SNR regimes where all polynomial-time algorithms fail while running in a reasonable parallel-time on a cluster.

Code Implementations1 repo
Foundations

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

Your Notes