Robust Principal Component Analysis for Computer Vision

Abstract

Principal Component Analysis (PCA) has been widely used for the representation of shape, appearance and motion. One drawback of typical PCA methods is that they are least squares estimation techniques and hence fail to account for "outliers" which are common in realistic training sets. In computer vision applications, outliers typically occur within a sample (image) due to pixels that are corrupted by noise, alignment errors, or occlusion. We review previous approaches for making PCA robust to outliers and present a new method that uses an intra-sample outlier process to account for pixel outliers. We develop the theory of Robust Principal Component Analysis (RPCA) and describe a robust M-estimation algorithm for learning linear multi-variate representations of high dimensional data such as images. Quantitative comparisons with traditional PCA and previous robust algorithms illustrate the benefits of RPCA when outliers are present. Details of the algorithm are described and a software implementation is being made publically available.

Cite

Text

De la Torre and Black. "Robust Principal Component Analysis for Computer Vision." IEEE/CVF International Conference on Computer Vision, 2001. doi:10.1109/ICCV.2001.10084

Markdown

[De la Torre and Black. "Robust Principal Component Analysis for Computer Vision." IEEE/CVF International Conference on Computer Vision, 2001.](https://mlanthology.org/iccv/2001/latorre2001iccv-robust/) doi:10.1109/ICCV.2001.10084

BibTeX

@inproceedings{latorre2001iccv-robust,
  title     = {{Robust Principal Component Analysis for Computer Vision}},
  author    = {De la Torre, Fernando and Black, Michael J.},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2001},
  pages     = {362-369},
  doi       = {10.1109/ICCV.2001.10084},
  url       = {https://mlanthology.org/iccv/2001/latorre2001iccv-robust/}
}