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

Graph Degree Linkage: Agglomerative Clustering on a Directed Graph

About

This paper proposes a simple but effective graph-based agglomerative algorithm, for clustering high-dimensional data. We explore the different roles of two fundamental concepts in graph theory, indegree and outdegree, in the context of clustering. The average indegree reflects the density near a sample, and the average outdegree characterizes the local geometry around a sample. Based on such insights, we define the affinity measure of clusters via the product of average indegree and average outdegree. The product-based affinity makes our algorithm robust to noise. The algorithm has three main advantages: good performance, easy implementation, and high computational efficiency. We test the algorithm on two fundamental computer vision problems: image clustering and object matching. Extensive experiments demonstrate that it outperforms the state-of-the-arts in both applications.

Wei Zhang, Xiaogang Wang, Deli Zhao, Xiaoou Tang• 2012

Related benchmarks

TaskDatasetResultRank
ClusteringMNIST (test)
NMI0.864
122
ClusteringMNIST (full)
Accuracy11.3
98
ClusteringFashion MNIST
NMI66
95
ClusteringMNIST
NMI0.91
92
ClusteringUSPS
NMI82.4
82
Image ClusteringUSPS
NMI0.854
43
ClusteringUSPS
Accuracy0.867
36
Image ClusteringCOIL-20
NMI0.945
29
ClusteringCMU-PIE
NMI93.4
29
Image ClusteringCOIL-100
NMI0.954
28
Showing 10 of 27 rows

Other info

Code

Follow for update