An Improved and Generalised Analysis for Spectral Clustering
George Tyler, Luca Zanetti
TL;DR
The paper develops a generalized, eigenvalue-gap–based framework for understanding spectral clustering beyond the standard Laplacian setting, including Hermitian graph representations and digraphs. It proves a generalized structure theorem: if the bottom informative eigenvalues are well separated from the rest, the bottom eigenvectors align closely with linear combinations of given cluster indicators, with computable bounds. The authors extend this to hierarchical, multi-scale clustering via a recursive structure theorem and introduce a cyclic k-way expansion for digraphs, yielding tighter, more predictive bounds than prior work. Empirical results on geometric graphs, SBMs, and real-world directed networks validate the theory and show substantial improvements over existing bounds, accompanied by open-source code.
Abstract
We revisit the theoretical performances of Spectral Clustering, a classical algorithm for graph partitioning that relies on the eigenvectors of a matrix representation of the graph. Informally, we show that Spectral Clustering works well as long as the smallest eigenvalues appear in groups well separated from the rest of the matrix representation's spectrum. This arises, for example, whenever there exists a hierarchy of clusters at different scales, a regime not captured by previous analyses. Our results are very general and can be applied beyond the traditional graph Laplacian. In particular, we study Hermitian representations of digraphs and show Spectral Clustering can recover partitions where edges between clusters are oriented mostly in the same direction. This has applications in, for example, the analysis of trophic levels in ecological networks. We demonstrate that our results accurately predict the performances of Spectral Clustering on synthetic and real-world data sets.
