Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

A Tutorial on Spectral Clustering

About

In recent years, spectral clustering has become one of the most popular modern clustering algorithms. It is simple to implement, can be solved efficiently by standard linear algebra software, and very often outperforms traditional clustering algorithms such as the k-means algorithm. On the first glance spectral clustering appears slightly mysterious, and it is not obvious to see why it works at all and what it really does. The goal of this tutorial is to give some intuition on those questions. We describe different graph Laplacians and their basic properties, present the most common spectral clustering algorithms, and derive those algorithms from scratch by several different approaches. Advantages and disadvantages of the different spectral clustering algorithms are discussed.

Ulrike von Luxburg• 2007

Related benchmarks

TaskDatasetResultRank
Semantic segmentationPASCAL VOC 2012 (test)--
1342
Node ClusteringCora
Accuracy36.26
115
ClusteringCIFAR-100 (test)
ACC40
110
Node ClusteringCiteseer
NMI21.19
110
ClusteringMNIST
NMI0.7407
92
ClusteringUSPS
NMI63.44
82
ClusteringPubmed
Accuracy59.91
61
ClusteringUSPS
Accuracy0.6274
36
ClusteringWine
ARI0.881
34
Spectral ClusteringLetters
Time cost (s)3.85
29
Showing 10 of 41 rows

Other info

Follow for update