paper-with-me

Papers

Dynamic backdoor attacks against federated learning

2020-11-15 · Anbu Huang

Federated Learning (FL) is a new machine learning framework, which enables millions of participants to collaboratively train machine learning model without compromising data privacy and security. Due to the independence and confidentiality of each client, FL does not guarantee that all clients are honest by design, which makes it vulnerable to adversarial attack naturally. In this paper, we focus on dynamic backdoor attacks under FL setting, where the goal of the adversary is to reduce the performance of the model on targeted tasks while maintaining a good performance on the main task, current existing studies are mainly focused on static backdoor attacks, that is the poison pattern injected is unchanged, however, FL is an online learning framework, and adversarial targets can be changed dynamically by attacker, traditional algorithms require learning a new targeted task from scratch, which could be computationally expensive and require a large number of adversarial training examples, to avoid this, we bridge meta-learning and backdoor attacks under FL setting, in which case we can learn a versatile model from previous experiences, and fast adapting to new adversarial tasks with a few of examples. We evaluate our algorithm on different datasets, and demonstrate that our algorithm can achieve good results with respect to dynamic backdoor attacks. To the best of our knowledge, this is the first paper that focus on dynamic backdoor attacks research under FL setting.

📄 PDF Abstract BibTeX arXiv:2011.07429

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackBIG-bench Machine LearningFederated LearningMeta-Learning

Similar Papers 제목 키워드 기반

FedGame: A Game-Theoretic Defense against Backdoor Attacks in Federated Learning

2023-09-21 · NeurIPS 2023 11

Federated learning (FL) provides a distributed training paradigm where multiple clients can jointly train a global model without sharing their local data. However, recent studies have shown that FL offers an additional s…

CRFL: Certifiably Robust Federated Learning against Backdoor Attacks

2021-06-15 · Chulin Xie, Minghao Chen, Pin-Yu Chen, Bo Li

Federated Learning (FL) as a distributed learning paradigm that aggregates information from diverse clients to train a shared global model, has demonstrated great success. However, malicious clients can perform poisoning…

Federated Learning

Bad-PFL: Exploring Backdoor Attacks against Personalized Federated Learning

2025-01-22 · Mingyuan Fan, Zhanyi Hu, Fuyi Wang, Cen Chen

Data heterogeneity and backdoor attacks rank among the most significant challenges facing federated learning (FL). For data heterogeneity, personalized federated learning (PFL) enables each client to maintain a private p…

Federated LearningPersonalized Federated Learning

Revisiting Personalized Federated Learning: Robustness Against Backdoor Attacks

2023-02-03 · Zeyu Qin, Liuyi Yao, Daoyuan Chen, Yaliang Li 외

In this work, besides improving prediction accuracy, we study whether personalization could bring robustness benefits to backdoor attacks. We conduct the first study of backdoor attacks in the pFL framework, testing 4 wi…

Backdoor AttackFederated LearningPersonalized Federated Learning

GANcrop: A Contrastive Defense Against Backdoor Attacks in Federated Learning

2024-05-31 · Xiaoyun Gan, Shanyu Gan, Taizhi Su, Peng Liu

With heightened awareness of data privacy protection, Federated Learning (FL) has attracted widespread attention as a privacy-preserving distributed machine learning method. However, the distributed nature of federated l…

Contrastive LearningFederated LearningPrivacy Preserving