Solving Principal Component Pursuit in Linear Time via $l_1$ Filtering
Risheng Liu, Zhouchen Lin, Siming Wei, Zhixun Su

TL;DR
This paper introduces a novel $l_1$ filtering algorithm that efficiently solves the principal component pursuit problem in linear time, enabling large-scale robust PCA applications with high speed and parallelization.
Contribution
The paper presents the first linear-time algorithm for exactly solving nuclear norm minimization problems in robust PCA, significantly reducing computational complexity.
Findings
$l_1$ filtering achieves $O(r^2(m+n))$ complexity, much faster than traditional methods.
The algorithm is highly parallelizable, suitable for large-scale data.
Experiments demonstrate superior speed over existing algorithms.
Abstract
In the past decades, exactly recovering the intrinsic data structure from corrupted observations, which is known as robust principal component analysis (RPCA), has attracted tremendous interests and found many applications in computer vision. Recently, this problem has been formulated as recovering a low-rank component and a sparse component from the observed data matrix. It is proved that under some suitable conditions, this problem can be exactly solved by principal component pursuit (PCP), i.e., minimizing a combination of nuclear norm and norm. Most of the existing methods for solving PCP 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 computer vision problems. In this paper, we propose a novel algorithm, called filtering, for \emph{exactly} solving…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Blind Source Separation Techniques · Advanced SAR Imaging Techniques
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
