paper-with-me

Papers

Federated Face Recognition

2021-05-06 · Fan Bai, Jiaxiang Wu, Pengcheng Shen, Shaoxin Li, Shuigeng Zhou

Face recognition has been extensively studied in computer vision and artificial intelligence communities in recent years. An important issue of face recognition is data privacy, which receives more and more public concerns. As a common privacy-preserving technique, Federated Learning is proposed to train a model cooperatively without sharing data between parties. However, as far as we know, it has not been successfully applied in face recognition. This paper proposes a framework named FedFace to innovate federated learning for face recognition. Specifically, FedFace relies on two major innovative algorithms, Partially Federated Momentum (PFM) and Federated Validation (FV). PFM locally applies an estimated equivalent global momentum to approximating the centralized momentum-SGD efficiently. FV repeatedly searches for better federated aggregating weightings via testing the aggregated models on some private validation datasets, which can improve the model's generalization ability. The ablation study and extensive experiments validate the effectiveness of the FedFace method and show that it is comparable to or even better than the centralized baseline in performance.

📄 PDF Abstract BibTeX arXiv:2105.02501

Code (0)

등록된 구현이 없습니다.

Tasks

Face RecognitionFederated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Federated Learning for Face Recognition with Gradient Correction

2021-12-14 · Yifan Niu, Weihong Deng

With increasing appealing to privacy issues in face recognition, federated learning has emerged as one of the most prevalent approaches to study the unconstrained face recognition problem with private decentralized data.…

Face RecognitionFederated Learningvalid

AdaFedFR: Federated Face Recognition with Adaptive Inter-Class Representation Learning

2024-05-22 · Di Qiu, Xinyang Lin, Kaiye Wang, Xiangxiang Chu 외

With the growing attention on data privacy and communication security in face recognition applications, federated learning has been introduced to learn a face recognition model with decentralized datasets in a privacy-pr…

Face ModelFace RecognitionFederated LearningPrivacy Preserving+1

Federated Learning for Face Recognition via Intra-subject Self-supervised Learning

2024-07-23 · Hansol Kim, Hoyeol Choi, Youngjun Kwak

Federated Learning (FL) for face recognition aggregates locally optimized models from individual clients to construct a generalized face recognition model. However, previous studies present two major challenges: insuffic…

Face RecognitionFederated LearningSelf-Supervised Learning

Federated Unsupervised Domain Adaptation for Face Recognition

2022-04-09 · Weiming Zhuang, Xin Gan, Yonggang Wen, Xuesen Zhang 외

Given labeled data in a source domain, unsupervised domain adaptation has been widely adopted to generalize models for unlabeled data in a target domain, whose data distributions are different. However, existing works ar…

ClusteringDomain AdaptationFace RecognitionFederated Learning+1

Improving Federated Learning Face Recognition via Privacy-Agnostic Clusters

2022-01-29 · ICLR 2022 4 · Qiang Meng, Feng Zhou, Hainan Ren, Tianshu Feng 외

The growing public concerns on data privacy in face recognition can be greatly addressed by the federated learning (FL) paradigm. However, conventional FL methods perform poorly due to the uniqueness of the task: broadca…

Face RecognitionFederated LearningTAR