A Fast Factorization-based Approach to Robust PCA
Chong Peng, Zhao Kang, Qiang Chen

TL;DR
This paper introduces a fast, scalable factorization-based method for robust PCA that does not require knowing the exact rank, outperforming existing algorithms in speed and robustness.
Contribution
A novel factorization-based RPCA method with complexity O(kdn) that does not need the true rank, improving scalability and robustness over existing approaches.
Findings
Our method is about 4 times faster than AltProj.
It successfully separates low-rank and sparse parts without knowing the exact rank.
Performs well even when the rank parameter is misspecified.
Abstract
Robust principal component analysis (RPCA) has been widely used for recovering low-rank matrices in many data mining and machine learning problems. It separates a data matrix into a low-rank part and a sparse part. The convex approach has been well studied in the literature. However, state-of-the-art algorithms for the convex approach usually have relatively high complexity due to the need of solving (partial) singular value decompositions of large matrices. A non-convex approach, AltProj, has also been proposed with lighter complexity and better scalability. Given the true rank of the underlying low rank matrix, AltProj has a complexity of , where is the size of data matrix. In this paper, we propose a novel factorization-based model of RPCA, which has a complexity of , where is an upper bound of the true rank. Our method does not need the precise…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Blind Source Separation Techniques · Face and Expression Recognition
