ITLGMLOct 28, 2014

Non-convex Robust PCA

arXiv:1410.7660v1298 citations
Originality Incremental advance
AI Analysis

This addresses the problem of efficient robust PCA for data analysis, offering a faster alternative to existing convex methods, though it is incremental as it builds on prior work with improved speed and accuracy.

The paper tackles robust PCA by proposing a non-convex method that recovers a low-rank matrix from sparse corruptions, achieving exact recovery under standard conditions with a running time of O(r^2mn) per iteration and O(log(1/ε)) iterations to reach accuracy ε, which is close to simple PCA and faster than convex methods that require O(m^2n) per iteration and O(1/ε) iterations.

We propose a new method for robust PCA -- the task of recovering a low-rank matrix from sparse corruptions that are of unknown value and support. Our method involves alternating between projecting appropriate residuals onto the set of low-rank matrices, and the set of sparse matrices; each projection is {\em non-convex} but easy to compute. In spite of this non-convexity, we establish exact recovery of the low-rank matrix, under the same conditions that are required by existing methods (which are based on convex optimization). For an $m \times n$ input matrix ($m \leq n)$, our method has a running time of $O(r^2mn)$ per iteration, and needs $O(\log(1/ε))$ iterations to reach an accuracy of $ε$. This is close to the running time of simple PCA via the power method, which requires $O(rmn)$ per iteration, and $O(\log(1/ε))$ iterations. In contrast, existing methods for robust PCA, which are based on convex optimization, have $O(m^2n)$ complexity per iteration, and take $O(1/ε)$ iterations, i.e., exponentially more iterations for the same accuracy. Experiments on both synthetic and real data establishes the improved speed and accuracy of our method over existing convex implementations.

Foundations

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

Your Notes