LGCRFeb 6, 2023

One-shot Empirical Privacy Estimation for Federated Learning

arXiv:2302.03098v548 citationsh-index: 52
AI Analysis

This addresses the challenge of scalable privacy auditing for federated learning, which is incremental by building on existing DP techniques but improves practicality.

The paper tackles the problem of efficiently estimating privacy loss in differentially private federated learning, presenting a one-shot method that provides provably correct estimates without requiring multiple retraining runs or prior knowledge about the model or algorithm.

Privacy estimation techniques for differentially private (DP) algorithms are useful for comparing against analytical bounds, or to empirically measure privacy loss in settings where known analytical bounds are not tight. However, existing privacy auditing techniques usually make strong assumptions on the adversary (e.g., knowledge of intermediate model iterates or the training data distribution), are tailored to specific tasks, model architectures, or DP algorithm, and/or require retraining the model many times (typically on the order of thousands). These shortcomings make deploying such techniques at scale difficult in practice, especially in federated settings where model training can take days or weeks. In this work, we present a novel "one-shot" approach that can systematically address these challenges, allowing efficient auditing or estimation of the privacy loss of a model during the same, single training run used to fit model parameters, and without requiring any a priori knowledge about the model architecture, task, or DP training algorithm. We show that our method provides provably correct estimates for the privacy loss under the Gaussian mechanism, and we demonstrate its performance on well-established FL benchmark datasets under several adversarial threat models.

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