The Algorithmic Foundations of Differential Privacy, Cynthia Dwork and Aaron Roth, 2014 (Now Publishers) - Provides a comprehensive theoretical introduction to differential privacy, covering definitions, privacy parameters, sensitivity, and core mechanisms like Laplace and Gaussian noise.
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 differentially private stochastic gradient descent (DPSGD), detailing techniques such as gradient clipping and Gaussian noise addition for training deep neural networks with privacy guarantees, highly relevant to FL.
Federated Learning with Differential Privacy: A Survey, Kang Wei, Junyi Zhang, Yushun Fan, Yonggang Wen, Han Hu and Qiang Yang, 2022ACM Transactions on Intelligent Systems and Technology (TIST), Vol. 13 (Association for Computing Machinery (ACM))DOI: 10.1145/3501704 - Offers a survey specifically on differential privacy in federated learning, comparing Central DP and Local DP, and discussing various noise addition strategies and their impact on model utility and privacy guarantees.