paper-with-me

Papers

Passive Inference Attacks on Split Learning via Adversarial Regularization

2023-10-16 · Xiaochen Zhu, Xinjian Luo, Yuncheng Wu, Yangfan Jiang, Xiaokui Xiao, Beng Chin Ooi

Split Learning (SL) has emerged as a practical and efficient alternative to traditional federated learning. While previous attempts to attack SL have often relied on overly strong assumptions or targeted easily exploitable models, we seek to develop more capable attacks. We introduce SDAR, a novel attack framework against SL with an honest-but-curious server. SDAR leverages auxiliary data and adversarial regularization to learn a decodable simulator of the client's private model, which can effectively infer the client's private features under the vanilla SL, and both features and labels under the U-shaped SL. We perform extensive experiments in both configurations to validate the effectiveness of our proposed attacks. Notably, in challenging scenarios where existing passive attacks struggle to reconstruct the client's private data effectively, SDAR consistently achieves significantly superior attack performance, even comparable to active attacks. On CIFAR-10, at the deep split level of 7, SDAR achieves private feature reconstruction with less than 0.025 mean squared error in both the vanilla and the U-shaped SL, and attains a label inference accuracy of over 98% in the U-shaped setting, while existing attacks fail to produce non-trivial results.

📄 PDF Abstract BibTeX arXiv:2310.10483

Code (2)

zhxchd/sdar_splitnn 공식 구현 tf
bear-zd/SDAR_SplitNN_torch pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Mutual Information Regularization for Vertical Federated Learning

2023-01-01 · Tianyuan Zou, Yang Liu, Ya-Qin Zhang

Vertical Federated Learning (VFL) is widely utilized in real-world applications to enable collaborative learning while protecting data privacy and safety. However, previous works show that parties without labels (passive…

Federated LearningVertical Federated Learning

Secure Split Learning against Property Inference, Data Reconstruction, and Feature Space Hijacking Attacks

2023-04-19 · Yunlong Mao, Zexi Xin, Zhenyu Li, Jue Hong 외

Split learning of deep neural networks (SplitNN) has provided a promising solution to learning jointly for the mutual interest of a guest and a host, which may come from different backgrounds, holding features partitione…

Privacy Preserving

IBP Regularization for Verified Adversarial Robustness via Branch-and-Bound

2022-06-29 · Alessandro De Palma, Rudy Bunel, Krishnamurthy Dvijotham, M. Pawan Kumar 외

Recent works have tried to increase the verifiability of adversarially trained networks by running the attacks over domains larger than the original perturbations and adding various regularization terms to the objective.…

Adversarial Robustness

Comprehensive Privacy Analysis of Deep Learning: Passive and Active White-box Inference Attacks against Centralized and Federated Learning

2018-12-03 · Milad Nasr, Reza Shokri, Amir Houmansadr

Deep neural networks are susceptible to various inference attacks as they remember information about their training data. We design white-box inference attacks to perform a comprehensive privacy analysis of deep learning…

Deep LearningFederated Learning

Mixup Inference: Better Exploiting Mixup to Defend Adversarial Attacks

2019-09-25 · ICLR 2020 1 · Tianyu Pang, Kun Xu, Jun Zhu

It has been widely recognized that adversarial examples can be easily crafted to fool deep networks, which mainly root from the locally non-linear behavior nearby input examples. Applying mixup in training provides an ef…

Adversarial Robustness