# Probabilistic Face Embeddings

**Authors:** Yichun Shi, Anil K. Jain

arXiv: 1904.09658 · 2019-08-08

## TL;DR

This paper introduces Probabilistic Face Embeddings (PFEs), representing faces as Gaussian distributions to model uncertainty, improving recognition accuracy and providing uncertainty estimates for risk-aware systems.

## Contribution

The paper proposes PFEs, a novel probabilistic approach that enhances face recognition by modeling feature uncertainty, outperforming deterministic embeddings across various benchmarks.

## Key findings

- PFEs improve face recognition accuracy over deterministic models.
- Uncertainty estimates correlate with matching confidence.
- PFEs are effective across different models and datasets.

## Abstract

Embedding methods have achieved success in face recognition by comparing facial features in a latent semantic space. However, in a fully unconstrained face setting, the facial features learned by the embedding model could be ambiguous or may not even be present in the input face, leading to noisy representations. We propose Probabilistic Face Embeddings (PFEs), which represent each face image as a Gaussian distribution in the latent space. The mean of the distribution estimates the most likely feature values while the variance shows the uncertainty in the feature values. Probabilistic solutions can then be naturally derived for matching and fusing PFEs using the uncertainty information. Empirical evaluation on different baseline models, training datasets and benchmarks show that the proposed method can improve the face recognition performance of deterministic embeddings by converting them into PFEs. The uncertainties estimated by PFEs also serve as good indicators of the potential matching accuracy, which are important for a risk-controlled recognition system.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.09658/full.md

## Figures

25 figures with captions in the complete paper: https://tomesphere.com/paper/1904.09658/full.md

## References

47 references — full list in the complete paper: https://tomesphere.com/paper/1904.09658/full.md

---
Source: https://tomesphere.com/paper/1904.09658