Graph Degree Linkage: Agglomerative Clustering on a Directed Graph

25 Aug 2012  ยท  Wei Zhang, Xiaogang Wang, Deli Zhao, Xiaoou Tang ยท

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.

PDF Abstract

Results from the Paper


 Ranked #1 on Image Clustering on Coil-20 (Accuracy metric)

     Get a GitHub badge
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Image Clustering coil-100 GDL Accuracy 0.731 # 6
Image Clustering coil-100 GDL-U NMI 0.929 # 6
Image Clustering Coil-20 GDL Accuracy 0.858 # 1
Image Clustering Coil-20 AGDL NMI 0.937 # 3
Accuracy 0.858 # 1
Image Clustering Coil-20 GDL-U NMI 0.746 # 5
Image Clustering Extended Yale-B AGDL NMI 0.91 # 5
Image Clustering Extended Yale-B GDL-U NMI 0.91 # 5
Image Clustering Fashion-MNIST GDL Accuracy 0.627 # 8
NMI 0.66 # 8
Image Clustering MNIST-full GDL NMI 0.913 # 14
Accuracy 0.965 # 12
Image Clustering MNIST-test AGDL NMI 0.844 # 11
Image Clustering MNIST-test GDL NMI 0.91 # 7
Image Clustering USPS AGDL NMI 0.824 # 15

Methods


No methods listed for this paper. Add relevant methods here