paper-with-me

홈 › Papers

FLDetector: Defending Federated Learning Against Model Poisoning Attacks via Detecting Malicious Clients

2022-07-19 · Zaixi Zhang, Xiaoyu Cao, Jinyuan Jia, Neil Zhenqiang Gong

Federated learning (FL) is vulnerable to model poisoning attacks, in which malicious clients corrupt the global model via sending manipulated model updates to the server. Existing defenses mainly rely on Byzantine-robust FL methods, which aim to learn an accurate global model even if some clients are malicious. However, they can only resist a small number of malicious clients in practice. It is still an open challenge how to defend against model poisoning attacks with a large number of malicious clients. Our FLDetector addresses this challenge via detecting malicious clients. FLDetector aims to detect and remove the majority of the malicious clients such that a Byzantine-robust FL method can learn an accurate global model using the remaining clients. Our key observation is that, in model poisoning attacks, the model updates from a client in multiple iterations are inconsistent. Therefore, FLDetector detects malicious clients via checking their model-updates consistency. Roughly speaking, the server predicts a client's model update in each iteration based on its historical model updates using the Cauchy mean value theorem and L-BFGS, and flags a client as malicious if the received model update from the client and the predicted model update are inconsistent in multiple iterations. Our extensive experiments on three benchmark datasets show that FLDetector can accurately detect malicious clients in multiple state-of-the-art model poisoning attacks. After removing the detected malicious clients, existing Byzantine-robust FL methods can learn accurate global models.Our code is available at https://github.com/zaixizhang/FLDetector.

📄 PDF Abstract BibTeX arXiv:2207.09209

Code (1)

zaixizhang/fldetector 공식 구현 mxnet

Tasks

Federated LearningModel Poisoning

Similar Papers 제목 키워드 기반

Robust Federated Learning with Attack-Adaptive Aggregation

2021-02-10 · Ching Pui Wan, Qifeng Chen

Federated learning is vulnerable to various attacks, such as model poisoning and backdoor attacks, even if some existing defense strategies are used. To address this challenge, we propose an attack-adaptive aggregation s…

Federated LearningModel Poisoning

Sparsification Under Siege: Defending Against Poisoning Attacks in Communication-Efficient Federated Learning

2025-04-30 · Zhiyong Jin, Runhua Xu, Chao Li, Yizhong Liu 외

Federated Learning (FL) enables collaborative model training across distributed clients while preserving data privacy, yet it faces significant challenges in communication efficiency and vulnerability to poisoning attack…

Federated Learning

Defending Against Sophisticated Poisoning Attacks with RL-based Aggregation in Federated Learning

2024-06-20 · Yujing Wang, Hainan Zhang, Sijia Wen, Wangjie Qiu 외

Federated learning is highly susceptible to model poisoning attacks, especially those meticulously crafted for servers. Traditional defense methods mainly focus on updating assessments or robust aggregation against manua…

Federated LearningModel Poisoning

Towards Attack-tolerant Federated Learning via Critical Parameter Analysis

2023-08-18 · ICCV 2023 1 · Sungwon Han, Sungwon Park, Fangzhao Wu, Sundong Kim 외

Federated learning is used to train a shared model in a decentralized way without clients sharing private data with each other. Federated learning systems are susceptible to poisoning attacks when malicious clients send …

Federated Learning

Defending against Poisoning Backdoor Attacks on Federated Meta-learning

2022-09-23 · ACM Transactions on Intelligent Systems and Technology 2022 2022 9 · Chien-Lun Chen, Sara Babakniya, Marco Paolieri, Leana Golubchik

Federated learning allows multiple users to collaboratively train a shared classification model while preserving data privacy. This approach, where model updates are aggregated by a central server, was shown to be vulner…

Federated LearningMeta-Learning