paper-with-me

홈 › Papers

Can You Really Backdoor Federated Learning?

2019-11-18 · Ziteng Sun, Peter Kairouz, Ananda Theertha Suresh, H. Brendan McMahan

The decentralized nature of federated learning makes detecting and defending against adversarial attacks a challenging task. This paper focuses on backdoor attacks in the federated learning setting, where the goal of the adversary is to reduce the performance of the model on targeted tasks while maintaining good performance on the main task. Unlike existing works, we allow non-malicious clients to have correctly labeled samples from the targeted tasks. We conduct a comprehensive study of backdoor attacks and defenses for the EMNIST dataset, a real-life, user-partitioned, and non-iid dataset. We observe that in the absence of defenses, the performance of the attack largely depends on the fraction of adversaries present and the "complexity'' of the targeted task. Moreover, we show that norm clipping and "weak'' differential privacy mitigate the attacks without hurting the overall performance. We have implemented the attacks and defenses in TensorFlow Federated (TFF), a TensorFlow framework for federated learning. In open-sourcing our code, our goal is to encourage researchers to contribute new attacks and defenses and evaluate them on standard federated datasets.

📄 PDF Abstract BibTeX arXiv:1911.07963

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Attack of the Tails: Yes, You Really Can Backdoor Federated Learning

2020-07-09 · NeurIPS 2020 12 · Hongyi Wang, Kartik Sreenivasan, Shashank Rajput, Harit Vishwakarma 외

Due to its decentralized nature, Federated Learning (FL) lends itself to adversarial attacks in the form of backdoors during training. The goal of a backdoor is to corrupt the performance of the trained model on specific…

FairnessFederated Learningimage-classificationImage Classification+3

Does Adversarial Robustness Really Imply Backdoor Vulnerability?

2021-09-29 · Yinghua Gao, Dongxian Wu, Jingfeng Zhang, Shu-Tao Xia 외

Recent research has revealed a trade-off between the robustness against adversarial attacks and backdoor attacks. Specifically, with the increasing adversarial robustness obtained through adversarial training, the model …

Adversarial Robustness

On the Vulnerability of Backdoor Defenses for Federated Learning

2023-01-19 · Pei Fang, Jinghui Chen

Federated Learning (FL) is a popular distributed machine learning paradigm that enables jointly training a global model without sharing clients' data. However, its repetitive server-client communication gives room for ba…

Backdoor AttackFederated Learning

SAB:A Stealing and Robust Backdoor Attack based on Steganographic Algorithm against Federated Learning

2024-08-25 · Weida Xu, Yang Xu, Sicong Zhang

Federated learning, an innovative network architecture designed to safeguard user privacy, is gaining widespread adoption in the realm of technology. However, given the existence of backdoor attacks in federated learning…

Backdoor Attackbackdoor defenseFederated Learning

Dim-Krum: Backdoor-Resistant Federated Learning for NLP with Dimension-wise Krum-Based Aggregation

2022-10-13 · Zhiyuan Zhang, Qi Su, Xu sun

Despite the potential of federated learning, it is known to be vulnerable to backdoor attacks. Many robust federated aggregation methods are proposed to reduce the potential backdoor risk. However, they are mainly valida…

Federated Learning