CVFeb 8, 2021

Fast and Reliable Probabilistic Face Embeddings in the Wild

arXiv:2102.04075v33 citationsHas Code
AI Analysis

This work provides incremental improvements to probabilistic face embedding methods, benefiting applications requiring robust and fast face recognition, particularly in unconstrained environments.

This paper addresses the over-confidence and slowness of existing Probabilistic Face Embeddings (PFE) methods for face recognition in unconstrained scenarios. By simplifying the mutual likelihood score (MLS) metric, proposing an output-constraint loss, an identification preserving loss, and a multi-layer feature fusion module, the method achieves comparable or better results across 9 benchmarks and improves risk-controlled face recognition.

Probabilistic Face Embeddings (PFE) can improve face recognition performance in unconstrained scenarios by integrating data uncertainty into the feature representation. However, existing PFE methods tend to be over-confident in estimating uncertainty and is too slow to apply to large-scale face matching. This paper proposes a regularized probabilistic face embedding method to improve the robustness and speed of PFE. Specifically, the mutual likelihood score (MLS) metric used in PFE is simplified to speedup the matching of face feature pairs. Then, an output-constraint loss is proposed to penalize the variance of the uncertainty output, which can regularize the output of the neural network. In addition, an identification preserving loss is proposed to improve the discriminative of the MLS metric, and a multi-layer feature fusion module is proposed to improve the neural network's uncertainty estimation ability. Comprehensive experiments show that the proposed method can achieve comparable or better results in 9 benchmarks than the state-of-the-art methods, and can improve the performance of risk-controlled face recognition. The code of our work is publicly available in GitHub (https://github.com/KaenChan/ProbFace).

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