Robust Skin Color Driven Privacy Preserving Face Recognition via Function Secret Sharing
Dong Han, Yufan Jiang, Yong Li, Ricardo Mendes, Joachim Denzler
TL;DR
The paper tackles privacy-preserving face recognition by augmenting encrypted embeddings with pure skin color patches, forming a fused representation that improves accuracy. It introduces a Function Secret Sharing (FSS)–based embedding distance protocol to securely compare protected embeddings against a threshold, avoiding leakage of intermediate results while boosting online efficiency. Empirical results show competitive 1:1 accuracy and superior 1:N retrieval, with robustness to black-box attacks and substantial speedups over SS-based approaches in both LAN and WAN settings. The work also discusses security limitations and practical mitigations, framing a path toward integration with secure hardware and lighter feature extractors for broader deployment. $c = \frac{P_c \cdot P_i}{\|P_c\|\|P_i\|}$ and $\mathsf{th}$ are central to the comparison, and the approach leverages this with masked shares and $\Pi^\mathsf{FSS}$ gates to preserve privacy during distance computation.
Abstract
In this work, we leverage the pure skin color patch from the face image as the additional information to train an auxiliary skin color feature extractor and face recognition model in parallel to improve performance of state-of-the-art (SOTA) privacy-preserving face recognition (PPFR) systems. Our solution is robust against black-box attacking and well-established generative adversarial network (GAN) based image restoration. We analyze the potential risk in previous work, where the proposed cosine similarity computation might directly leak the protected precomputed embedding stored on the server side. We propose a Function Secret Sharing (FSS) based face embedding comparison protocol without any intermediate result leakage. In addition, we show in experiments that the proposed protocol is more efficient compared to the Secret Sharing (SS) based protocol.
