CVJan 29, 2022

Improving Federated Learning Face Recognition via Privacy-Agnostic Clusters

arXiv:2201.12467v148 citations
AI Analysis

It addresses privacy concerns in face recognition for users and organizations, offering a novel method that is incremental over existing federated learning approaches.

The paper tackled the privacy-utility trade-off in federated learning for face recognition by proposing PrivacyFace, which uses differentially private clustering and consensus-aware loss to improve performance, achieving gains of +9.63% and +10.26% on benchmarks.

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: broadcasting class centers among clients is crucial for recognition performances but leads to privacy leakage. To resolve the privacy-utility paradox, this work proposes PrivacyFace, a framework largely improves the federated learning face recognition via communicating auxiliary and privacy-agnostic information among clients. PrivacyFace mainly consists of two components: First, a practical Differentially Private Local Clustering (DPLC) mechanism is proposed to distill sanitized clusters from local class centers. Second, a consensus-aware recognition loss subsequently encourages global consensuses among clients, which ergo results in more discriminative features. The proposed framework is mathematically proved to be differentially private, introducing a lightweight overhead as well as yielding prominent performance boosts (\textit{e.g.}, +9.63\% and +10.26\% for TAR@FAR=1e-4 on IJB-B and IJB-C respectively). Extensive experiments and ablation studies on a large-scale dataset have demonstrated the efficacy and practicability of our method.

Foundations

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

Your Notes