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 - Describes the differentially private stochastic gradient descent (DP-SGD) algorithm. This is a foundational method for applying DP in deep learning and federated settings.
Practical Secure Aggregation for Federated Learning, Keith Bonawitz, Vladimir Ivanov, Ben Kreuter, Antonio Marcedone, H. Brendan McMahan, Sarit Mukherjee, OmDip Narayen, F. Ryan Phillips, Aaron Segal, Karn Seth, Vernor Vinge, 2017Proceedings of the 2017 ACM SIGSAC Conference on Computer and Communications Security (CCS) (Association for Computing Machinery (ACM))DOI: 10.1145/3133956.3134000 - Describes a practical secure aggregation protocol for federated learning. It addresses client dropouts and efficiency.