paper-with-me

Papers

DuetFace: Collaborative Privacy-Preserving Face Recognition via Channel Splitting in the Frequency Domain

2022-07-15 · Yuxi Mi, Yuge Huang, Jiazhen Ji, Hongquan Liu, Xingkun Xu, Shouhong Ding, Shuigeng Zhou

With the wide application of face recognition systems, there is rising concern that original face images could be exposed to malicious intents and consequently cause personal privacy breaches. This paper presents DuetFace, a novel privacy-preserving face recognition method that employs collaborative inference in the frequency domain. Starting from a counterintuitive discovery that face recognition can achieve surprisingly good performance with only visually indistinguishable high-frequency channels, this method designs a credible split of frequency channels by their cruciality for visualization and operates the server-side model on non-crucial channels. However, the model degrades in its attention to facial features due to the missing visual information. To compensate, the method introduces a plug-in interactive block to allow attention transfer from the client-side by producing a feature mask. The mask is further refined by deriving and overlaying a facial region of interest (ROI). Extensive experiments on multiple datasets validate the effectiveness of the proposed method in protecting face images from undesired visual inspection, reconstruction, and identification while maintaining high task availability and performance. Results show that the proposed method achieves a comparable recognition accuracy and computation cost to the unprotected ArcFace and outperforms the state-of-the-art privacy-preserving methods. The source code is available at https://github.com/Tencent/TFace/tree/master/recognition/tasks/duetface.

📄 PDF Abstract BibTeX arXiv:2207.07340

Code (1)

Tencent/TFace 공식 구현 pytorch

Tasks

Collaborative InferenceFace RecognitionPrivacy Preserving

Methods 이 논문이 사용한 방법론

ArcFace ArcFace, or Additive Angular Margin Loss, is a loss function used in face recognition tasks. The softmax is traditionally used…

Similar Papers 제목 키워드 기반

Pura: An Efficient Privacy-Preserving Solution for Face Recognition

2025-05-21 · Guotao Xu, Bowen Zhao, Yang Xiao, Yantao Zhong 외

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 sol…

Face RecognitionPrivacy Preserving

Privacy-Preserving Federated Action Recognition via Differentially Private Selective Tuning and Efficient Communication

2026-03-22 · Idris Zakariyya, Pai Chet Ng, Kaushik Bhargav Sivangi, S. Mohammad Sheikholeslami 외 arxiv

Federated video action recognition enables collaborative model training without sharing raw video data, yet remains vulnerable to two key challenges: \textit{model exposure} and \textit{communication overhead}. Gradients…

Action Recognition

Privacy-preserving Adversarial Facial Features

2023-05-08 · CVPR 2023 1 · Zhibo Wang, He Wang, Shuaifan Jin, Wenwen Zhang 외

Face recognition service providers protect face privacy by extracting compact and discriminative facial features (representations) from images, and storing the facial features for real-time recognition. However, such fea…

Face RecognitionPrivacy Preserving

Privacy-Preserving Face Recognition with Learnable Privacy Budgets in Frequency Domain

2022-07-15 · Jiazhen Ji, Huan Wang, Yuge Huang, Jiaxiang Wu 외

Face recognition technology has been used in many fields due to its high recognition accuracy, including the face unlocking of mobile devices, community access control systems, and city surveillance. As the current high …

Face RecognitionPrivacy Preserving

FedFace: Collaborative Learning of Face Recognition Model

2021-04-07 · Divyansh Aggarwal, Jiayu Zhou, Anil K. Jain

DNN-based face recognition models require large centrally aggregated face datasets for training. However, due to the growing data privacy concerns and legal restrictions, accessing and sharing face datasets has become ex…

Face RecognitionFace VerificationFederated Learningmodel