Composition Theorems and Privacy Budget Management
Was this section helpful?
The Algorithmic Foundations of Differential Privacy, Cynthia Dwork and Aaron Roth, 2014Foundations and Trends® in Theoretical Computer Science, Vol. 9 (Now Publishers)DOI: 10.1561/0400000042 - A fundamental textbook establishing the principles of differential privacy, including basic and advanced composition theorems.
Deep Learning with Differential Privacy, Martín Abadi, Andy Chu, Ian Goodfellow, H. Brendan McMahan, Ilya Mironov, Kunal Talwar, Li Zhang, 2016Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications Security (Association for Computing Machinery)DOI: 10.1145/2976749.2978318 - Introduces the moments accountant for tighter privacy composition bounds in deep learning, a method relevant for multi-round federated learning.
Renyi Differential Privacy, Ilya Mironov, Kunal Talwar, Li Zhang, 2017Proceedings of the 36th ACM SIGMOD-SIGACT-SIGART Symposium on Principles of Database Systems (ACM)DOI: 10.1145/3035918.3035925 - Proposes Rényi Differential Privacy (RDP) as an alternative privacy measure that simplifies privacy accounting under composition.
Google's Differential Privacy Library, Google, 2024 - An open-source library that provides practical tools for differentially private computations, including advanced privacy accounting, as referenced in the section.