CVOct 10, 2022

BoundaryFace: A mining framework with noise label self-correction for Face Recognition

arXiv:2210.04567v121 citationsh-index: 6Has Code
Originality Incremental advance
AI Analysis

This work addresses critical issues in face recognition for applications requiring high accuracy, though it is incremental as it builds on existing margin-based loss methods.

The paper tackles the problems of hard sample mining and label noise in face recognition by proposing a mining framework based on decision boundaries and a noise label self-correction module, achieving consistent outperformance over state-of-the-art methods on various benchmarks.

Face recognition has made tremendous progress in recent years due to the advances in loss functions and the explosive growth in training sets size. A properly designed loss is seen as key to extract discriminative features for classification. Several margin-based losses have been proposed as alternatives of softmax loss in face recognition. However, two issues remain to consider: 1) They overlook the importance of hard sample mining for discriminative learning. 2) Label noise ubiquitously exists in large-scale datasets, which can seriously damage the model's performance. In this paper, starting from the perspective of decision boundary, we propose a novel mining framework that focuses on the relationship between a sample's ground truth class center and its nearest negative class center. Specifically, a closed-set noise label self-correction module is put forward, making this framework work well on datasets containing a lot of label noise. The proposed method consistently outperforms SOTA methods in various face recognition benchmarks. Training code has been released at https://github.com/SWJTU-3DVision/BoundaryFace.

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