CVAug 24, 2024

Face Clustering via Early Stopping and Edge Recall

arXiv:2408.13431v21 citationsh-index: 2Has Code
Originality Incremental advance
AI Analysis

This addresses the need for efficient and realistic face clustering in real-world applications, offering both unsupervised and supervised solutions with incremental improvements.

The paper tackles the problem of large-scale face clustering by proposing unsupervised (FC-ES) and supervised (FC-ESER) algorithms that improve accuracy and recall, significantly outperforming previous state-of-the-art methods on multiple benchmarks.

Large-scale face clustering has achieved significant progress, with many efforts dedicated to learning to cluster large-scale faces with supervised-learning. However, complex model design and tedious clustering processes are typical in existing methods. Such limitations result in infeasible clustering in real-world applications. Reasonable and efficient model design and training need to be taken into account. Besides, developing unsupervised face clustering algorithms is crucial, which are more realistic in real-world applications. In this paper, we propose a novel unsupervised face clustering algorithm FC-ES and a novel supervised face clustering algorithm FC-ESER to address these issues. An efficient and effective neighbor-based edge probability and a novel early stopping strategy are proposed in FC-ES, guaranteeing the accuracy and recall of large-scale face clustering simultaneously. Furthermore, to take advantage of supervised learning, a novel edge recall strategy is proposed in FC-ESER to further recall the edge connections that are not connected in FC-ES. Extensive experiments on multiple benchmarks for face, person, and vehicle clustering show that our proposed FC-ES and FC-ESER significantly outperform previous state-of-the-art methods. Our code will be available at https://github.com/jumptoliujj/FC-ESER.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes