A Voting-Based Poisoning Attack to Federated Learning with Quantization

Xinyu Ma,Lingbo Wei,Bingbing Zhang,Yuan Wang,Chi Zhang,Yangyang Li
DOI: https://doi.org/10.1109/hoticn57539.2022.10036222
2022-01-01
Abstract:Federated Learning (FL) enables many clients (e.g., mobile devices) to train a global model collaboratively, while keeping their training data distributed. Despite its effectiveness in preserving the user privacy, FL is known to be vulnerable to poisoning attacks that malicious clients try to damage the global model accuracy by sending malicious gradients during the training process. However, previous poisoning attacks do not consider model compression, which is significant to address the communication bottleneck in FL. In this work, we demonstrate that three existing poisoning attacks are not effective when applying SignSGD, a widely used model compression method. We further propose a new attack called voting attack, which tries to craft gradients that deviate far from the benign gradients in the compressed domain, to compromise FL training with SignSGD. Our empirical results on two real-world datasets show that our new voting attack can substantially reduce the testing accuracy. We show that less than 20% compromised clients are sufficient to degrade the test accuracy of models trained on CIFAR10 or Fashion-MNIST.
What problem does this paper attempt to address?