Projects per year
Abstract / Description of output
Spectral clustering is a popular and effective algorithm designed to find k clusters in a graph G. In the classical spectral clustering algorithm, the vertices of G are embedded into R k using k eigenvectors of the graph Laplacian matrix. However, computing this embedding is computationally expensive and dominates the running time of the algorithm. In this paper, we present a simple spectral clustering algorithm based on a vertex embedding with O(log(k)) vectors computed by the power method. The vertex embedding is computed in nearly-linear time with respect to the size of the graph, and the algorithm provably recovers the ground truth clusters under natural assumptions on the input graph. We evaluate the new algorithm on several synthetic and real-world datasets, finding that it is significantly faster than alternative clustering algorithms, while producing results with approximately the same clustering accuracy.
Original language | English |
---|---|
Title of host publication | 37th Conference on Neural Information Processing Systems (NeurIPS 2023) |
Publisher | Curran Associates Inc |
Pages | 34410-34425 |
Number of pages | 16 |
Volume | 36 |
Publication status | Published - 15 Dec 2023 |
Event | Thirty-Seventh Conference on Neural Information Processing Systems - New Orleans Ernest N. Morial Convention Center, New Orleans, United States Duration: 10 Dec 2023 → 16 Dec 2023 Conference number: 37 https://neurips.cc/Conferences/2023 |
Conference
Conference | Thirty-Seventh Conference on Neural Information Processing Systems |
---|---|
Abbreviated title | NeurIPS 2023 |
Country/Territory | United States |
City | New Orleans |
Period | 10/12/23 → 16/12/23 |
Internet address |
Fingerprint
Dive into the research topics of 'Fast and Simple Spectral Clustering in Theory and Practice'. Together they form a unique fingerprint.Projects
- 1 Finished