Parallel Spectral Clustering in Distributed Systems

  • Authors:
  • Wen-Yen Chen;Yangqiu Song;Hongjie Bai;Chih-Jen Lin;Edward Y. Chang

  • Affiliations:
  • Yahoo! Inc,, Sunnyvale;Microsoft Research Asia, Beijing;Google Information Technology (China) Co, Ltd., Beijing;National Taiwan University, Taipei;Google Research, Palo Alto

  • Venue:
  • IEEE Transactions on Pattern Analysis and Machine Intelligence
  • Year:
  • 2011

Quantified Score

Hi-index 0.15

Visualization

Abstract

Spectral clustering algorithms have been shown to be more effective in finding clusters than some traditional algorithms, such as k-means. However, spectral clustering suffers from a scalability problem in both memory use and computational time when the size of a data set is large. To perform clustering on large data sets, we investigate two representative ways of approximating the dense similarity matrix. We compare one approach by sparsifying the matrix with another by the Nyström method. We then pick the strategy of sparsifying the matrix via retaining nearest neighbors and investigate its parallelization. We parallelize both memory use and computation on distributed computers. Through an empirical study on a document data set of 193,844 instances and a photo data set of 2,121,863, we show that our parallel algorithm can effectively handle large problems.