English

Local Model Poisoning Attacks to Byzantine-Robust Federated Learning

Cryptography and Security 2021-11-23 v4 Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

In federated learning, multiple client devices jointly learn a machine learning model: each client device maintains a local model for its local training dataset, while a master device maintains a global model via aggregating the local models from the client devices. The machine learning community recently proposed several federated learning methods that were claimed to be robust against Byzantine failures (e.g., system failures, adversarial manipulations) of certain client devices. In this work, we perform the first systematic study on local model poisoning attacks to federated learning. We assume an attacker has compromised some client devices, and the attacker manipulates the local model parameters on the compromised client devices during the learning process such that the global model has a large testing error rate. We formulate our attacks as optimization problems and apply our attacks to four recent Byzantine-robust federated learning methods. Our empirical results on four real-world datasets show that our attacks can substantially increase the error rates of the models learnt by the federated learning methods that were claimed to be robust against Byzantine failures of some client devices. We generalize two defenses for data poisoning attacks to defend against our local model poisoning attacks. Our evaluation results show that one defense can effectively defend against our attacks in some cases, but the defenses are not effective enough in other cases, highlighting the need for new defenses against our local model poisoning attacks to federated learning.

Keywords

Cite

@article{arxiv.1911.11815,
  title  = {Local Model Poisoning Attacks to Byzantine-Robust Federated Learning},
  author = {Minghong Fang and Xiaoyu Cao and Jinyuan Jia and Neil Zhenqiang Gong},
  journal= {arXiv preprint arXiv:1911.11815},
  year   = {2021}
}

Comments

Appeared in Usenix Security Symposium 2020. Fixed an error in Theorem 1. For demo code, see https://people.duke.edu/~zg70/code/fltrust.zip . For slides, see https://people.duke.edu/~zg70/code/Secure_Federated_Learning.pdf . For the talk, see https://www.youtube.com/watch?v=LP4uqW18yA0

R2 v1 2026-06-23T12:28:14.813Z