ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2310.10939
25
4

Fast and Simple Spectral Clustering in Theory and Practice

17 October 2023
Peter Macgregor
ArXivPDFHTML
Abstract

Spectral clustering is a popular and effective algorithm designed to find kkk clusters in a graph GGG. In the classical spectral clustering algorithm, the vertices of GGG are embedded into Rk\mathbb{R}^kRk using kkk 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))O(\log(k))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.

View on arXiv
Comments on this paper