Pura: An Efficient Privacy-Preserving Solution for Face Recognition
Guotao Xu, Bowen Zhao, Yang Xiao, Yantao Zhong, Liang Zhai, Qingqi Pei
TL;DR
Pura addresses privacy concerns in outsourced face recognition by enabling non-interactive, encrypted-distance computation on a twin-server threshold Paillier framework. It introduces secure protocols BatchSquare and SMIN families to perform multiplication, squaring, and minimum operations over ciphertexts, coupled with an offline precomputation mechanism to boost online performance. The system achieves recognition accuracy indistinguishable from plaintext baselines while significantly reducing storage and runtime compared with BFV-based approaches, including up to 16x speedups in large-scale scenarios. The approach provides strong privacy guarantees, leveraging semi-honest non-colluding servers and ISO/IEC 24745 confidentiality, and demonstrates practical viability through comprehensive experiments on public face datasets.
Abstract
Face recognition is an effective technology for identifying a target person by facial images. However, sensitive facial images raises privacy concerns. Although privacy-preserving face recognition is one of potential solutions, this solution neither fully addresses the privacy concerns nor is efficient enough. To this end, we propose an efficient privacy-preserving solution for face recognition, named Pura, which sufficiently protects facial privacy and supports face recognition over encrypted data efficiently. Specifically, we propose a privacy-preserving and non-interactive architecture for face recognition through the threshold Paillier cryptosystem. Additionally, we carefully design a suite of underlying secure computing protocols to enable efficient operations of face recognition over encrypted data directly. Furthermore, we introduce a parallel computing mechanism to enhance the performance of the proposed secure computing protocols. Privacy analysis demonstrates that Pura fully safeguards personal facial privacy. Experimental evaluations demonstrate that Pura achieves recognition speeds up to 16 times faster than the state-of-the-art.
