A Learning-Based Attack Framework to Break SOTA Poisoning Defenses in Federated Learning
Yuxin Yang, Qiang Li, Chenfei Nie, Yuan Hong, Meng Pang, Binghui Wang
TL;DR
The paper addresses poisoning threats in Federated Learning and shows that state-of-the-art robust aggregators (agr) that rely on clipping or filtering can still be bypassed. It introduces an optimization-based attack framework that crafts malicious gradients through a scalable gamma-parameterized transformation to evade AGR mechanisms, yielding targeted backdoors and degraded main-task performance. The authors instantiate tailored attacks for FLAME, MDAM, FLDetector, CC, and CC-B, provide binary-search and analytic solutions for gamma, and validate the attacks across IID and non-IID datasets, reporting significant BA/MA gains over baselines. The work highlights a pressing need for novel, possibly provable defenses in FL poisoning, and releases code to enable replication and further research.
Abstract
Federated Learning (FL) is a novel client-server distributed learning framework that can protect data privacy. However, recent works show that FL is vulnerable to poisoning attacks. Many defenses with robust aggregators (AGRs) are proposed to mitigate the issue, but they are all broken by advanced attacks. Very recently, some renewed robust AGRs are designed, typically with novel clipping or/and filtering strate-gies, and they show promising defense performance against the advanced poisoning attacks. In this paper, we show that these novel robust AGRs are also vulnerable to carefully designed poisoning attacks. Specifically, we observe that breaking these robust AGRs reduces to bypassing the clipping or/and filtering of malicious clients, and propose an optimization-based attack framework to leverage this observation. Under the framework, we then design the customized attack against each robust AGR. Extensive experiments on multiple datasets and threat models verify our proposed optimization-based attack can break the SOTA AGRs. We hence call for novel defenses against poisoning attacks to FL. Code is available at: https://github.com/Yuxin104/ BreakSTOAPoisoningDefenses.
