Title :
Fast Low-Rank Subspace Segmentation
Author :
Xin Zhang ; Fuchun Sun ; Guangcan Liu ; Yi Ma
Author_Institution :
Dept. of Comput. Sci. & Technol., Tsinghua Univ., Beijing, China
Abstract :
Subspace segmentation is the problem of segmenting (or grouping) a set of n data points into a number of clusters, with each cluster being a (linear) subspace. The recently established algorithms such as Sparse Subspace Clustering (SSC), Low-Rank Representation (LRR) and Low-Rank Subspace Segmentation (LRSS) are effective in terms of segmentation accuracy, but computationally inefficient as they possess a complexity of O(n3), which is too high to afford for the case where n is very large. In this paper we devise a fast subspace segmentation algorithm with complexity of O(n log (n)). This is achieved by firstly using partial Singular Value Decomposition (SVD) to approximate the solution of LRSS, secondly utilizing Locality Sensitive Hashing (LSH) to build a sparse affinity graph that encodes the subspace memberships, and finally adopting a fast Normalized Cut (NCut) algorithm to produce the final segmentation results. Besides of high efficiency, our algorithm also has comparable effectiveness as the original LRSS method.
Keywords :
approximation theory; computational complexity; file organisation; graph theory; image representation; image segmentation; pattern clustering; singular value decomposition; LRR; LRSS; LSH; NCut; SSC; SVD; data points; fast low-rank subspace segmentation; fast normalized cut algorithm; locality sensitive hashing; low-rank representation; partial singular value decomposition; segmentation accuracy; sparse affinity graph; sparse subspace clustering; subspace memberships; Accuracy; Algorithm design and analysis; Buildings; Clustering algorithms; Complexity theory; Sparse matrices; Vectors; Algorithms; Clustering; Locality sensitive hashing; low-rank subspace segmentation; singular value decomposition;
Journal_Title :
Knowledge and Data Engineering, IEEE Transactions on
DOI :
10.1109/TKDE.2013.114