English

Unified Negative Pair Generation toward Well-discriminative Feature Space for Face Recognition

Computer Vision and Pattern Recognition 2024-04-22 v2

Abstract

The goal of face recognition (FR) can be viewed as a pair similarity optimization problem, maximizing a similarity set Sp\mathcal{S}^p over positive pairs, while minimizing similarity set Sn\mathcal{S}^n over negative pairs. Ideally, it is expected that FR models form a well-discriminative feature space (WDFS) that satisfies infSp>supSn\inf{\mathcal{S}^p} > \sup{\mathcal{S}^n}. With regard to WDFS, the existing deep feature learning paradigms (i.e., metric and classification losses) can be expressed as a unified perspective on different pair generation (PG) strategies. Unfortunately, in the metric loss (ML), it is infeasible to generate negative pairs taking all classes into account in each iteration because of the limited mini-batch size. In contrast, in classification loss (CL), it is difficult to generate extremely hard negative pairs owing to the convergence of the class weight vectors to their center. This leads to a mismatch between the two similarity distributions of the sampled pairs and all negative pairs. Thus, this paper proposes a unified negative pair generation (UNPG) by combining two PG strategies (i.e., MLPG and CLPG) from a unified perspective to alleviate the mismatch. UNPG introduces useful information about negative pairs using MLPG to overcome the CLPG deficiency. Moreover, it includes filtering the similarities of noisy negative pairs to guarantee reliable convergence and improved performance. Exhaustive experiments show the superiority of UNPG by achieving state-of-the-art performance across recent loss functions on public benchmark datasets. Our code and pretrained models are publicly available.

Keywords

Cite

@article{arxiv.2203.11593,
  title  = {Unified Negative Pair Generation toward Well-discriminative Feature Space for Face Recognition},
  author = {Junuk Jung and Seonhoon Lee and Heung-Seon Oh and Yongjun Park and Joochan Park and Sungbin Son},
  journal= {arXiv preprint arXiv:2203.11593},
  year   = {2024}
}

Comments

9 pages, 6 figures, Published at BMVC22