paper-with-me

Papers

SparseFed: Mitigating Model Poisoning Attacks in Federated Learning with Sparsification

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

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's performance on targeted sub-tasks (e.g. classifying planes as birds) by uploading "poisoned" updates. In this report we introduce \algoname{}, a novel defense that uses global top-k update sparsification and device-level gradient clipping to mitigate model poisoning attacks. We propose a theoretical framework for analyzing the robustness of defenses against poisoning attacks, and provide robustness and convergence analysis of our algorithm. To validate its empirical efficacy we conduct an open-source evaluation at scale across multiple benchmark datasets for computer vision and federated learning.

📄 PDF Abstract BibTeX arXiv:2112.06274

Code (1)

sparsefed/sparsefed 공식 구현 pytorch

Tasks

Federated LearningModel Poisoning

Methods 이 논문이 사용한 방법론

Gradient Clipping One difficulty that arises with optimization of deep neural networks is that large parameter gradients can lead an SGD optimizer to update…

Similar Papers 제목 키워드 기반

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

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

Mitigating Sybils in Federated Learning Poisoning

2018-08-14 · Clement Fung, Chris J. M. Yoon, Ivan Beschastnikh

Machine learning (ML) over distributed multi-party data is required for a variety of domains. Existing approaches, such as federated learning, collect the outputs computed by a group of devices at a central aggregator an…

DiversityFederated LearningModel Poisoning

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

2023-12-07 · Hossein Fereidooni, Alessandro Pegoraro, Phillip Rieger, Alexandra Dmitrienko 외

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…

Federated Learningimage-classificationImage ClassificationIntrusion Detection+2

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