LGCRMay 3, 2023

A Data-Driven Defense against Edge-case Model Poisoning Attacks on Federated Learning

arXiv:2305.02022v21 citations
Originality Incremental advance
AI Analysis

This addresses a critical security vulnerability in Federated Learning systems, offering a practical defense against stealthy attacks, though it is incremental as it builds on existing defense frameworks.

The paper tackles the problem of edge-case model poisoning attacks in Federated Learning, which are hard to detect with existing defenses, and proposes DataDefense, a method that reduces attack success rates by at least ~40% and up to over 80% in some setups using as few as five defense examples.

Federated Learning systems are increasingly subjected to a multitude of model poisoning attacks from clients. Among these, edge-case attacks that target a small fraction of the input space are nearly impossible to detect using existing defenses, leading to a high attack success rate. We propose an effective defense using an external defense dataset, which provides information about the attack target. The defense dataset contains a mix of poisoned and clean examples, with only a few known to be clean. The proposed method, DataDefense, uses this dataset to learn a poisoned data detector model which marks each example in the defense dataset as poisoned or clean. It also learns a client importance model that estimates the probability of a client update being malicious. The global model is then updated as a weighted average of the client models' updates. The poisoned data detector and the client importance model parameters are updated using an alternating minimization strategy over the Federated Learning rounds. Extensive experiments on standard attack scenarios demonstrate that DataDefense can defend against model poisoning attacks where other state-of-the-art defenses fail. In particular, DataDefense is able to reduce the attack success rate by at least ~ 40% on standard attack setups and by more than 80% on some setups. Furthermore, DataDefense requires very few defense examples (as few as five) to achieve a near-optimal reduction in attack success rate.

Foundations

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

Your Notes