LGCVMLSep 25, 2013

A Unified Framework for Representation-based Subspace Clustering of Out-of-sample and Large-scale Data

arXiv:1309.6487v2137 citations
Originality Incremental advance
AI Analysis

This work addresses scalability and out-of-sample handling in subspace clustering, which is incremental as it builds on existing representation-based methods.

The paper tackles the inefficiency of existing subspace clustering methods for large-scale and out-of-sample data by proposing a unified framework that converts large-scale problems into out-of-sample ones, achieving superior performance on benchmark datasets compared to recent scalable methods.

Under the framework of spectral clustering, the key of subspace clustering is building a similarity graph which describes the neighborhood relations among data points. Some recent works build the graph using sparse, low-rank, and $\ell_2$-norm-based representation, and have achieved state-of-the-art performance. However, these methods have suffered from the following two limitations. First, the time complexities of these methods are at least proportional to the cube of the data size, which make those methods inefficient for solving large-scale problems. Second, they cannot cope with out-of-sample data that are not used to construct the similarity graph. To cluster each out-of-sample datum, the methods have to recalculate the similarity graph and the cluster membership of the whole data set. In this paper, we propose a unified framework which makes representation-based subspace clustering algorithms feasible to cluster both out-of-sample and large-scale data. Under our framework, the large-scale problem is tackled by converting it as out-of-sample problem in the manner of "sampling, clustering, coding, and classifying". Furthermore, we give an estimation for the error bounds by treating each subspace as a point in a hyperspace. Extensive experimental results on various benchmark data sets show that our methods outperform several recently-proposed scalable methods in clustering large-scale data set.

Foundations

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

Your Notes