English

Partitioning Well-Clustered Graphs: Spectral Clustering Works!

Data Structures and Algorithms 2017-02-01 v3 Machine Learning

Abstract

In this paper we study variants of the widely used spectral clustering that partitions a graph into k clusters by (1) embedding the vertices of a graph into a low-dimensional space using the bottom eigenvectors of the Laplacian matrix, and (2) grouping the embedded points into k clusters via k-means algorithms. We show that, for a wide class of graphs, spectral clustering gives a good approximation of the optimal clustering. While this approach was proposed in the early 1990s and has comprehensive applications, prior to our work similar results were known only for graphs generated from stochastic models. We also give a nearly-linear time algorithm for partitioning well-clustered graphs based on computing a matrix exponential and approximate nearest neighbor data structures.

Keywords

Cite

@article{arxiv.1411.2021,
  title  = {Partitioning Well-Clustered Graphs: Spectral Clustering Works!},
  author = {Richard Peng and He Sun and Luca Zanetti},
  journal= {arXiv preprint arXiv:1411.2021},
  year   = {2017}
}

Comments

A preliminary version of this paper appeared in COLT'15; the full version is to appear in SIAM Journal on Computing

R2 v1 2026-06-22T06:51:45.022Z