paper-with-me

Papers

FedDefender: Backdoor Attack Defense in Federated Learning

2023-07-02 · Waris Gill, Ali Anwar, Muhammad Ali Gulzar

Federated Learning (FL) is a privacy-preserving distributed machine learning technique that enables individual clients (e.g., user participants, edge devices, or organizations) to train a model on their local data in a secure environment and then share the trained model with an aggregator to build a global model collaboratively. In this work, we propose FedDefender, a defense mechanism against targeted poisoning attacks in FL by leveraging differential testing. Our proposed method fingerprints the neuron activations of clients' models on the same input and uses differential testing to identify a potentially malicious client containing a backdoor. We evaluate FedDefender using MNIST and FashionMNIST datasets with 20 and 30 clients, and our results demonstrate that FedDefender effectively mitigates such attacks, reducing the attack success rate (ASR) to 10\% without deteriorating the global model performance.

📄 PDF Abstract BibTeX arXiv:2307.08672

Code (1)

warisgill/FedDefender 공식 구현 pytorch

Tasks

Backdoor AttackData PoisoningFederated LearningImage ClassificationKnowledge DistillationPrivacy Preserving

Similar Papers 제목 키워드 기반

FedDefender: Client-Side Attack-Tolerant Federated Learning

2023-07-18 · Sungwon Park, Sungwon Han, Fangzhao Wu, Sundong Kim 외

Federated learning enables learning from decentralized data sources without compromising privacy, which makes it a crucial technique. However, it is vulnerable to model poisoning attacks, where malicious clients interfer…

Federated LearningKnowledge DistillationModel Poisoning

FedSecurity: Benchmarking Attacks and Defenses in Federated Learning and Federated LLMs

2023-06-08 · Shanshan Han, Baturalp Buyukates, Zijian Hu, Han Jin 외

This paper introduces FedSecurity, an end-to-end benchmark that serves as a supplementary component of the FedML library for simulating adversarial attacks and corresponding defense mechanisms in Federated Learning (FL).…

BenchmarkingFederated Learning

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

Client-Side Patching against Backdoor Attacks in Federated Learning

2024-12-13 · Borja Molina-Coronado

Federated learning is a versatile framework for training models in decentralized environments. However, the trust placed in clients makes federated learning vulnerable to backdoor attacks launched by malicious participan…

Federated Learning

Backdoor Federated Learning by Poisoning Backdoor-Critical Layers

2023-08-08 · Haomin Zhuang, Mingxian Yu, Hao Wang, Yang Hua 외

Federated learning (FL) has been widely deployed to enable machine learning training on sensitive data across distributed devices. However, the decentralized learning paradigm and heterogeneity of FL further extend the a…

Backdoor AttackFederated Learning