Summary
The paper proposes a principled approach to analyzing group-privacy amplification through sub-sampling by generalizing the coupling arguments of Balle et al., 2018. This generalization extends the analysis from $1$-neighboring datasets to $K$-neighboring datasets. The core idea is to define a coupling between partitions of batches rather than the batches themselves, ensuring that the divergence of the output distribution, conditional on the partitioning, is bounded individually by the worst-case divergence. By carefully selecting the partitioning and the optimal coupling specific to the sub-sampling mechanism, the authors demonstrate that improved Rényi and Approximate DP bounds for group privacy can be achieved, surpassing the bounds obtained by applying privacy amplification by subsampling and group-privacy theorems separately. The paper shows that the combined analysis of grouping and subsampling can be tailored to a specific base mechanism, leading to mechanism-specific privacy amplification bounds that are superior to mechanism-agnostic bounds. Although the DP bounds presented are not in closed form, they can be numerically approximated to arbitrary precision using standard techniques from the literature. The paper also provides a comprehensive evaluation of how privacy is amplified for different group sizes under Gaussian, randomized response, and Laplace base mechanisms.
Strengths
- The paper presents an in-depth analysis of privacy amplification due to subsampling under groupings. This topic has not been extensively studied before, making it an interesting paper to read.
- The paper demonstrates that there is a significant interplay between subsampling and grouping concerning privacy, which is not captured in standard analyses. This finding is an important contribution to the privacy community.
- The paper argues that by considering the underlying base mechanism, the amplification bounds due to subsampling can be refined beyond the tight mechanism-agnostic bounds established by Balle et al., 2018. While the results indicate this improvement for group privacy, the paper also claims it applies more generally. This could be a significant finding (although I am not entirely convinced of its validity).
Weaknesses
- The authors argue that tailoring privacy amplification through subsampling to a specific mechanism can yield better bounds than the tight amplification bounds established by Balle et al., 2018. However, it appears that the paper only demonstrates privacy amplification under subsampling for Approximate-DP with groups of size 2 or larger. Does this imply that for the standard setting with no grouping (i.e., group size of 1), there is no additional subsampling amplification achievable by tailoring the analysis to the mechanism?
- I remain unconvinced that tailoring the analysis to a specific mechanism can result in tighter amplification-due-to-subsampling bounds for a group size of 1. Could the authors provide an example of two mechanisms, $\mathcal{M}_1$ and $\mathcal{M}_2$, that both satisfy $(\epsilon, \delta)$-DP tightly, but for some subsampling mechanism $S$, mechanism $\mathcal{M}_1 \circ S$ is $(\epsilon', \delta')$-DP while $\mathcal{M}_2 \circ S$ cannot achieve $(\epsilon', \delta')$-DP?
- The figures in the paper (Figure 4 to Figure 10, Figure 13 to 15, Figure 17 to 20) do not include a baseline comparison with the separate application of tight amplification by subsampling and group privacy as described in lines 58-64. Without this comparison, it is unclear the gap between the bounds in this paper and the standard approach.
- Definition 2.2 of Rényi divergence is misleading; a concave function $f(\bullet) = \frac{1}{\alpha - 1} \log(\bullet)$ needs to be applied to your expression for $R_\alpha(m_x\Vert m_{x'})$ to obtain the Rényi divergence. The paper's expression for $R_\alpha(m_x\Vert m_{x'})$ is typically referred to as the $\alpha$th moment of the privacy loss random variable. Although the moment $R_\alpha$ may be jointly convex (a property heavily used in the paper), the Rényi divergence is not jointly convex due to the mapping $f$ being concave. Additionally, showing that $R_\alpha$ shrinks by a factor of $p$ on subsampling does not mean that the Rényi divergence shrinks by a factor of $p$ due to the concavity of $f$.
- The paper does not provide analytical bounds to help understand the asymptotics of the subsampling amplification results proved. Without the asymptotics, it's hard to verify claims of tightness.
### Minor Concerns:
- The privacy amplification results are not presented in a closed-form solution, making them difficult to operationalize.
- The subsampling bounds for Rényi DP have not been compared with other existing works, such as [1,2].
- The placement of figures does not match the respective appendices where they are discussed, making referencing the figures very challenging.
References:
[1] Steinke, Thomas. "Composition of differential privacy & privacy amplification by subsampling." arXiv preprint arXiv:2210.00597 (2022).
[2] Zhu, Yuqing, and Yu-Xiang Wang. "Poisson subsampled Rényi differential privacy." International Conference on Machine Learning. PMLR, 2019.
Questions
I don't have any specific questions. I encourage authors to explain or address the problems I described in the weakness section. Based on how convincing the answers are, I'm open to adjusting my score.
Limitations
Authors discuss some of the limitations of the paper. Following are some additional limitations that need addressing.
- The ansatz is unwieldy for finding general use.
- Closed-form asymptotics for the presented bounds are missing.
- It's not clear if mechanism-specific subsampling bounds can be strictly better than mechanism-agnostic subsampling bounds for group size=1.