Embedding Non-Distortive Cancelable Face Template Generation
Dmytro Zakharov, Oleksandr Kuznetsov, Emanuele Frontoni, Natalia Kryvinska
TL;DR
Biometric systems face privacy risks when storing raw biometric data. This work proposes non-distortive cancelable biometrics, distorting face images to appear different to humans while preserving identity in a learned embedding space via an Embedding Model $E$ and a Distortion Generator $G$. The approach optimizes a composite loss that balances perceptual distortion $d_{img}$ and embedding stability $d_{emb}$, implemented with a Trainer Network and evaluated on MNIST and LFW using a UNet-based generator and either pretrained FaceNet or a custom embedding network. Results show maintained or improved accuracy under distortion while delivering strong privacy safeguards, supporting practical deployment of privacy-aware biometric authentication.
Abstract
Biometric authentication systems are crucial for security, but developing them involves various complexities, including privacy, security, and achieving high accuracy without directly storing pure biometric data in storage. We introduce an innovative image distortion technique that makes facial images unrecognizable to the eye but still identifiable by any custom embedding neural network model. Using the proposed approach, we test the reliability of biometric recognition networks by determining the maximum image distortion that does not change the predicted identity. Through experiments on MNIST and LFW datasets, we assess its effectiveness and compare it based on the traditional comparison metrics.
