DP-BREM: Differentially-Private and Byzantine-Robust Federated Learning with Client Momentum
Xiaolan Gu, Ming Li, Li Xiong

TL;DR
This paper introduces DP-BREM and DP-BREM+ protocols that combine differential privacy and Byzantine robustness in federated learning by leveraging client momentum and secure aggregation, improving privacy-utility tradeoff and robustness.
Contribution
It proposes the first federated learning protocols that simultaneously ensure differential privacy and Byzantine robustness using client momentum and secure aggregation techniques.
Findings
DP-BREM achieves better privacy-utility tradeoff.
DP-BREM+ maintains privacy and robustness without a trusted server.
Protocols outperform baselines under various attack and privacy settings.
Abstract
Federated Learning (FL) allows multiple participating clients to train machine learning models collaboratively while keeping their datasets local and only exchanging the gradient or model updates with a coordinating server. Existing FL protocols are vulnerable to attacks that aim to compromise data privacy and/or model robustness. Recently proposed defenses focused on ensuring either privacy or robustness, but not both. In this paper, we focus on simultaneously achieving differential privacy (DP) and Byzantine robustness for cross-silo FL, based on the idea of learning from history. The robustness is achieved via client momentum, which averages the updates of each client over time, thus reducing the variance of the honest clients and exposing the small malicious perturbations of Byzantine clients that are undetectable in a single round but accumulate over time. In our initial solution…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Adversarial Robustness in Machine Learning
