Near Exact Privacy Amplification for Matrix Mechanisms
Christopher A. Choquette-Choo, Arun Ganesh, Saminul Haque, Thomas Steinke, Abhradeep Thakurta
TL;DR
This work addresses the challenge of obtaining tight privacy guarantees for differential privacy in training when combining privacy amplification via random batching with correlated noise governed by a matrix $\mathbf{C}$. It introduces near-exact privacy accounting using Monte Carlo methods and a balls-in-bins batching scheme to enable practical amplification for general, non-negative, lower-triangular $\mathbf{C}$, circumventing composition. By formulating an optimization framework over $\mathbf{C}$ (often restricting to Toeplitz forms) and calibrating the noise scale via MC accounting, the approach achieves significant RMSE improvements on prefix-sum tests and practical gains on CIFAR-10, compared to state-of-the-art banded/Poisson-based methods. The results demonstrate that near-exact, amplification-aware optimization of correlated noise can yield tangible utility benefits in DP machine learning while remaining scalable and implementable in modern training pipelines.
Abstract
We study the problem of computing the privacy parameters for DP machine learning when using privacy amplification via random batching and noise correlated across rounds via a correlation matrix $\textbf{C}$ (i.e., the matrix mechanism). Past work on this problem either only applied to banded $\textbf{C}$, or gave loose privacy parameters. In this work, we give a framework for computing near-exact privacy parameters for any lower-triangular, non-negative $\textbf{C}$. Our framework allows us to optimize the correlation matrix $\textbf{C}$ while accounting for amplification, whereas past work could not. Empirically, we show this lets us achieve smaller RMSE on prefix sums than the previous state-of-the-art (SOTA). We also show that we can improve on the SOTA performance on deep learning tasks. Our two main technical tools are (i) using Monte Carlo accounting to bypass composition, which was the main technical challenge for past work, and (ii) a "balls-in-bins" batching scheme that enables easy privacy analysis and is closer to practical random batching than Poisson sampling.
