CVMay 1, 2018

Secure Face Matching Using Fully Homomorphic Encryption

arXiv:1805.00577v2142 citations
AI Analysis

This addresses privacy and security concerns for users of face recognition systems, though it is incremental as it applies existing encryption methods to a specific domain.

The paper tackles the problem of securing face recognition systems by using fully homomorphic encryption to protect face templates, achieving practical feasibility with minimal performance loss, such as 16 KB template size and 0.01 sec per match pair for 512-dimensional features.

Face recognition technology has demonstrated tremendous progress over the past few years, primarily due to advances in representation learning. As we witness the widespread adoption of these systems, it is imperative to consider the security of face representations. In this paper, we explore the practicality of using a fully homomorphic encryption based framework to secure a database of face templates. This framework is designed to preserve the privacy of users and prevent information leakage from the templates, while maintaining their utility through template matching directly in the encrypted domain. Additionally, we also explore a batching and dimensionality reduction scheme to trade-off face matching accuracy and computational complexity. Experiments on benchmark face datasets (LFW, IJB-A, IJB-B, CASIA) indicate that secure face matching can be practically feasible (16 KB template size and 0.01 sec per match pair for 512-dimensional features from SphereFace) while exhibiting minimal loss in matching performance.

Code Implementations1 repo
Foundations

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

Your Notes