Enhancing Privacy in Face Analytics Using Fully Homomorphic Encryption
Bharat Yalavarthi, Arjun Ramesh Kaushik, Arun Ross, Vishnu Boddeti, Nalini Ratha
TL;DR
The paper addresses the risk of soft biometrics leakage from face embeddings by proposing a privacy-preserving framework that combines Fully Homomorphic Encryption (FHE) with PolyProtect template protection and embedding compression. The pipeline encrypts embeddings, applies a polynomial-based protection, and operates entirely in the encrypted domain, preserving identification performance while blocking leakage of attributes such as age, gender, and ethnicity. It introduces Matryoshka Representation Learning (MRL) for embedding compression, analyzes ablation studies over PolyProtect parameters, and demonstrates robustness across datasets (CelebSet and BFW) and embedding backbones (FaceNet and AdaFace). The approach offers irreversibility and unlinkability under full disclosure threat models, showing practical potential for secure face analytics in privacy-constrained settings.
Abstract
Modern face recognition systems utilize deep neural networks to extract salient features from a face. These features denote embeddings in latent space and are often stored as templates in a face recognition system. These embeddings are susceptible to data leakage and, in some cases, can even be used to reconstruct the original face image. To prevent compromising identities, template protection schemes are commonly employed. However, these schemes may still not prevent the leakage of soft biometric information such as age, gender and race. To alleviate this issue, we propose a novel technique that combines Fully Homomorphic Encryption (FHE) with an existing template protection scheme known as PolyProtect. We show that the embeddings can be compressed and encrypted using FHE and transformed into a secure PolyProtect template using polynomial transformation, for additional protection. We demonstrate the efficacy of the proposed approach through extensive experiments on multiple datasets. Our proposed approach ensures irreversibility and unlinkability, effectively preventing the leakage of soft biometric attributes from face embeddings without compromising recognition accuracy.
