paper-with-me

홈 › Papers

Data Poisoning Attacks Against Federated Learning Systems

2020-07-16 · Vale Tolpegin, Stacey Truex, Mehmet Emre Gursoy, Ling Liu

Federated learning (FL) is an emerging paradigm for distributed training of large-scale deep neural networks in which participants' data remains on their own devices with only model updates being shared with a central server. However, the distributed nature of FL gives rise to new threats caused by potentially malicious participants. In this paper, we study targeted data poisoning attacks against FL systems in which a malicious subset of the participants aim to poison the global model by sending model updates derived from mislabeled data. We first demonstrate that such data poisoning attacks can cause substantial drops in classification accuracy and recall, even with a small percentage of malicious participants. We additionally show that the attacks can be targeted, i.e., they have a large negative impact only on classes that are under attack. We also study attack longevity in early/late round training, the impact of malicious participant availability, and the relationships between the two. Finally, we propose a defense strategy that can help identify malicious participants in FL to circumvent poisoning attacks, and demonstrate its effectiveness.

📄 PDF Abstract BibTeX arXiv:2007.08432

Code (2)

git-disl/DataPoisoning_FL 공식 구현 pytorch
mattbev/6.867-final-project pytorch

Tasks

Data PoisoningFederated Learning

Similar Papers 제목 키워드 기반

Local Model Poisoning Attacks to Byzantine-Robust Federated Learning

2019-11-26 · Minghong Fang, Xiaoyu Cao, Jinyuan Jia, Neil Zhenqiang Gong

In federated learning, multiple client devices jointly learn a machine learning model: each client device maintains a local model for its local training dataset, while a master device maintains a global model via aggrega…

BIG-bench Machine LearningData PoisoningFederated LearningModel Poisoning

Try to Avoid Attacks: A Federated Data Sanitization Defense for Healthcare IoMT Systems

2022-11-03 · Chong Chen, Ying Gao, Leyu Shi, Siquan Huang

Healthcare IoMT systems are becoming intelligent, miniaturized, and more integrated into daily life. As for the distributed devices in the IoMT, federated learning has become a topical area with cloud-based training proc…

ClusteringData PoisoningFederated Learning

FIDELIS: Blockchain-Enabled Protection Against Poisoning Attacks in Federated Learning

2025-08-11 · Jane Carney, Kushal Upreti, Gaby G. Dagher, Tim Andersen arxiv

Federated learning enhances traditional deep learning by enabling the joint training of a model with the use of IoT device's private data. It ensures privacy for clients, but is susceptible to data poisoning attacks duri…

Federated Learning

FLCert: Provably Secure Federated Learning against Poisoning Attacks

2022-10-02 · Xiaoyu Cao, Zaixi Zhang, Jinyuan Jia, Neil Zhenqiang Gong

Due to its distributed nature, federated learning is vulnerable to poisoning attacks, in which malicious clients poison the training process via manipulating their local training data and/or local model updates sent to t…

Federated Learning

Celtibero: Robust Layered Aggregation for Federated Learning

2024-08-26 · Borja Molina-Coronado

Federated Learning (FL) is an innovative approach to distributed machine learning. While FL offers significant privacy advantages, it also faces security challenges, particularly from poisoning attacks where adversaries …

Federated Learning