Computation of Spectral Clustering Algorithm for Large-scale Data Set

Guo Yue-fei
2012-01-01
Computer Science
Abstract:Spectral clustering algorithm is a popular data clustering method.It uses eigen-decomposition technique to extract the eigenvectors of the affinity matrix.But the method is infeasible for large-scale data set because of the store and computational problem.Motivated by the property of symmetric matrix,in this paper each column of the affinity matrix was used as the input sample for the iterative algorithm.The eigenvectors of the affinity matrix could be iteratively computed.The space complexity of proposed method was only Ο(m),the time complexity was reduced to Ο(pkm).The effectiveness of proposed method was validated from experimental results.
What problem does this paper attempt to address?