LGMLDec 19, 2014

Cauchy Principal Component Analysis

arXiv:1412.6506v18 citations
Originality Incremental advance
AI Analysis

This work addresses the robustness issue in PCA for applications in machine learning, text mining, and computer vision, offering an incremental improvement over existing methods.

The authors tackled the problem of PCA's sensitivity to noise by proposing Cauchy PCA, a robust method that effectively handles various noise types, including large magnitude and dense noise, as demonstrated in experiments on simulated and real data.

Principal Component Analysis (PCA) has wide applications in machine learning, text mining and computer vision. Classical PCA based on a Gaussian noise model is fragile to noise of large magnitude. Laplace noise assumption based PCA methods cannot deal with dense noise effectively. In this paper, we propose Cauchy Principal Component Analysis (Cauchy PCA), a very simple yet effective PCA method which is robust to various types of noise. We utilize Cauchy distribution to model noise and derive Cauchy PCA under the maximum likelihood estimation (MLE) framework with low rank constraint. Our method can robustly estimate the low rank matrix regardless of whether noise is large or small, dense or sparse. We analyze the robustness of Cauchy PCA from a robust statistics view and present an efficient singular value projection optimization method. Experimental results on both simulated data and real applications demonstrate the robustness of Cauchy PCA to various noise patterns.

Foundations

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

Your Notes