Privacy-Safe Iris Presentation Attack Detection
Mahsa Mitcheff, Patrick Tinsley, Adam Czajka
TL;DR
The paper tackles privacy and data collection challenges in iris presentation attack detection by proposing a four-step framework that trains PAD models exclusively on synthetically-generated, identity-leakage-free iris images. It uses two StyleGAN2-ADA based generators to synthetically produce iris images with and without textured contact lenses and includes a post-hoc identity leakage mitigation step to ensure no subject-identifying information is leaked. The results show that synthetic-data-trained PAD models achieve an average AUROC of about $0.90$ to $0.93$, compared with roughly $0.97$ when trained on authentic data, indicating a measurable but modest gap that may narrow with higher fidelity synthesis. The work demonstrates the feasibility of privacy-safe iris PAD and provides code and models to support further research and potential practical deployment.
Abstract
This paper proposes a framework for a privacy-safe iris presentation attack detection (PAD) method, designed solely with synthetically-generated, identity-leakage-free iris images. Once trained, the method is evaluated in a classical way using state-of-the-art iris PAD benchmarks. We designed two generative models for the synthesis of ISO/IEC 19794-6-compliant iris images. The first model synthesizes bona fide-looking samples. To avoid ``identity leakage,'' the generated samples that accidentally matched those used in the model's training were excluded. The second model synthesizes images of irises with textured contact lenses and is conditioned by a given contact lens brand to have better control over textured contact lens appearance when forming the training set. Our experiments demonstrate that models trained solely on synthetic data achieve a lower but still reasonable performance when compared to solutions trained with iris images collected from human subjects. This is the first-of-its-kind attempt to use solely synthetic data to train a fully-functional iris PAD solution, and despite the performance gap between regular and the proposed methods, this study demonstrates that with the increasing fidelity of generative models, creating such privacy-safe iris PAD methods may be possible. The source codes and generative models trained for this work are offered along with the paper.
