CVDec 14, 2021

Federated Learning for Face Recognition with Gradient Correction

arXiv:2112.07246v183 citations
Originality Incremental advance
AI Analysis

This addresses privacy concerns in face recognition for decentralized data, but it is incremental as it builds on existing federated learning approaches.

The paper tackled privacy leakage in federated learning for face recognition by proposing FedGC, a framework that corrects gradients using a softmax-based regularizer, achieving performance matching centralized methods on benchmark datasets.

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. However, conventional decentralized federated algorithm sharing whole parameters of networks among clients suffers from privacy leakage in face recognition scene. In this work, we introduce a framework, FedGC, to tackle federated learning for face recognition and guarantees higher privacy. We explore a novel idea of correcting gradients from the perspective of backward propagation and propose a softmax-based regularizer to correct gradients of class embeddings by precisely injecting a cross-client gradient term. Theoretically, we show that FedGC constitutes a valid loss function similar to standard softmax. Extensive experiments have been conducted to validate the superiority of FedGC which can match the performance of conventional centralized methods utilizing full training dataset on several popular benchmark datasets.

Code Implementations1 repo
Foundations

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

Your Notes