ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
2.3k
Citations
119
Influential Citations
IEEE Transactions on Information Forensics and Security
Venue
2020
Year
Federated learning (FL), as a type of distributed machine learning, is capable of significantly preserving clients’ private data from being exposed to adversaries. Nevertheless, private information can still be divulged by analyzing uploaded parameters from clients, e.g., weights trained in deep neural networks. In this paper, to effectively prevent information leakage, we propose a novel framework based on the concept of differential privacy (DP), in which artificial noise is added to parameters at the clients’ side before aggregating, namely, noising before model aggregation FL (NbAFL). First, we prove that the NbAFL can satisfy DP under distinct protection levels by properly adapting different variances of artificial noise. Then we develop a theoretical convergence bound on the loss function of the trained FL model in the NbAFL. Specifically, the theoretical bound reveals the following three key properties: 1) there is a tradeoff between convergence performance and privacy protection levels, i.e., better convergence performance leads to a lower protection level; 2) given a fixed privacy protection level, increasing the number <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"> <tex-math notation="LaTeX">$N$ </tex-math></inline-formula> of overall clients participating in FL can improve the convergence performance; and 3) there is an optimal number aggregation times (communication rounds) in terms of convergence performance for a given protection level. Furthermore, we propose a <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"> <tex-math notation="LaTeX">$K$ </tex-math></inline-formula> -client random scheduling strategy, where <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"> <tex-math notation="LaTeX">$K$ </tex-math></inline-formula> ( <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"> <tex-math notation="LaTeX">$1\leq K< N$ </tex-math></inline-formula> ) clients are randomly selected from the <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"> <tex-math notation="LaTeX">$N$ </tex-math></inline-formula> overall clients to participate in each aggregation. We also develop a corresponding convergence bound for the loss function in this case and the <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"> <tex-math notation="LaTeX">$K$ </tex-math></inline-formula> -client random scheduling strategy also retains the above three properties. Moreover, we find that there is an optimal <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"> <tex-math notation="LaTeX">$K$ </tex-math></inline-formula> that achieves the best convergence performance at a fixed privacy level. Evaluations demonstrate that our theoretical results are consistent with simulations, thereby facilitating the design of various privacy-preserving FL algorithms with different tradeoff requirements on convergence performance and privacy levels.
Federated learning (FL) promises privacy by keeping raw data on clients, but model updates can leak sensitive information. This paper addresses a critical gap by rigorously integrating differential privacy (DP) into FL with a clear theoretical foundation. The NbAFL framework is significant because it formalizes the tradeoff between privacy protection and model convergence, a central challenge in deploying FL in sensitive domains like healthcare and finance. By proving convergence bounds and identifying optimal design parameters (e.g., number of clients, communication rounds, and scheduling size), the paper provides actionable guidelines for practitioners.
The paper does not report empirical accuracy numbers on standard benchmarks but validates theoretical trends via simulations on synthetic data and logistic regression. Key findings: convergence loss increases as privacy level ε decreases (e.g., from ε=8 to ε=1), and increasing N from 10 to 100 reduces loss by ~50% at fixed privacy. The optimal number of rounds T is shown to be around 100-200 for typical settings. For K-client scheduling, the optimal K is roughly 10-20% of N, balancing noise and sampling error.
This work is foundational for privacy-preserving FL, influencing subsequent research on DP in distributed learning. It provides a rigorous framework that enables practitioners to systematically trade off privacy and utility. The insights on optimal communication rounds and client scheduling are directly applicable to real-world systems. The paper has garnered over 2200 citations, reflecting its impact on both theory and practice in secure machine learning.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba