LGMLJun 21, 2020

Free-rider Attacks on Model Aggregation in Federated Learning

arXiv:2006.11901v5176 citations
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in sensitive federated learning applications where data is scarce and models have high commercial value, offering incremental improvements in attack analysis.

The paper tackles free-rider attacks in federated learning, where malicious participants obtain aggregated models without contributing data, and provides theoretical and experimental analysis showing these attacks can converge to fair models with formal guarantees.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes