Backdoor Attacks on Federated Learning with Lottery Ticket Hypothesis
Zeyuan Yin, Ye Yuan, Panfeng Guo, Pan Zhou

TL;DR
This paper investigates the vulnerability of Lottery Ticket Hypothesis-based models in federated learning to backdoor attacks, demonstrating their susceptibility and proposing a defense method based on ticket similarity.
Contribution
It is the first to empirically analyze backdoor attacks on Lottery Ticket models in federated learning and offers a novel defense approach using ticket similarity.
Findings
Lottery Ticket models are as vulnerable as dense models to backdoor attacks.
Backdoor attacks can alter the structure of extracted tickets.
A feasible defense based on ticket similarity effectively mitigates backdoor risks.
Abstract
Edge devices in federated learning usually have much more limited computation and communication resources compared to servers in a data center. Recently, advanced model compression methods, like the Lottery Ticket Hypothesis, have already been implemented on federated learning to reduce the model size and communication cost. However, Backdoor Attack can compromise its implementation in the federated learning scenario. The malicious edge device trains the client model with poisoned private data and uploads parameters to the center, embedding a backdoor to the global shared model after unwitting aggregative optimization. During the inference phase, the model with backdoors classifies samples with a certain trigger as one target category, while shows a slight decrease in inference accuracy to clean samples. In this work, we empirically demonstrate that Lottery Ticket models are equally…
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 · Cryptography and Data Security
