English

Graph Degree Linkage: Agglomerative Clustering on a Directed Graph

Computer Vision and Pattern Recognition 2015-03-20 v1 Social and Information Networks Machine Learning

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.

Keywords

Cite

@article{arxiv.1208.5092,
  title  = {Graph Degree Linkage: Agglomerative Clustering on a Directed Graph},
  author = {Wei Zhang and Xiaogang Wang and Deli Zhao and Xiaoou Tang},
  journal= {arXiv preprint arXiv:1208.5092},
  year   = {2015}
}

Comments

Proceedings of European Conference on Computer Vision (ECCV), 2012

R2 v1 2026-06-21T21:55:08.030Z