Synthetic Forehead-creases Biometric Generation for Reliable User Verification
Abhishek Tandon, Geetanjali Sharma, Gaurav Jaswal, Aditya Nigam, Raghavendra Ramachandra
TL;DR
The paper addresses the scarcity of forehead-crease data for biometric verification under mask conditions by introducing a two-module diffusion-based data synthesis framework. The Subject-Specific Generation Module (SSGM) uses a Brownian Bridge Diffusion Model to produce diverse, identity-preserving, pose-conditioned synthetic samples, while the Subject-Agnostic Generation Module (SAGM) leverages an unconditional DDPM to generate new identities for privacy-preserving augmentation. An FHCVS verification backbone based on ResNet-18 with attention modules and AdaFace loss evaluates the utility of the synthetic data, with experiments showing substantial improvements when incorporating subject-specific synthetic data, achieving a cross-database EER as low as around 9.38%. The results demonstrate the value of diffusion-based synthetic data for forehead-creases biometrics, offering privacy-friendly augmentation that enhances robustness against data scarcity and pose variation, and the work contributes reproducible code and datasets to the community.
Abstract
Recent studies have emphasized the potential of forehead-crease patterns as an alternative for face, iris, and periocular recognition, presenting contactless and convenient solutions, particularly in situations where faces are covered by surgical masks. However, collecting forehead data presents challenges, including cost and time constraints, as developing and optimizing forehead verification methods requires a substantial number of high-quality images. To tackle these challenges, the generation of synthetic biometric data has gained traction due to its ability to protect privacy while enabling effective training of deep learning-based biometric verification methods. In this paper, we present a new framework to synthesize forehead-crease image data while maintaining important features, such as uniqueness and realism. The proposed framework consists of two main modules: a Subject-Specific Generation Module (SSGM), based on an image-to-image Brownian Bridge Diffusion Model (BBDM), which learns a one-to-many mapping between image pairs to generate identity-aware synthetic forehead creases corresponding to real subjects, and a Subject-Agnostic Generation Module (SAGM), which samples new synthetic identities with assistance from the SSGM. We evaluate the diversity and realism of the generated forehead-crease images primarily using the Fréchet Inception Distance (FID) and the Structural Similarity Index Measure (SSIM). In addition, we assess the utility of synthetically generated forehead-crease images using a forehead-crease verification system (FHCVS). The results indicate an improvement in the verification accuracy of the FHCVS by utilizing synthetic data.
