paper-with-me

Papers

SecureSplit: Mitigating Backdoor Attacks in Split Learning

2026-01-20 · Zhihao Dou, Dongfei Cui, Weida Wang, Anjun Gao, Yueyang Quan, Mengyao Ma, Viet Vo, Guangdong Bai, Zhuqing Liu, Minghong Fang arxiv

Split Learning (SL) offers a framework for collaborative model training that respects data privacy by allowing participants to share the same dataset while maintaining distinct feature sets. However, SL is susceptible to backdoor attacks, in which malicious clients subtly alter their embeddings to insert hidden triggers that compromise the final trained model. To address this vulnerability, we introduce SecureSplit, a defense mechanism tailored to SL. SecureSplit applies a dimensionality transformation strategy to accentuate subtle differences between benign and poisoned embeddings, facilitating their separation. With this enhanced distinction, we develop an adaptive filtering approach that uses a majority-based voting scheme to remove contaminated embeddings while preserving clean ones. Rigorous experiments across four datasets (CIFAR-10, MNIST, CINIC-10, and ImageNette), five backdoor attack scenarios, and seven alternative defenses confirm the effectiveness of SecureSplit under various challenging conditions.

📄 PDF Abstract BibTeX arXiv:2601.14054

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SafeSplit: A Novel Defense Against Client-Side Backdoor Attacks in Split Learning (Full Version)

2025-01-11 · Phillip Rieger, Alessandro Pegoraro, Kavita Kumari, Tigist Abera 외

Split Learning (SL) is a distributed deep learning approach enabling multiple clients and a server to collaboratively train and infer on a shared deep neural network (DNN) without requiring clients to share their private…

Federated Learning

MBTSAD: Mitigating Backdoors in Language Models Based on Token Splitting and Attention Distillation

2025-01-06 · Yidong Ding, Jiafei Niu, Ping Yi

In recent years, attention-based models have excelled across various domains but remain vulnerable to backdoor attacks, often from downloading or fine-tuning on poisoned datasets. Many current methods to mitigate backdoo…

On Feasibility of Server-side Backdoor Attacks on Split Learning

2023-02-19 · Behrad Tajalli, Oguzhan Ersoy, Stjepan Picek

Split learning is a collaborative learning design that allows several participants (clients) to train a shared model while keeping their datasets private. Recent studies demonstrate that collaborative learning models, sp…

Backdoor AttackFederated Learning

Backdoor Defense via Adaptively Splitting Poisoned Dataset

2023-03-23 · CVPR 2023 1 · Kuofeng Gao, Yang Bai, Jindong Gu, Yong Yang 외

Backdoor defenses have been studied to alleviate the threat of deep neural networks (DNNs) being backdoor attacked and thus maliciously altered. Since DNNs usually adopt some external training data from an untrusted thir…

backdoor defense

Shortcuts Everywhere and Nowhere: Exploring Multi-Trigger Backdoor Attacks

2024-01-27 · Yige Li, Jiabo He, Hanxun Huang, Jun Sun 외

Backdoor attacks have become a significant threat to the pre-training and deployment of deep neural networks (DNNs). Although numerous methods for detecting and mitigating backdoor attacks have been proposed, most rely o…