paper-with-me

Papers

Label Inference Attack against Split Learning under Regression Setting

2023-01-18 · Shangyu Xie, Xin Yang, Yuanshun Yao, Tianyi Liu, Taiqing Wang, Jiankai Sun

As a crucial building block in vertical Federated Learning (vFL), Split Learning (SL) has demonstrated its practice in the two-party model training collaboration, where one party holds the features of data samples and another party holds the corresponding labels. Such method is claimed to be private considering the shared information is only the embedding vectors and gradients instead of private raw data and labels. However, some recent works have shown that the private labels could be leaked by the gradients. These existing attack only works under the classification setting where the private labels are discrete. In this work, we step further to study the leakage in the scenario of the regression model, where the private labels are continuous numbers (instead of discrete labels in classification). This makes previous attacks harder to infer the continuous labels due to the unbounded output range. To address the limitation, we propose a novel learning-based attack that integrates gradient information and extra learning regularization objectives in aspects of model training properties, which can infer the labels under regression settings effectively. The comprehensive experiments on various datasets and models have demonstrated the effectiveness of our proposed attack. We hope our work can pave the way for future analyses that make the vFL framework more secure.

📄 PDF Abstract BibTeX arXiv:2301.07284

Code (1)

xiehahha/aaai_ppai23_split_learning_leakage 공식 구현 pytorch

Tasks

Federated LearningInference AttackregressionVertical Federated Learning

Similar Papers 제목 키워드 기반

Defending Label Inference Attacks in Split Learning under Regression Setting

2023-08-18 · Haoze Qiu, Fei Zheng, Chaochao Chen, Xiaolin Zheng

As a privacy-preserving method for implementing Vertical Federated Learning, Split Learning has been extensively researched. However, numerous studies have indicated that the privacy-preserving capability of Split Learni…

Federated LearningPrivacy PreservingregressionVertical Federated Learning

Similarity-based Label Inference Attack against Training and Inference of Split Learning

2022-03-10 · Junlin Liu, Xinchen Lyu, Qimei Cui, Xiaofeng Tao

Split learning is a promising paradigm for privacy-preserving distributed learning. The learning model can be cut into multiple portions to be collaboratively trained at the participants by exchanging only the intermedia…

ClusteringInference AttackPrivacy Preserving

Passive Inference Attacks on Split Learning via Adversarial Regularization

2023-10-16 · Xiaochen Zhu, Xinjian Luo, Yuncheng Wu, Yangfan Jiang 외

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 exploitab…

Federated Learning

UnSplit: Data-Oblivious Model Inversion, Model Stealing, and Label Inference Attacks Against Split Learning

2021-08-20 · Ege Erdogan, Alptekin Kupcu, A. Ercument Cicek

Training deep neural networks often forces users to work in a distributed or outsourced setting, accompanied with privacy concerns. Split learning aims to address this concern by distributing the model among a client and…

model

Training on Fake Labels: Mitigating Label Leakage in Split Learning via Secure Dimension Transformation

2024-10-11 · Yukun Jiang, Peiran Wang, Chengguo Lin, Ziyue Huang 외

Two-party split learning has emerged as a popular paradigm for vertical federated learning. To preserve the privacy of the label owner, split learning utilizes a split model, which only requires the exchange of intermedi…

Binary ClassificationFederated LearningVertical Federated Learning