85
37

Solving Principal Component Pursuit in Linear Time via l1l_1 Filtering

Abstract

Recently, recovering a low rank matrix from sparsely corrupted data, which is known as Robust Principal Component Analysis (RPCA), has attracted tremendous interest and also found many applications in computer vision society. The solution to RPCA can be exactly found by Principal Component Pursuit (PCP), i.e., minimizing a combination of nuclear norm and l1l_1 norm. The existing methods for solving PCP all require singular value decompositions (SVD) of the data matrix, resulting in a high computational complexity, hence preventing the applications of RPCA to very large scale problems. In this paper, we propose a novel algorithm, called l1l_1 filtering, for \emph{exactly} solving PCP with an O(r2(m+n))O(r^2(m+n)) complexity, where m×nm\times n is the size of data matrix and rr is the rank of the matrix to recover, which is supposed to be much smaller than mm and nn. Moreover, l1l_1 filtering is \emph{highly parallelizable}. It is the first algorithm that can \emph{exactly} solve a nuclear norm minimization problem in \emph{linear time} (with respect to the data size). With l1l_1 filtering, applications of RPCA to very large scale problems becomes possible. Numerical experiments testify to the great advantage of l1l_1 filtering in speed over state of the art algorithms for solving PCP.

View on arXiv
Comments on this paper