Learning to Cluster Faces via Confidence and Connectivity Estimation
2SenseTime Group Limited, 3Nanyang Technological University
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.
Code and Models
Codes |
Public Video
Related Publication
Consensus-Driven Propagation in Massive Unlabeled Data for Face Recognition. Xiaohang Zhan, Ziwei Liu, Junjie Yan, Dahua Lin, Chen Change Loy. In Proceedings of European Conference on Computer Vision (ECCV), 2018 [PDF] [Project Page] [Code]
Learning to Cluster Faces on an Affinity Graph. Lei Yang, Xiaohang Zhan, Dapeng Chen, Junjie Yan, Chen Change Loy, Dahua Lin. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2019 [PDF] [Project Page] [Code]
Citation
@inproceedings{yang2020learning, title={Learning to Cluster Faces via Confidence and Connectivity Estimation}, author={Yang, Lei and Chen, Dapeng and Zhan, Xiaohang and Zhao, Rui and Loy, Chen Change and Lin, Dahua}, booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition}, year={2020} }