Share your thoughts, 1 month free Claude Pro on usSee more
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)--
1477
Node ClusteringCora
NMI19.49
168
Node ClusteringCiteseer
NMI21.19
140
ClusteringCIFAR-100 (test)
ACC40
123
ClusteringMNIST
NMI0.7407
113
ClusteringUSPS
NMI63.44
104
ClusteringPubmed
Accuracy59.91
61
Clusteringpendigits
ARI58.39
49
ClusteringWine
ARI0.881
48
Image ClusteringHip radiographs (X-rays) for Singh Index grading (test)
Silhouette Score0.8515
45
Showing 10 of 96 rows
...

Other info

Follow for update