The Algorithmic Foundations of Differential Privacy, Cynthia Dwork and Aaron Roth, 2014 (Foundations and Trends in Theoretical Computer Science)DOI: 10.1561/0400000042 - This definitive monograph on differential privacy covers its formal definition, mechanisms, composition theorems, and privacy guarantees, serving as a foundational text for understanding the subject.
Deep Learning with Differential Privacy, Martín Abadi, Andy Chu, Ian Goodfellow, H. Brendan McMahan, Ilya Mironov, Kunal Talwar, and Li Zhang, 2016Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications Security (Association for Computing Machinery (ACM))DOI: 10.1145/2976749.2978318 - Introduces differentially private stochastic gradient descent (DP-SGD), a fundamental technique for training machine learning models with DP, highly relevant for synthetic data generation using deep learning.
Verifying Differential Privacy of Complex Programs, Xi Li, Yuan Sun, Ninghui Li, 202130th USENIX Security Symposium (USENIX Security 21) (USENIX Association)DOI: 10.5555/3506169.3506381 - This paper addresses the practical challenges of verifying differential privacy guarantees in complex software programs, offering insights into algorithm analysis and implementation audit techniques.