Spectral Clustering Algorithm Based On Local Sparse Representation

Sen Wu,Min Quan,Xiaodong Feng
DOI: https://doi.org/10.1007/978-3-642-41278-3_76
2013-01-01
Abstract:Clustering based on sparse representation is an important technique in machine learning and data mining fields. However, it is time-consuming because it constructs l(1)-graph by solving l(1)-minimization with all other samples as dictionary for each sample. This paper is focused on improving the efficiency of clustering based on sparse representation. Specifically, the Spectral Clustering Algorithm Based on Local Sparse Representation (SCAL) is proposed. For a given sample the algorithm solves l(1)-minimization with the local k nearest neighborhood as dictionary, constructs the similarity matrix by calculating sparsity induced similarity (SIS) of the sparse coefficients solution, and then uses spectral clustering with the similarity matrix to cluster the samples. Experiments using face recognition data sets ORL and Extended Yale B demonstrate that the proposed SCAL can get better clustering performance and less time consumption.
What problem does this paper attempt to address?