LGCVOCDec 24, 2018

Dual Principal Component Pursuit: Probability Analysis and Efficient Algorithms

arXiv:1812.09924v16 citations
Originality Incremental advance
AI Analysis

This improves robust subspace estimation for computer vision applications like 3D point cloud analysis, though it is incremental on prior DPCP work.

The paper tackles robust PCA for high-dimensional subspaces with many outliers, showing that Dual Principal Component Pursuit (DPCP) can tolerate outliers up to the square of the number of inliers and proposing an efficient algorithm with linear convergence.

Recent methods for learning a linear subspace from data corrupted by outliers are based on convex $\ell_1$ and nuclear norm optimization and require the dimension of the subspace and the number of outliers to be sufficiently small. In sharp contrast, the recently proposed Dual Principal Component Pursuit (DPCP) method can provably handle subspaces of high dimension by solving a non-convex $\ell_1$ optimization problem on the sphere. However, its geometric analysis is based on quantities that are difficult to interpret and are not amenable to statistical analysis. In this paper we provide a refined geometric analysis and a new statistical analysis that show that DPCP can tolerate as many outliers as the square of the number of inliers, thus improving upon other provably correct robust PCA methods. We also propose a scalable Projected Sub-Gradient Method method (DPCP-PSGM) for solving the DPCP problem and show it admits linear convergence even though the underlying optimization problem is non-convex and non-smooth. Experiments on road plane detection from 3D point cloud data demonstrate that DPCP-PSGM can be more efficient than the traditional RANSAC algorithm, which is one of the most popular methods for such computer vision applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes