RaCO-DP is a differentially private SGDA algorithm that enforces arbitrary prediction-rate constraints, such as group fairness and false negative rate limits, using a private histogram per mini-batch while retaining non-convex convergence guarantees.
Scalable DP-SGD: Shuffling vs. Poisson Subsampling
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We provide new lower bounds on the privacy guarantee of the multi-epoch Adaptive Batch Linear Queries (ABLQ) mechanism with shuffled batch sampling, demonstrating substantial gaps when compared to Poisson subsampling; prior analysis was limited to a single epoch. Since the privacy analysis of Differentially Private Stochastic Gradient Descent (DP-SGD) is obtained by analyzing the ABLQ mechanism, this brings into serious question the common practice of implementing shuffling-based DP-SGD, but reporting privacy parameters as if Poisson subsampling was used. To understand the impact of this gap on the utility of trained machine learning models, we introduce a practical approach to implement Poisson subsampling at scale using massively parallel computation, and efficiently train models with the same. We compare the utility of models trained with Poisson-subsampling-based DP-SGD, and the optimistic estimates of utility when using shuffling, via our new lower bounds on the privacy guarantee of ABLQ with shuffling.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Private Rate-Constrained Optimization with Applications to Fair Learning
RaCO-DP is a differentially private SGDA algorithm that enforces arbitrary prediction-rate constraints, such as group fairness and false negative rate limits, using a private histogram per mini-batch while retaining non-convex convergence guarantees.