Graph Degree Linkage: Agglomerative Clustering on a Directed Graph

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.

Cite

Text

Zhang et al. "Graph Degree Linkage: Agglomerative Clustering on a Directed Graph." European Conference on Computer Vision, 2012. doi:10.1007/978-3-642-33718-5_31

Markdown

[Zhang et al. "Graph Degree Linkage: Agglomerative Clustering on a Directed Graph." European Conference on Computer Vision, 2012.](https://mlanthology.org/eccv/2012/zhang2012eccv-graph/) doi:10.1007/978-3-642-33718-5_31

BibTeX

@inproceedings{zhang2012eccv-graph,
  title     = {{Graph Degree Linkage: Agglomerative Clustering on a Directed Graph}},
  author    = {Zhang, Wei and Wang, Xiaogang and Zhao, Deli and Tang, Xiaoou},
  booktitle = {European Conference on Computer Vision},
  year      = {2012},
  pages     = {428-441},
  doi       = {10.1007/978-3-642-33718-5_31},
  url       = {https://mlanthology.org/eccv/2012/zhang2012eccv-graph/}
}