Multi-Attribute guided Thermal Face Image Translation based on Latent Diffusion Model
Mingshu Cai, Osamu Yoshie, Yuya Ieiri
TL;DR
This work tackles the problem of heterogeneous face recognition by translating thermal (thermal) images to visible-spectrum images while preserving identity features. It proposes a Latent Diffusion Model (LDM) framework conditioned on facial attributes, enhanced by a multi-attribute classifier, CLIP-based prompts, and the Self-Attn Mamba module to improve global cross-modal modeling and inference speed. Key contributions include (i) an attribute-conditioned LDM pipeline operating in a VQ-VAE latent space, (ii) a frozen yet trainable multi-attribute infrared classifier that aligns with visible attributes via CLIP prompts, and (iii) a Self-Attn Mamba module that reduces computational cost and improves identity preservation. Experimental results on ARL-VTF and SpeakingFaces datasets show state-of-the-art performance in both image quality and identity verification, with substantial speedups over prior diffusion-based approaches, making the method practical for real-time surveillance and forensic applications.
Abstract
Modern surveillance systems increasingly rely on multi-wavelength sensors and deep neural networks to recognize faces in infrared images captured at night. However, most facial recognition models are trained on visible light datasets, leading to substantial performance degradation on infrared inputs due to significant domain shifts. Early feature-based methods for infrared face recognition proved ineffective, prompting researchers to adopt generative approaches that convert infrared images into visible light images for improved recognition. This paradigm, known as Heterogeneous Face Recognition (HFR), faces challenges such as model and modality discrepancies, leading to distortion and feature loss in generated images. To address these limitations, this paper introduces a novel latent diffusion-based model designed to generate high-quality visible face images from thermal inputs while preserving critical identity features. A multi-attribute classifier is incorporated to extract key facial attributes from visible images, mitigating feature loss during infrared-to-visible image restoration. Additionally, we propose the Self-attn Mamba module, which enhances global modeling of cross-modal features and significantly improves inference speed. Experimental results on two benchmark datasets demonstrate the superiority of our approach, achieving state-of-the-art performance in both image quality and identity preservation.
