Individual Privacy Accounting for Differentially Private Stochastic Gradient Descent
Da Yu, Gautam Kamath, Janardhan Kulkarni, Tie-Yan Liu, Jian Yin, Huishuai Zhang
TL;DR
DP-SGD provides a single worst-case privacy guarantee, which can mask significant variation in privacy risk across individual training examples. The paper introduces output-specific $(\varepsilon({\mathbb A},{\bm d}),\delta)$-DP to capture per-example privacy along the observed training trajectory and develops an efficient estimator that uses periodically updated gradient norms and gradient-norm rounding to keep computation tractable. Empirically, most examples exhibit stronger privacy than the worst-case bound, and per-example privacy correlates with final training loss, implying that groups with worse utility also bear higher privacy costs. The results reveal substantial disparities in privacy across data groups and connect privacy with empirical privacy risks, emphasizing the need for careful privacy accounting and fairness considerations in private deep learning.
Abstract
Differentially private stochastic gradient descent (DP-SGD) is the workhorse algorithm for recent advances in private deep learning. It provides a single privacy guarantee to all datapoints in the dataset. We propose output-specific $(\varepsilon,δ)$-DP to characterize privacy guarantees for individual examples when releasing models trained by DP-SGD. We also design an efficient algorithm to investigate individual privacy across a number of datasets. We find that most examples enjoy stronger privacy guarantees than the worst-case bound. We further discover that the training loss and the privacy parameter of an example are well-correlated. This implies groups that are underserved in terms of model utility simultaneously experience weaker privacy guarantees. For example, on CIFAR-10, the average $\varepsilon$ of the class with the lowest test accuracy is 44.2\% higher than that of the class with the highest accuracy.
