English

A Tighter Analysis of Spectral Clustering, and Beyond

Data Structures and Algorithms 2022-08-04 v1 Machine Learning Machine Learning

Abstract

This work studies the classical spectral clustering algorithm which embeds the vertices of some graph G=(VG,EG)G=(V_G, E_G) into Rk\mathbb{R}^k using kk eigenvectors of some matrix of GG, and applies kk-means to partition VGV_G into kk clusters. Our first result is a tighter analysis on the performance of spectral clustering, and explains why it works under some much weaker condition than the ones studied in the literature. For the second result, we show that, by applying fewer than kk eigenvectors to construct the embedding, spectral clustering is able to produce better output for many practical instances; this result is the first of its kind in spectral clustering. Besides its conceptual and theoretical significance, the practical impact of our work is demonstrated by the empirical analysis on both synthetic and real-world datasets, in which spectral clustering produces comparable or better results with fewer than kk eigenvectors.

Keywords

Cite

@article{arxiv.2208.01724,
  title  = {A Tighter Analysis of Spectral Clustering, and Beyond},
  author = {Peter Macgregor and He Sun},
  journal= {arXiv preprint arXiv:2208.01724},
  year   = {2022}
}

Comments

A preliminary version of this work appeared at ICML 2022