paper-with-me

Papers

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. This kind of attacks is critical in sensitive applications of federated learning, where data is scarce and the model has high commercial value. We introduce here the first theoretical and experimental analysis of free-rider attacks on federated learning schemes based on iterative parameters aggregation, such as FedAvg or FedProx, and provide formal guarantees for these attacks to converge to the aggregated models of the fair participants. We first show that a straightforward implementation of this attack can be simply achieved by not updating the local parameters during the iterative federated optimization. As this attack can be detected by adopting simple countermeasures at the server level, we subsequently study more complex disguising schemes based on stochastic updates of the free-rider parameters. We demonstrate the proposed strategies on a number of experimental scenarios, in both iid and non-iid settings. We conclude by providing recommendations to avoid free-rider attacks in real world applications of federated learning, especially in sensitive domains where security of data and models is critical.

📄 PDF Abstract BibTeX arXiv:2006.11901

Code (1)

Accenture/Labs-Federated-Learning 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FRIDA: Free-Rider Detection using Privacy Attacks

2024-10-07 · Pol G. Recasens, Ádám Horváth, Alberto Gutierrez-Torre, Jordi Torres 외

Federated learning is increasingly popular as it enables multiple parties with limited datasets and resources to train a high-performing machine learning model collaboratively. However, similarly to other collaborative s…

Federated Learning

Free-riders in Federated Learning: Attacks and Defenses

2019-11-28 · Jierui Lin, Min Du, Jian Liu

Federated learning is a recently proposed paradigm that enables multiple clients to collaboratively train a joint model. It allows clients to train models locally, and leverages the parameter server to generate a global …

Anomaly DetectionFederated Learning

Dynamic Free-Rider Detection in Federated Learning via Simulated Attack Patterns

2026-04-06 · Motoki Nakamura arxiv

Federated learning (FL) enables multiple clients to collaboratively train a global model by aggregating local updates without sharing private data. However, FL often faces the challenge of free-riders, clients who submit…

Federated Learning

Rethinking the Defense Against Free-rider Attack From the Perspective of Model Weight Evolving Frequency

2022-06-11 · Jinyin Chen, Mingjun Li, Tao Liu, Haibin Zheng 외

Federated learning (FL) is a distributed machine learning approach where multiple clients collaboratively train a joint model without exchanging their data. Despite FL's unprecedented success in data privacy-preserving, …

Federated LearningPrivacy Preserving

FACT or Fiction: Can Truthful Mechanisms Eliminate Federated Free Riding?

2024-05-22 · Marco Bornstein, Amrit Singh Bedi, Abdirisak Mohamed, Furong Huang

Standard federated learning (FL) approaches are vulnerable to the free-rider dilemma: participating agents can contribute little to nothing yet receive a well-trained aggregated model. While prior mechanisms attempt to s…

Federated Learning