Near-Optimal Generalized Private Testing

📅 2026-05-20
📈 Citations: 0
Influential: 0
📄 PDF

career value

255K/year
🤖 AI Summary
This work addresses the challenge of privately testing a sequence of black-box mechanisms under differential privacy to accurately accept the first one whose success probability exceeds a given threshold. The authors propose the Generalized Threshold Mechanism (GTM), which, for the first time, enables generalized private testing with adaptively chosen thresholds under pure ε-differential privacy. Their approach reduces the continuous observation setting to a batch setting via a black-box transformation, achieving high-probability accuracy with at most $O\left(\frac{\ln(t/\beta)}{(\gamma-1)^2} \cdot \max\left(\Lambda_t/p^*, (1-p^*)^{-1}\right)\right)$ mechanism invocations. The method is shown to be nearly optimal through a matching lower bound and provides a general-purpose tool for continual private optimization.
📝 Abstract
In differential privacy (DP), the generalized private testing problem was introduced by Liu and Talwar (STOC 2019). Given a dataset $X \in \mathcal{X}$ and a sequence of black-box $\varepsilon_t$-DP mechanisms $M_t:\mathcal{X}\to\{+1,-1\}$, the analyst must accept the first mechanism whose success probability $p_t=\Pr[M_t(X)=+1]$ exceeds a given threshold $p^*\in(0,1)$, while achieving DP. Accuracy is measured by the gap between $p^*$ and a rejection threshold $\bar{p}$, such that with probability $1-β$ for all $t\geq1$, if $p_t\leq\bar{p}$, then $M_t$ is rejected, and if $p_t\geq p^*$, then it is accepted. This generalizes the standard private testing problem, whose solution, the Sparse Vector Technique, is ubiquitous in DP. We introduce the Generalized Thresholding Mechanism (GTM) for generalized private testing. For $\varepsilon>0$ and any sequence of $(\varepsilon_t,δ_t)$-DP mechanisms $M_t$, the GTM is pure $\varepsilon$-DP. For $θ>0$, $γ\in(1,2]$, and $β\in(0,1)$, $\bar{p}_t=\max(p^*/γΛ_t, 1 - γΛ_t(1-p^*))-δ_t/\varepsilon_t$ for $Λ_t=(5t\ln^3(t+2))^{(2+θ)\varepsilon_t/\varepsilon}(4/β)^{(3+θ+2/θ)\varepsilon_t/\varepsilon}$. With probability $1-β$, the number of evaluations of $M_t$ is at most $O((\ln(t/β)/(γ-1)^2)\max(Λ_t/p^*,(1-p^*)^{-1}))$ for all $t\geq 1$. Our lower bounds prove near-optimality of our accuracy and sample complexity guarantees. Via the GTM, we give a black-box reduction for DP optimization from the continual observation (CO) setting to the batch setting. This gives us the first DP-CO algorithms for many maximization problems. Further, the GTM permits an adaptive choice of acceptance thresholds $(p^*_t)_{t\geq1}$, addressing a challenge mentioned in prior work on using generalized private testing for hyperparameter optimization (Papernot and Steinke (ICLR 2022)).
Problem

Research questions and friction points this paper is trying to address.

differential privacy
generalized private testing
thresholding
black-box mechanisms
accuracy guarantees
Innovation

Methods, ideas, or system contributions that make the work stand out.

Generalized Thresholding Mechanism
differential privacy
continual observation
near-optimal accuracy
black-box reduction
🔎 Similar Papers
No similar papers found.