paper-with-me

Papers

FreqFed: A Frequency Analysis-Based Approach for Mitigating Poisoning Attacks in Federated Learning

2023-12-07 · Hossein Fereidooni, Alessandro Pegoraro, Phillip Rieger, Alexandra Dmitrienko, Ahmad-Reza Sadeghi

Federated learning (FL) is a collaborative learning paradigm allowing multiple clients to jointly train a model without sharing their training data. However, FL is susceptible to poisoning attacks, in which the adversary injects manipulated model updates into the federated model aggregation process to corrupt or destroy predictions (untargeted poisoning) or implant hidden functionalities (targeted poisoning or backdoors). Existing defenses against poisoning attacks in FL have several limitations, such as relying on specific assumptions about attack types and strategies or data distributions or not sufficiently robust against advanced injection techniques and strategies and simultaneously maintaining the utility of the aggregated model. To address the deficiencies of existing defenses, we take a generic and completely different approach to detect poisoning (targeted and untargeted) attacks. We present FreqFed, a novel aggregation mechanism that transforms the model updates (i.e., weights) into the frequency domain, where we can identify the core frequency components that inherit sufficient information about weights. This allows us to effectively filter out malicious updates during local training on the clients, regardless of attack types, strategies, and clients' data distributions. We extensively evaluate the efficiency and effectiveness of FreqFed in different application domains, including image classification, word prediction, IoT intrusion detection, and speech recognition. We demonstrate that FreqFed can mitigate poisoning attacks effectively with a negligible impact on the utility of the aggregated model.

📄 PDF Abstract BibTeX arXiv:2312.04432

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learningimage-classificationImage ClassificationIntrusion Detectionspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

SparseFed: Mitigating Model Poisoning Attacks in Federated Learning with Sparsification

2021-12-12 · Ashwinee Panda, Saeed Mahloujifar, Arjun N. Bhagoji, Supriyo Chakraborty 외

Federated learning is inherently vulnerable to model poisoning attacks because its decentralized nature allows attackers to participate with compromised devices. In model poisoning attacks, the attacker reduces the model…

Federated LearningModel Poisoning

Mitigating Data Poisoning in Text Classification with Differential Privacy

2021-11-01 · Findings (EMNLP) 2021 11 · Chang Xu, Jun Wang, Francisco Guzmán, Benjamin Rubinstein 외

NLP models are vulnerable to data poisoning attacks. One type of attack can plant a backdoor in a model by injecting poisoned examples in training, causing the victim model to misclassify test instances which include a s…

ClassificationData Poisoningtext-classificationText Classification

Mitigating Malicious Attacks in Federated Learning via Confidence-aware Defense

2024-08-05 · Qilei Li, Ahmed M. Abdelmoniem

Federated Learning (FL) is a distributed machine learning diagram that enables multiple clients to collaboratively train a global model without sharing their private local data. However, FL systems are vulnerable to atta…

Data PoisoningFederated LearningModel Poisoning

Label Sanitization against Label Flipping Poisoning Attacks

2018-03-02 · Andrea Paudice, Luis Muñoz-González, Emil C. Lupu

Many machine learning systems rely on data collected in the wild from untrusted sources, exposing the learning algorithms to data poisoning. Attackers can inject malicious data in the training dataset to subvert the lear…

Data Poisoning

Resilience in Online Federated Learning: Mitigating Model-Poisoning Attacks via Partial Sharing

2024-03-19 · Ehsan Lari, Reza Arablouei, Vinay Chakravarthi Gogineni, Stefan Werner

Federated learning (FL) allows training machine learning models on distributed data without compromising privacy. However, FL is vulnerable to model-poisoning attacks where malicious clients tamper with their local model…

Federated LearningModel Poisoning