SOTAVerified

Graph Degree Linkage: Agglomerative Clustering on a Directed Graph

2012-08-25Code Available0· sign in to hype

Wei Zhang, Xiaogang Wang, Deli Zhao, Xiaoou Tang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
coil-100GDL-UNMI0.93Unverified
coil-100GDLAccuracy0.73Unverified
Coil-20AGDLNMI0.94Unverified
Coil-20GDL-UNMI0.75Unverified
Coil-20GDLAccuracy0.86Unverified
Extended Yale BAGDLNMI0.91Unverified
Extended Yale BGDL-UNMI0.91Unverified
Fashion-MNISTGDLAccuracy0.63Unverified
MNIST-fullGDLNMI0.91Unverified
MNIST-testGDLNMI0.91Unverified
MNIST-testAGDLNMI0.84Unverified
USPSAGDLNMI0.82Unverified

Reproductions