146
25
v1v2 (latest)

Low Rank Approximation with Entrywise 1\ell_1-Norm Error

Abstract

We study the 1\ell_1-low rank approximation problem, where for a given n×dn \times d matrix AA and approximation factor α1\alpha \geq 1, the goal is to output a rank-kk matrix A^\widehat{A} for which \|A-\widehat{A}\|_1 \leq \alpha \cdot \min_{\textrm{rank-}k\textrm{ matrices}~A'}\|A-A'\|_1, where for an n×dn \times d matrix CC, we let C1=i=1nj=1dCi,j\|C\|_1 = \sum_{i=1}^n \sum_{j=1}^d |C_{i,j}|. This error measure is known to be more robust than the Frobenius norm in the presence of outliers and is indicated in models where Gaussian assumptions on the noise may not apply. The problem was shown to be NP-hard by Gillis and Vavasis and a number of heuristics have been proposed. It was asked in multiple places if there are any approximation algorithms. We give the first provable approximation algorithms for 1\ell_1-low rank approximation, showing that it is possible to achieve approximation factor α=(logd)poly(k)\alpha = (\log d) \cdot \mathrm{poly}(k) in nnz(A)+(n+d)poly(k)\mathrm{nnz}(A) + (n+d) \mathrm{poly}(k) time, where nnz(A)\mathrm{nnz}(A) denotes the number of non-zero entries of AA. If kk is constant, we further improve the approximation ratio to O(1)O(1) with a poly(nd)\mathrm{poly}(nd)-time algorithm. Under the Exponential Time Hypothesis, we show there is no poly(nd)\mathrm{poly}(nd)-time algorithm achieving a (1+1log1+γ(nd))(1+\frac{1}{\log^{1+\gamma}(nd)})-approximation, for γ>0\gamma > 0 an arbitrarily small constant, even when k=1k = 1. We give a number of additional results for 1\ell_1-low rank approximation: nearly tight upper and lower bounds for column subset selection, CUR decompositions, extensions to low rank approximation with respect to p\ell_p-norms for 1p<21 \leq p < 2 and earthmover distance, low-communication distributed protocols and low-memory streaming algorithms, algorithms with limited randomness, and bicriteria algorithms. We also give a preliminary empirical evaluation.

View on arXiv
Comments on this paper