paper-with-me

Papers

A3FL: Adversarially Adaptive Backdoor Attacks to Federated Learning

2023-09-21 · NeurIPS 2023 11

Federated Learning (FL) is a distributed machine learning paradigm that allows multiple clients to train a global model collaboratively without sharing their local training data. Due to its distributed nature, many studies have shown that it is vulnerable to backdoor attacks. However, existing studies usually used a predetermined, fixed backdoor trigger or optimized it based solely on the local data and model without considering the global training dynamics. This leads to sub-optimal and less durable attack effectiveness, i.e., their attack success rate is low when the attack budget is limited and decreases quickly if the attacker can no longer perform attacks anymore. To address these limitations, we propose A3FL, a new backdoor attack which adversarially adapts the backdoor trigger to make it less likely to be removed by the global training dynamics. Our key intuition is that the difference between the global model and the local model in FL makes the local-optimized trigger much less effective when transferred to the global model. We solve this by optimizing the trigger to even survive the worst-case scenario where the global model was trained to directly unlearn the trigger. Extensive experiments on benchmark datasets are conducted for twelve existing defenses to comprehensively evaluate the effectiveness of our A3FL. Our code is available at https://github.com/hfzhang31/A3FL.

📄 PDF Abstract BibTeX

Code (1)

hfzhang31/a3fl 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Adversarially Guided Stateful Defense Against Backdoor Attacks in Federated Deep Learning

2024-10-15 · Hassan Ali, Surya Nepal, Salil S. Kanhere, Sanjay Jha

Recent works have shown that Federated Learning (FL) is vulnerable to backdoor attacks. Existing defenses cluster submitted updates from clients and select the best cluster for aggregation. However, they often rely on un…

Federated Learning

Robust Federated Learning with Attack-Adaptive Aggregation

2021-02-10 · Ching Pui Wan, Qifeng Chen

Federated learning is vulnerable to various attacks, such as model poisoning and backdoor attacks, even if some existing defense strategies are used. To address this challenge, we propose an attack-adaptive aggregation s…

Federated LearningModel Poisoning

Universal Backdoor Attacks Detection via Adaptive Adversarial Probe

2022-09-12 · Yuhang Wang, Huafeng Shi, Rui Min, Ruijia Wu 외

Extensive evidence has demonstrated that deep neural networks (DNNs) are vulnerable to backdoor attacks, which motivates the development of backdoor attacks detection. Most detection methods are designed to verify whethe…

Scheduling

BaFFLe: Backdoor detection via Feedback-based Federated Learning

2020-11-04 · Sebastien Andreina, Giorgia Azzurra Marson, Helen Möllering, Ghassan Karame

Recent studies have shown that federated learning (FL) is vulnerable to poisoning attacks that inject a backdoor into the global model. These attacks are effective even when performed by a single client, and undetectable…

Federated LearningModel Poisoning

Enhancing the Effectiveness and Durability of Backdoor Attacks in Federated Learning through Maximizing Task Distinction

2025-09-23 · Zhaoxin Wang, Handing Wang, Cong Tian, Yaochu Jin arxiv

Federated learning allows multiple participants to collaboratively train a central model without sharing their private data. However, this distributed nature also exposes new attack surfaces. In particular, backdoor atta…

Federated Learning