paper-with-me

Papers

Practical and General Backdoor Attacks against Vertical Federated Learning

2023-06-19 · Yuexin Xuan, Xiaojun Chen, Zhendong Zhao, Bisheng Tang, Ye Dong

Federated learning (FL), which aims to facilitate data collaboration across multiple organizations without exposing data privacy, encounters potential security risks. One serious threat is backdoor attacks, where an attacker injects a specific trigger into the training dataset to manipulate the model's prediction. Most existing FL backdoor attacks are based on horizontal federated learning (HFL), where the data owned by different parties have the same features. However, compared to HFL, backdoor attacks on vertical federated learning (VFL), where each party only holds a disjoint subset of features and the labels are only owned by one party, are rarely studied. The main challenge of this attack is to allow an attacker without access to the data labels, to perform an effective attack. To this end, we propose BadVFL, a novel and practical approach to inject backdoor triggers into victim models without label information. BadVFL mainly consists of two key steps. First, to address the challenge of attackers having no knowledge of labels, we introduce a SDD module that can trace data categories based on gradients. Second, we propose a SDP module that can improve the attack's effectiveness by enhancing the decision dependency between the trigger and attack target. Extensive experiments show that BadVFL supports diverse datasets and models, and achieves over 93% attack success rate with only 1% poisoning rate.

📄 PDF Abstract BibTeX arXiv:2306.10746

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningVertical Federated Learning

Similar Papers 제목 키워드 기반

VFLIP: A Backdoor Defense for Vertical Federated Learning via Identification and Purification

2024-08-28 · Yungi Cho, Woorim Han, Miseon Yu, Younghan Lee 외

Vertical Federated Learning (VFL) focuses on handling vertically partitioned data over FL participants. Recent studies have discovered a significant vulnerability in VFL to backdoor attacks which specifically target the …

Anomaly Detectionbackdoor defenseFederated LearningVertical Federated Learning

RVFR: Robust Vertical Federated Learning via Feature Subspace Recovery

2021-09-29 · Jing Liu, Chulin Xie, Krishnaram Kenthapadi, Oluwasanmi O Koyejo 외

Vertical Federated Learning (VFL) is a distributed learning paradigm that allows multiple agents to jointly train a global model when each agent holds a different subset of features for the same sample(s). VFL is known t…

Federated LearningVertical Federated Learning

Backdoor Attack on Vertical Federated Graph Neural Network Learning

2024-10-15 · Jirui Yang, Peng Chen, Zhihui Lu, Ruijun Deng 외

Federated Graph Neural Network (FedGNN) integrate federated learning (FL) with graph neural networks (GNNs) to enable privacy-preserving training on distributed graph data. Vertical Federated Graph Neural Network (VFGNN)…

Backdoor AttackFederated LearningGraph Neural NetworkPrivacy Preserving

On Certifying Robustness against Backdoor Attacks via Randomized Smoothing

2020-02-26 · Binghui Wang, Xiaoyu Cao, Jinyuan Jia, Neil Zhenqiang Gong

Backdoor attack is a severe security threat to deep neural networks (DNNs). We envision that, like adversarial examples, there will be a cat-and-mouse game for backdoor attacks, i.e., new empirical defenses are developed…

Backdoor Attack

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 외 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. Althou…

Federated Learning