CVSep 19, 2022

T2V-DDPM: Thermal to Visible Face Translation using Denoising Diffusion Probabilistic Models

arXiv:2209.08814v130 citationsh-index: 81Has Code
Originality Highly original
AI Analysis

This work addresses the challenge of enabling facial recognition systems to operate effectively in nighttime or low-light surveillance scenarios by improving thermal-to-visible image translation.

The paper tackles the problem of translating thermal infrared facial images to visible spectrum images for face verification in low-light conditions, achieving state-of-the-art results on multiple datasets with a novel inference strategy that speeds up the process.

Modern-day surveillance systems perform person recognition using deep learning-based face verification networks. Most state-of-the-art facial verification systems are trained using visible spectrum images. But, acquiring images in the visible spectrum is impractical in scenarios of low-light and nighttime conditions, and often images are captured in an alternate domain such as the thermal infrared domain. Facial verification in thermal images is often performed after retrieving the corresponding visible domain images. This is a well-established problem often known as the Thermal-to-Visible (T2V) image translation. In this paper, we propose a Denoising Diffusion Probabilistic Model (DDPM) based solution for T2V translation specifically for facial images. During training, the model learns the conditional distribution of visible facial images given their corresponding thermal image through the diffusion process. During inference, the visible domain image is obtained by starting from Gaussian noise and performing denoising repeatedly. The existing inference process for DDPMs is stochastic and time-consuming. Hence, we propose a novel inference strategy for speeding up the inference time of DDPMs, specifically for the problem of T2V image translation. We achieve the state-of-the-art results on multiple datasets. The code and pretrained models are publically available at http://github.com/Nithin-GK/T2V-DDPM

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