CVCRAug 30, 2025

CryptoFace: End-to-End Encrypted Face Recognition

arXiv:2509.00332v14 citationsh-index: 4Has CodeCVPR
Originality Highly original
AI Analysis

It addresses privacy concerns for users of face recognition in authentication and security applications, though it is incremental as it builds on existing FHE neural networks.

The paper tackles the privacy risks in face recognition by introducing CryptoFace, the first end-to-end encrypted system using fully homomorphic encryption, which significantly accelerates inference and increases verification accuracy on standard benchmarks.

Face recognition is central to many authentication, security, and personalized applications. Yet, it suffers from significant privacy risks, particularly arising from unauthorized access to sensitive biometric data. This paper introduces CryptoFace, the first end-to-end encrypted face recognition system with fully homomorphic encryption (FHE). It enables secure processing of facial data across all stages of a face-recognition process--feature extraction, storage, and matching--without exposing raw images or features. We introduce a mixture of shallow patch convolutional networks to support higher-dimensional tensors via patch-based processing while reducing the multiplicative depth and, thus, inference latency. Parallel FHE evaluation of these networks ensures near-resolution-independent latency. On standard face recognition benchmarks, CryptoFace significantly accelerates inference and increases verification accuracy compared to the state-of-the-art FHE neural networks adapted for face recognition. CryptoFace will facilitate secure face recognition systems requiring robust and provable security. The code is available at https://github.com/human-analysis/CryptoFace.

Foundations

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

Your Notes