CVAILGApr 21, 2023

Learn to Cluster Faces with Better Subgraphs

arXiv:2304.10831v11 citationsh-index: 111
Originality Incremental advance
AI Analysis

This work addresses face clustering to generate pseudo-labels for unlabeled face data, improving face recognition models, but it is incremental as it builds on existing subgraph-based methods.

The paper tackles the problem of face clustering by proposing a neighborhood-aware subgraph adjustment method to reduce noise and improve subgraph recall, which outperforms state-of-the-art solutions in generalization capability on three benchmark datasets.

Face clustering can provide pseudo-labels to the massive unlabeled face data and improve the performance of different face recognition models. The existing clustering methods generally aggregate the features within subgraphs that are often implemented based on a uniform threshold or a learned cutoff position. This may reduce the recall of subgraphs and hence degrade the clustering performance. This work proposed an efficient neighborhood-aware subgraph adjustment method that can significantly reduce the noise and improve the recall of the subgraphs, and hence can drive the distant nodes to converge towards the same centers. More specifically, the proposed method consists of two components, i.e. face embeddings enhancement using the embeddings from neighbors, and enclosed subgraph construction of node pairs for structural information extraction. The embeddings are combined to predict the linkage probabilities for all node pairs to replace the cosine similarities to produce new subgraphs that can be further used for aggregation of GCNs or other clustering methods. The proposed method is validated through extensive experiments against a range of clustering solutions using three benchmark datasets and numerical results confirm that it outperforms the SOTA solutions in terms of generalization capability.

Foundations

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

Your Notes