English

Low Rank Approximation in the Presence of Outliers

Data Structures and Algorithms 2018-05-14 v2

Abstract

We consider the problem of principal component analysis (PCA) in the presence of outliers. Given a matrix AA (d×nd \times n) and parameters k,mk, m, the goal is to remove a set of at most mm columns of AA (known as outliers), so as to minimize the rank-kk approximation error of the remaining matrix. While much of the work on this problem has focused on recovery of the rank-kk subspace under assumptions on the inliers and outliers, we focus on the approximation problem above. Our main result shows that sampling-based methods developed in the outlier-free case give non-trivial guarantees even in the presence of outliers. Using this insight, we develop a simple algorithm that has bi-criteria guarantees. Further, unlike similar formulations for clustering, we show that bi-criteria guarantees are unavoidable for the problem, under appropriate complexity assumptions.

Keywords

Cite

@article{arxiv.1804.10696,
  title  = {Low Rank Approximation in the Presence of Outliers},
  author = {Aditya Bhaskara and Srivatsan Kumar},
  journal= {arXiv preprint arXiv:1804.10696},
  year   = {2018}
}

Comments

The new version corrects a minor error in the analysis of the algorithm