CVLGMay 9, 2023

DifFIQA: Face Image Quality Assessment Using Denoising Diffusion Probabilistic Models

arXiv:2305.05768v128 citations
Originality Incremental advance
AI Analysis

This work addresses performance degradation in face recognition systems for real-world applications, but it is incremental as it builds on existing FIQA techniques with a novel method.

The paper tackles the problem of unreliable face recognition in unconstrained environments by proposing DifFIQA, a face image quality assessment method using denoising diffusion probabilistic models, which achieves highly competitive results across 7 datasets and 4 face recognition models.

Modern face recognition (FR) models excel in constrained scenarios, but often suffer from decreased performance when deployed in unconstrained (real-world) environments due to uncertainties surrounding the quality of the captured facial data. Face image quality assessment (FIQA) techniques aim to mitigate these performance degradations by providing FR models with sample-quality predictions that can be used to reject low-quality samples and reduce false match errors. However, despite steady improvements, ensuring reliable quality estimates across facial images with diverse characteristics remains challenging. In this paper, we present a powerful new FIQA approach, named DifFIQA, which relies on denoising diffusion probabilistic models (DDPM) and ensures highly competitive results. The main idea behind the approach is to utilize the forward and backward processes of DDPMs to perturb facial images and quantify the impact of these perturbations on the corresponding image embeddings for quality prediction. Because the diffusion-based perturbations are computationally expensive, we also distill the knowledge encoded in DifFIQA into a regression-based quality predictor, called DifFIQA(R), that balances performance and execution time. We evaluate both models in comprehensive experiments on 7 datasets, with 4 target FR models and against 10 state-of-the-art FIQA techniques with highly encouraging results. The source code will be made publicly available.

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