Robust Principal Component Analysis?
Emmanuel J. Candes, Xiaodong Li, Yi Ma, and John Wright

TL;DR
This paper introduces a convex optimization approach called Principal Component Pursuit for robustly recovering low-rank and sparse components of data matrices, enabling applications like object detection and shadow removal.
Contribution
It proves exact recovery of low-rank and sparse components via convex programming under certain conditions, extending robust PCA to corrupted and missing data scenarios.
Findings
Exact recovery of components under certain assumptions
Effective application in video surveillance for object detection
Improved face recognition by removing shadows and specularities
Abstract
This paper is about a curious phenomenon. Suppose we have a data matrix, which is the superposition of a low-rank component and a sparse component. Can we recover each component individually? We prove that under some suitable assumptions, it is possible to recover both the low-rank and the sparse components exactly by solving a very convenient convex program called Principal Component Pursuit; among all feasible decompositions, simply minimize a weighted combination of the nuclear norm and of the L1 norm. This suggests the possibility of a principled approach to robust principal component analysis since our methodology and results assert that one can recover the principal components of a data matrix even though a positive fraction of its entries are arbitrarily corrupted. This extends to the situation where a fraction of the entries are missing as well. We discuss an algorithm for…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques
