Privacy Amplification for Matrix Mechanisms
Christopher A. Choquette-Choo, Arun Ganesh, Thomas Steinke, Abhradeep Thakurta
TL;DR
The paper addresses tightening differential privacy guarantees for matrix mechanisms used in DP-FTRL by introducing MMCC, a generic framework that combines privacy loss distribution accounting with conditional composition to handle correlated noise. It proves near-tight amplified guarantees as $\varepsilon \to 0$ and shows how conditioning on prior outputs enables independent-noise-like analysis for correlated queries. The authors extend the approach to shuffling and demonstrate substantial empirical privacy-utility improvements on DP-FTRL and related continual-counting tasks, including CIFAR-10 experiments. The work provides a practical algorithm and tooling for computing amplified DP guarantees and reveals that correlated-noise amplification can surpass traditional independent-noise baselines in real-world tasks, offering a path to tighter budgets in complex matrix-mechanism-based DP.
Abstract
Privacy amplification exploits randomness in data selection to provide tighter differential privacy (DP) guarantees. This analysis is key to DP-SGD's success in machine learning, but, is not readily applicable to the newer state-of-the-art algorithms. This is because these algorithms, known as DP-FTRL, use the matrix mechanism to add correlated noise instead of independent noise as in DP-SGD. In this paper, we propose "MMCC", the first algorithm to analyze privacy amplification via sampling for any generic matrix mechanism. MMCC is nearly tight in that it approaches a lower bound as $ε\to0$. To analyze correlated outputs in MMCC, we prove that they can be analyzed as if they were independent, by conditioning them on prior outputs. Our "conditional composition theorem" has broad utility: we use it to show that the noise added to binary-tree-DP-FTRL can asymptotically match the noise added to DP-SGD with amplification. Our amplification algorithm also has practical empirical utility: we show it leads to significant improvement in the privacy-utility trade-offs for DP-FTRL algorithms on standard benchmarks.
