CRDCLGNov 26, 2019

Local Model Poisoning Attacks to Byzantine-Robust Federated Learning

arXiv:1911.11815v41558 citations
Originality Highly original
AI Analysis

This work exposes critical security flaws in federated learning systems, posing a problem for practitioners relying on robust distributed machine learning, and is incremental as it builds on existing defenses but highlights new attack vectors.

The authors tackled the vulnerability of Byzantine-robust federated learning methods by developing local model poisoning attacks that manipulate compromised client devices to increase global model error rates, achieving substantial error rate increases on four real-world datasets.

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.

Foundations

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

Your Notes