SOTAVerified

Scalable Sparse Subspace Clustering by Orthogonal Matching Pursuit

2015-07-05CVPR 2016Code Available1· sign in to hype

Chong You, Daniel P. Robinson, Rene Vidal

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Subspace clustering methods based on _1, _2 or nuclear norm regularization have become very popular due to their simplicity, theoretical guarantees and empirical success. However, the choice of the regularizer can greatly impact both theory and practice. For instance, _1 regularization is guaranteed to give a subspace-preserving affinity (i.e., there are no connections between points from different subspaces) under broad conditions (e.g., arbitrary subspaces and corrupted data). However, it requires solving a large scale convex optimization problem. On the other hand, _2 and nuclear norm regularization provide efficient closed form solutions, but require very strong assumptions to guarantee a subspace-preserving affinity, e.g., independent subspaces and uncorrupted data. In this paper we study a subspace clustering method based on orthogonal matching pursuit. We show that the method is both computationally efficient and guaranteed to give a subspace-preserving affinity under broad conditions. Experiments on synthetic data verify our theoretical analysis, and applications in handwritten digit and face clustering show that our approach achieves the best trade off between accuracy and efficiency.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Extended Yale BSSC-OMPAccuracy0.78Unverified

Reproductions