paper-with-me

Papers

Is the Trigger Essential? A Feature-Based Triggerless Backdoor Attack in Vertical Federated Learning

2026-02-24 · Yige Liu, Yiwei Lou, Che Wang, Yongzhi Cao, Hanpin Wang arxiv

As a distributed collaborative machine learning paradigm, vertical federated learning (VFL) allows multiple passive parties with distinct features and one active party with labels to collaboratively train a model. Although it is known for the privacy-preserving capabilities, VFL still faces significant privacy and security threats from backdoor attacks. Existing backdoor attacks typically involve an attacker implanting a trigger into the model during the training phase and executing the attack by adding the trigger to the samples during the inference phase. However, in this paper, we find that triggers are not essential for backdoor attacks in VFL. In light of this, we disclose a new backdoor attack pathway in VFL by introducing a feature-based triggerless backdoor attack. This attack operates under a more stringent security assumption, where the attacker is honest-but-curious rather than malicious during the training phase. It comprises three modules: label inference for the targeted backdoor attack, poison generation with amplification and perturbation mechanisms, and backdoor execution to implement the attack. Extensive experiments on five benchmark datasets demonstrate that our attack outperforms three baseline backdoor attacks by 2 to 50 times while minimally impacting the main task. Even in VFL scenarios with 32 passive parties and only one set of auxiliary data, our attack maintains high performance. Moreover, when confronted with distinct defense strategies, our attack remains largely unaffected and exhibits strong robustness. We hope that the disclosure of this triggerless backdoor attack pathway will encourage the community to revisit security threats in VFL scenarios and inspire researchers to develop more robust and practical defense strategies.

📄 PDF Abstract BibTeX arXiv:2602.20593

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Don't Trigger Me! A Triggerless Backdoor Attack Against Deep Neural Networks

2020-10-07 · Ahmed Salem, Michael Backes, Yang Zhang

Backdoor attack against deep neural networks is currently being profoundly investigated due to its severe security consequences. Current state-of-the-art backdoor attacks require the adversary to modify the input, usuall…

Backdoor Attack

Triggerless Backdoor Attack for NLP Tasks with Clean Labels

2021-11-15 · NAACL 2022 7 · Leilei Gan, Jiwei Li, Tianwei Zhang, Xiaoya Li 외

Backdoor attacks pose a new threat to NLP models. A standard strategy to construct poisoned data in backdoor attacks is to insert triggers (e.g., rare words) into selected sentences and alter the original label to a targ…

Backdoor AttackSentence

Lethe: Purifying Backdoored Large Language Models with Knowledge Dilution

2025-08-28 · Chen Chen, Yuchen Sun, Jiaxin Gao, Xueluan Gong 외 arxiv

Large language models (LLMs) have seen significant advancements, achieving superior performance in various Natural Language Processing (NLP) tasks. However, they remain vulnerable to backdoor attacks, where models behave…

Narcissus: A Practical Clean-Label Backdoor Attack with Limited Information

2022-04-11 · Yi Zeng, Minzhou Pan, Hoang Anh Just, Lingjuan Lyu 외

Backdoor attacks insert malicious data into a training set so that, during inference time, it misclassifies inputs that have been patched with a backdoor trigger as the malware specified label. For backdoor attacks to by…

Backdoor AttackClean-label Backdoor Attack (0.024%)Clean-label Backdoor Attack (0.05%)

DMGNN: Detecting and Mitigating Backdoor Attacks in Graph Neural Networks

2024-10-18 · Hao Sui, Bing Chen, Jiale Zhang, Chengcheng Zhu 외

Recent studies have revealed that GNNs are highly susceptible to multiple adversarial attacks. Among these, graph backdoor attacks pose one of the most prominent threats, where attackers cause models to misclassify by le…

counterfactualCounterfactual Explanation