Shielding Latent Face Representations From Privacy Attacks
Arjun Ramesh Kaushik, Bharat Chandra Yalavarthi, Arun Ross, Vishnu Boddeti, Nalini Ratha
TL;DR
This work addresses the privacy risks of face embeddings leaking soft biometrics by proposing a multi-layer shield that combines embedding compression (MRL), Fully Homomorphic Encryption (FHE), and an irreversible feature manifold hash (PolyProtect base). The method enables encrypted computation for face recognition while suppressing sensitive attributes such as age, gender, and ethnicity, and maintains high biometric utility as demonstrated on two encoders and two datasets. Differential Privacy and existing template-protection techniques are evaluated and found insufficient alone, motivating the layered approach; experiments show near-random classification for soft-biometric attributes under the encrypted framework and substantial privacy gains with modest impact on identity accuracy. The approach leverages FHE theoretical guarantees and an additional irreversible transform to remain protective even if a secret key is compromised, offering a practical privacy-preserving pathway for cloud-based facial analytics. Overall, the paper demonstrates a significant advancement in balancing privacy and utility in embeddings through a rigorously tested, multi-layer strategy.
Abstract
In today's data-driven analytics landscape, deep learning has become a powerful tool, with latent representations, known as embeddings, playing a central role in several applications. In the face analytics domain, such embeddings are commonly used for biometric recognition (e.g., face identification). However, these embeddings, or templates, can inadvertently expose sensitive attributes such as age, gender, and ethnicity. Leaking such information can compromise personal privacy and affect civil liberty and human rights. To address these concerns, we introduce a multi-layer protection framework for embeddings. It consists of a sequence of operations: (a) encrypting embeddings using Fully Homomorphic Encryption (FHE), and (b) hashing them using irreversible feature manifold hashing. Unlike conventional encryption methods, FHE enables computations directly on encrypted data, allowing downstream analytics while maintaining strong privacy guarantees. To reduce the overhead of encrypted processing, we employ embedding compression. Our proposed method shields latent representations of sensitive data from leaking private attributes (such as age and gender) while retaining essential functional capabilities (such as face identification). Extensive experiments on two datasets using two face encoders demonstrate that our approach outperforms several state-of-the-art privacy protection methods.
