A Rank-Order Distance Based Clustering Algorithm for Face Tagging

Abstract

We present a novel clustering algorithm for tagging a face dataset (e. g., a personal photo album). The core of the algorithm is a new dissimilarity, called Rank-Order distance, which measures the dissimilarity between two faces using their neighboring information in the dataset. The Rank-Order distance is motivated by an observation that faces of the same person usually share their top neighbors. Specifically, for each face, we generate a ranking order list by sorting all other faces in the dataset by absolute distance (e. g., L1 or L2 distance between extracted face recognition features). Then, the Rank-Order distance of two faces is calculated using their ranking orders. Using the new distance, a Rank-Order distance based clustering algorithm is designed to iteratively group all faces into a small number of clusters for effective tagging. The proposed algorithm outperforms competitive clustering algorithms in term of both precision/recall and efficiency.

Cite

Text

Zhu et al. "A Rank-Order Distance Based Clustering Algorithm for Face Tagging." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011. doi:10.1109/CVPR.2011.5995680

Markdown

[Zhu et al. "A Rank-Order Distance Based Clustering Algorithm for Face Tagging." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011.](https://mlanthology.org/cvpr/2011/zhu2011cvpr-rank/) doi:10.1109/CVPR.2011.5995680

BibTeX

@inproceedings{zhu2011cvpr-rank,
  title     = {{A Rank-Order Distance Based Clustering Algorithm for Face Tagging}},
  author    = {Zhu, Chunhui and Wen, Fang and Sun, Jian},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2011},
  pages     = {481-488},
  doi       = {10.1109/CVPR.2011.5995680},
  url       = {https://mlanthology.org/cvpr/2011/zhu2011cvpr-rank/}
}