ITLGNAOCNov 15, 2017

Accelerated Alternating Projections for Robust Principal Component Analysis

arXiv:1711.05519v476 citations
Originality Incremental advance
AI Analysis

This work addresses computational bottlenecks in robust PCA, an incremental improvement for applications in data analysis and signal processing.

The paper tackles the problem of robust PCA by separating a low-rank matrix and a sparse matrix from their sum, introducing an accelerated alternating projections algorithm that significantly improves computational efficiency over existing methods, with empirical evaluations showing advantages over state-of-the-art algorithms.

We study robust PCA for the fully observed setting, which is about separating a low rank matrix $\boldsymbol{L}$ and a sparse matrix $\boldsymbol{S}$ from their sum $\boldsymbol{D}=\boldsymbol{L}+\boldsymbol{S}$. In this paper, a new algorithm, dubbed accelerated alternating projections, is introduced for robust PCA which significantly improves the computational efficiency of the existing alternating projections proposed in [Netrapalli, Praneeth, et al., 2014] when updating the low rank factor. The acceleration is achieved by first projecting a matrix onto some low dimensional subspace before obtaining a new estimate of the low rank matrix via truncated SVD. Exact recovery guarantee has been established which shows linear convergence of the proposed algorithm. Empirical performance evaluations establish the advantage of our algorithm over other state-of-the-art algorithms for robust PCA.

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