Privacy Profiles for Private Selection
Antti Koskela, Rachel Redberg, Yu-Xiang Wang
TL;DR
This work introduces a recipe to bound the privacy profiles δ(ε) of private selection mechanisms by leveraging the base mechanisms' privacy profiles, bridging a gap left by Rényi-DP approaches. By formulating general bounds via probability generating functions and applying hockey-stick divergences, the authors derive distribution-specific results for truncated negative binomial and binomial number-of-rounds, yielding tighter $(ε,δ)$ guarantees and GDP-style insights. These bounds translate into practical gains for hyperparameter tuning in private learning, notably enabling DP-SGD and PTR-based approaches to evaluate far more candidates with reduced privacy costs. The methods offer a flexible, numerically friendly framework that improves end-to-end private learning performance and suggests new, more concentrated sampling strategies for the number of rounds.
Abstract
Private selection mechanisms (e.g., Report Noisy Max, Sparse Vector) are fundamental primitives of differentially private (DP) data analysis with wide applications to private query release, voting, and hyperparameter tuning. Recent work (Liu and Talwar, 2019; Papernot and Steinke, 2022) has made significant progress in both generalizing private selection mechanisms and tightening their privacy analysis using modern numerical privacy accounting tools, e.g., Rényi DP. But Rényi DP is known to be lossy when $(ε,δ)$-DP is ultimately needed, and there is a trend to close the gap by directly handling privacy profiles, i.e., $δ$ as a function of $ε$ or its equivalent dual form known as $f$-DPs. In this paper, we work out an easy-to-use recipe that bounds the privacy profiles of ReportNoisyMax and PrivateTuning using the privacy profiles of the base algorithms they corral. Numerically, our approach improves over the RDP-based accounting in all regimes of interest and leads to substantial benefits in end-to-end private learning experiments. Our analysis also suggests new distributions, e.g., binomial distribution for randomizing the number of rounds that leads to more substantial improvements in certain regimes.
