English

Learning to Cluster Faces via Confidence and Connectivity Estimation

Computer Vision and Pattern Recognition 2020-04-06 v2

Abstract

Face clustering is an essential tool for exploiting the unlabeled face data, and has a wide range of applications including face annotation and retrieval. Recent works show that supervised clustering can result in noticeable performance gain. However, they usually involve heuristic steps and require numerous overlapped subgraphs, severely restricting their accuracy and efficiency. In this paper, we propose a fully learnable clustering framework without requiring a large number of overlapped subgraphs. Instead, we transform the clustering problem into two sub-problems. Specifically, two graph convolutional networks, named GCN-V and GCN-E, are designed to estimate the confidence of vertices and the connectivity of edges, respectively. With the vertex confidence and edge connectivity, we can naturally organize more relevant vertices on the affinity graph and group them into clusters. Experiments on two large-scale benchmarks show that our method significantly improves clustering accuracy and thus performance of the recognition models trained on top, yet it is an order of magnitude more efficient than existing supervised methods.

Keywords

Cite

@article{arxiv.2004.00445,
  title  = {Learning to Cluster Faces via Confidence and Connectivity Estimation},
  author = {Lei Yang and Dapeng Chen and Xiaohang Zhan and Rui Zhao and Chen Change Loy and Dahua Lin},
  journal= {arXiv preprint arXiv:2004.00445},
  year   = {2020}
}

Comments

8 pages, 6 figures, CVPR 2020

R2 v1 2026-06-23T14:35:21.044Z