LGCRDCApr 29, 2022

Bridging Differential Privacy and Byzantine-Robustness via Model Aggregation

arXiv:2205.00107v239 citationsh-index: 3
Originality Incremental advance
AI Analysis

It addresses privacy and security in federated learning, which is critical for distributed systems, but appears incremental as it builds on existing aggregation techniques.

This paper tackles the joint challenge of ensuring differential privacy and Byzantine-robustness in federated learning with non-i.i.d. data by proposing a method that decouples these issues via robust stochastic model aggregation, achieving convergence for nonconvex functions and demonstrating effectiveness in numerical experiments.

This paper aims at jointly addressing two seemly conflicting issues in federated learning: differential privacy (DP) and Byzantine-robustness, which are particularly challenging when the distributed data are non-i.i.d. (independent and identically distributed). The standard DP mechanisms add noise to the transmitted messages, and entangles with robust stochastic gradient aggregation to defend against Byzantine attacks. In this paper, we decouple the two issues via robust stochastic model aggregation, in the sense that our proposed DP mechanisms and the defense against Byzantine attacks have separated influence on the learning performance. Leveraging robust stochastic model aggregation, at each iteration, each worker calculates the difference between the local model and the global one, followed by sending the element-wise signs to the master node, which enables robustness to Byzantine attacks. Further, we design two DP mechanisms to perturb the uploaded signs for the purpose of privacy preservation, and prove that they are $(ε,0)$-DP by exploiting the properties of noise distributions. With the tools of Moreau envelop and proximal point projection, we establish the convergence of the proposed algorithm when the cost function is nonconvex. We analyze the trade-off between privacy preservation and learning performance, and show that the influence of our proposed DP mechanisms is decoupled with that of robust stochastic model aggregation. Numerical experiments demonstrate the effectiveness of the proposed algorithm.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes