LGCRAug 25, 2022

DPAUC: Differentially Private AUC Computation in Federated Learning

arXiv:2208.12294v214 citationsh-index: 24Has Code
Originality Incremental advance
AI Analysis

This addresses privacy risks in federated learning evaluation for participants, though it is incremental as it builds on existing differential privacy methods.

The paper tackles the problem of private label information leakage during model evaluation in federated learning by proposing an algorithm for differentially private AUC computation, showing through experiments that it accurately computes AUCs compared to ground truth.

Federated learning (FL) has gained significant attention recently as a privacy-enhancing tool to jointly train a machine learning model by multiple participants. The prior work on FL has mostly studied how to protect label privacy during model training. However, model evaluation in FL might also lead to potential leakage of private label information. In this work, we propose an evaluation algorithm that can accurately compute the widely used AUC (area under the curve) metric when using the label differential privacy (DP) in FL. Through extensive experiments, we show our algorithms can compute accurate AUCs compared to the ground truth. The code is available at {\url{https://github.com/bytedance/fedlearner/tree/master/example/privacy/DPAUC}}.

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