paper-with-me

Papers

Act in Collusion: A Persistent Distributed Multi-Target Backdoor in Federated Learning

2024-11-06 · Tao Liu, Wu Yang, Chen Xu, Jiguang Lv, Huanran Wang, Yuhang Zhang, Shuchun Xu, Dapeng Man

Federated learning, a novel paradigm designed to protect data privacy, is vulnerable to backdoor attacks due to its distributed nature. Current research often designs attacks based on a single attacker with a single backdoor, overlooking more realistic and complex threats in federated learning. We propose a more practical threat model for federated learning: the distributed multi-target backdoor. In this model, multiple attackers control different clients, embedding various triggers and targeting different classes, collaboratively implanting backdoors into the global model via central aggregation. Empirical validation shows that existing methods struggle to maintain the effectiveness of multiple backdoors in the global model. Our key insight is that similar backdoor triggers cause parameter conflicts and injecting new backdoors disrupts gradient directions, significantly weakening some backdoors performance. To solve this, we propose a Distributed Multi-Target Backdoor Attack (DMBA), ensuring efficiency and persistence of backdoors from different malicious clients. To avoid parameter conflicts, we design a multi-channel dispersed frequency trigger strategy to maximize trigger differences. To mitigate gradient interference, we introduce backdoor replay in local training to neutralize conflicting gradients. Extensive validation shows that 30 rounds after the attack, Attack Success Rates of three different backdoors from various clients remain above 93%. The code will be made publicly available after the review period.

📄 PDF Abstract BibTeX arXiv:2411.03926

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor AttackFederated Learning

Similar Papers 제목 키워드 기반

Cooperative Decentralized Backdoor Attacks on Vertical Federated Learning

2025-01-16 · Seohyun Lee, Wenzhi Fang, Anindya Bijoy Das, Seyyedali Hosseinalipour 외

Federated learning (FL) is vulnerable to backdoor attacks, where adversaries alter model behavior on target classification labels by embedding triggers into data samples. While these attacks have received considerable at…

Backdoor AttackFederated LearningMetric LearningVertical Federated Learning

DBA: Distributed Backdoor Attacks against Federated Learning

2020-05-01 · ICLR 2020 1 · Chulin Xie, Keli Huang, Pin-Yu Chen, Bo Li

Backdoor attacks aim to manipulate a subset of training data by injecting adversarial triggers such that machine learning models trained on the tampered dataset will make arbitrarily (targeted) incorrect prediction on th…

Backdoor AttackFeature ImportanceFederated Learning

Subversion via Focal Points: Investigating Collusion in LLM Monitoring

2025-07-02 · Olli Järviniemi arxiv

We evaluate language models' ability to subvert monitoring protocols via collusion. More specifically, we have two instances of a model design prompts for a policy (P) and a monitor (M) in a programming task setting. The…

On the Vulnerability of Backdoor Defenses for Federated Learning

2023-01-19 · Pei Fang, Jinghui Chen

Federated Learning (FL) is a popular distributed machine learning paradigm that enables jointly training a global model without sharing clients' data. However, its repetitive server-client communication gives room for ba…

Backdoor AttackFederated Learning

Towards Effective, Stealthy, and Persistent Backdoor Attacks Targeting Graph Foundation Models

2025-11-22 · Jiayi Luo, Qingyun Sun, Lingjuan Lyu, Ziwei Zhang 외 arxiv

Graph Foundation Models (GFMs) are pre-trained on diverse source domains and adapted to unseen targets, enabling broad generalization for graph machine learning. Despite that GFMs have attracted considerable attention re…