paper-with-me

Papers

Performance Weighting for Robust Federated Learning Against Corrupted Sources

2022-05-02 · Dimitris Stripelis, Marcin Abram, Jose Luis Ambite

Federated Learning has emerged as a dominant computational paradigm for distributed machine learning. Its unique data privacy properties allow us to collaboratively train models while offering participating clients certain privacy-preserving guarantees. However, in real-world applications, a federated environment may consist of a mixture of benevolent and malicious clients, with the latter aiming to corrupt and degrade federated model's performance. Different corruption schemes may be applied such as model poisoning and data corruption. Here, we focus on the latter, the susceptibility of federated learning to various data corruption attacks. We show that the standard global aggregation scheme of local weights is inefficient in the presence of corrupted clients. To mitigate this problem, we propose a class of task-oriented performance-based methods computed over a distributed validation dataset with the goal to detect and mitigate corrupted clients. Specifically, we construct a robust weight aggregation scheme based on geometric mean and demonstrate its effectiveness under random label shuffling and targeted label flipping attacks.

📄 PDF Abstract BibTeX arXiv:2205.01184

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningModel PoisoningPrivacy Preserving

Similar Papers 제목 키워드 기반

Auto-weighted Robust Federated Learning with Corrupted Data Sources

2021-01-14 · Shenghui Li, Edith Ngai, Fanghua Ye, Thiemo Voigt

Federated learning provides a communication-efficient and privacy-preserving training process by enabling learning statistical models with massive participants while keeping their data in local clients. However, standard…

Federated LearningPrivacy Preserving

Robust Federated Training via Collaborative Machine Teaching using Trusted Instances

2019-05-08 · Yufei Han, Xiangliang Zhang

Federated learning performs distributed model training using local data hosted by agents. It shares only model parameter updates for iterative aggregation at the server. Although it is privacy-preserving by design, feder…

Data PoisoningFederated LearningPrivacy Preserving

FedStaleWeight: Buffered Asynchronous Federated Learning with Fair Aggregation via Staleness Reweighting

2024-06-05 · Jeffrey Ma, Alan Tu, YiLing Chen, Vijay Janapa Reddi

Federated Learning (FL) endeavors to harness decentralized data while preserving privacy, facing challenges of performance, scalability, and collaboration. Asynchronous Federated Learning (AFL) methods have emerged as pr…

FairnessFederated Learning

Hierarchical Over-the-Air FedGradNorm

2022-12-14 · Cemil Vahapoglu, Matin Mortaheb, Sennur Ulukus

Multi-task learning (MTL) is a learning paradigm to learn multiple related tasks simultaneously with a single shared network where each task has a distinct personalized header network for fine-tuning. MTL can be integrat…

Federated LearningMulti-Task LearningPersonalized Federated Learning

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