paper-with-me

Papers

Towards Attack-tolerant Federated Learning via Critical Parameter Analysis

2023-08-18 · ICCV 2023 1 · Sungwon Han, Sungwon Park, Fangzhao Wu, Sundong Kim, Bin Zhu, Xing Xie, Meeyoung Cha

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 false updates to the central server. Existing defense strategies are ineffective under non-IID data settings. This paper proposes a new defense strategy, FedCPA (Federated learning with Critical Parameter Analysis). Our attack-tolerant aggregation method is based on the observation that benign local models have similar sets of top-k and bottom-k critical parameters, whereas poisoned local models do not. Experiments with different attack scenarios on multiple datasets demonstrate that our model outperforms existing defense strategies in defending against poisoning attacks.

📄 PDF Abstract BibTeX arXiv:2308.09318

Code (1)

sungwon-han/fedcpa 공식 구현 pytorch

Tasks

Federated Learning

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

Fault-Tolerant Federated Reinforcement Learning with Theoretical Guarantee

2021-10-26 · NeurIPS 2021 12 · Flint Xiaofeng Fan, Yining Ma, Zhongxiang Dai, Wei Jing 외

The growing literature of Federated Learning (FL) has recently inspired Federated Reinforcement Learning (FRL) to encourage multiple agents to federatively build a better decision-making policy without sharing raw trajec…

Decision MakingFederated Learningreinforcement-learningReinforcement Learning+1

Federated Learning for Intrusion Detection in IoT Security: A Hybrid Ensemble Approach

2021-06-25 · Sayan Chatterjee, Manjesh K. Hanawal

Critical role of Internet of Things (IoT) in various domains like smart city, healthcare, supply chain and transportation has made them the target of malicious attacks. Past works in this area focused on centralized Intr…

Federated LearningIntrusion Detection

Free-rider Attacks on Model Aggregation in Federated Learning

2020-06-21 · Yann Fraboni, Richard Vidal, Marco Lorenzi

Free-rider attacks against federated learning consist in dissimulating participation to the federated learning process with the goal of obtaining the final aggregated model without actually contributing with any data. Th…

Federated Learning

Decentralized Federated Policy Gradient with Byzantine Fault-Tolerance and Provably Fast Convergence

2024-01-07 · Philip Jordan, Florian Grötschla, Flint Xiaofeng Fan, Roger Wattenhofer

In Federated Reinforcement Learning (FRL), agents aim to collaboratively learn a common task, while each agent is acting in its local environment without exchanging raw trajectories. Existing approaches for FRL either (a…