Definition

PCA doesn’t work well when there are noises in the input data. The goal of Robust PCA is to find a matrix decomposition to a low rank matrix and a sparse matrix.
The optimization problem of Robust PCA is set up as where is a low-rank matrix, is a sparse matrix, and is the number of non-zero elements in the matrix.
However, the optimization problem is infeasible because it is neither continuous nor convex. So, we solve the relaxed problem where is the Nuclear Norm of the matrix, and is the matrix L1 norm.
Applications
- Video Surveillance
- Face Recognition
- Latent Semantic Indexing
- Collaborative Filtering (Matrix Completion)