CVMay 21, 2023

iWarpGAN: Disentangling Identity and Style to Generate Synthetic Iris Images

arXiv:2305.12596v27 citations
AI Analysis

This work addresses limitations in biometric image generation for iris recognition, offering a method to enhance training data diversity, though it is incremental as it builds on existing GAN techniques.

The paper tackled the problem of generating synthetic iris images with diverse identities and styles, proposing iWarpGAN to disentangle identity and style, resulting in improved performance of iris matchers when augmenting real data with synthetic data.

Generative Adversarial Networks (GANs) have shown success in approximating complex distributions for synthetic image generation. However, current GAN-based methods for generating biometric images, such as iris, have certain limitations: (a) the synthetic images often closely resemble images in the training dataset; (b) the generated images lack diversity in terms of the number of unique identities represented in them; and (c) it is difficult to generate multiple images pertaining to the same identity. To overcome these issues, we propose iWarpGAN that disentangles identity and style in the context of the iris modality by using two transformation pathways: Identity Transformation Pathway to generate unique identities from the training set, and Style Transformation Pathway to extract the style code from a reference image and output an iris image using this style. By concatenating the transformed identity code and reference style code, iWarpGAN generates iris images with both inter- and intra-class variations. The efficacy of the proposed method in generating such iris DeepFakes is evaluated both qualitatively and quantitatively using ISO/IEC 29794-6 Standard Quality Metrics and the VeriEye iris matcher. Further, the utility of the synthetically generated images is demonstrated by improving the performance of deep learning based iris matchers that augment synthetic data with real data during the training process.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes