paper-with-me

Papers

Protect Federated Learning Against Backdoor Attacks via Data-Free Trigger Generation

2023-08-22 · Yanxin Yang, Ming Hu, Yue Cao, Jun Xia, Yihao Huang, Yang Liu, Mingsong Chen

As a distributed machine learning paradigm, Federated Learning (FL) enables large-scale clients to collaboratively train a model without sharing their raw data. However, due to the lack of data auditing for untrusted clients, FL is vulnerable to poisoning attacks, especially backdoor attacks. By using poisoned data for local training or directly changing the model parameters, attackers can easily inject backdoors into the model, which can trigger the model to make misclassification of targeted patterns in images. To address these issues, we propose a novel data-free trigger-generation-based defense approach based on the two characteristics of backdoor attacks: i) triggers are learned faster than normal knowledge, and ii) trigger patterns have a greater effect on image classification than normal class patterns. Our approach generates the images with newly learned knowledge by identifying the differences between the old and new global models, and filters trigger images by evaluating the effect of these generated images. By using these trigger images, our approach eliminates poisoned models to ensure the updated global model is benign. Comprehensive experiments demonstrate that our approach can defend against almost all the existing types of backdoor attacks and outperform all the seven state-of-the-art defense methods with both IID and non-IID scenarios. Especially, our approach can successfully defend against the backdoor attack even when 80\% of the clients are malicious.

📄 PDF Abstract BibTeX arXiv:2308.11333

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor AttackFederated Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

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

DeTrigger: A Gradient-Centric Approach to Backdoor Attack Mitigation in Federated Learning

2024-11-19 · Kichang Lee, Yujin Shin, Jonghyuk Yun, Songkuk Kim 외

Federated Learning (FL) enables collaborative model training across distributed devices while preserving local data privacy, making it ideal for mobile and embedded systems. However, the decentralized nature of FL also o…

Adversarial AttackBackdoor AttackFederated LearningModel Poisoning

BAFFLE: TOWARDS RESOLVING FEDERATED LEARNING’S DILEMMA - THWARTING BACKDOOR AND INFERENCE ATTACKS

2021-01-01 · Thien Duc Nguyen, Phillip Rieger, Hossein Yalame, Helen Möllering 외

Recently, federated learning (FL) has been subject to both security and privacy attacks posing a dilemmatic challenge on the underlying algorithmic designs: On the one hand, FL is shown to be vulnerable to backdoor attac…

Federated Learningimage-classificationImage Classification

Time-Distributed Backdoor Attacks on Federated Spiking Learning

2024-02-05 · Gorka Abad, Stjepan Picek, Aitor Urbieta

This paper investigates the vulnerability of spiking neural networks (SNNs) and federated learning (FL) to backdoor attacks using neuromorphic data. Despite the efficiency of SNNs and the privacy advantages of FL, partic…

Federated LearningSSIM

MARS: A Malignity-Aware Backdoor Defense in Federated Learning

2025-09-21 · Wei Wan, Yuxuan Ning, Zhicong Huang, Cheng Hong 외 arxiv

Federated Learning (FL) is a distributed paradigm aimed at protecting participant data privacy by exchanging model parameters to achieve high-quality model training. However, this distributed nature also makes FL highly …

Federated Learning