paper-with-me

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 Learning is insufficient. In this paper, we primarily focus on label inference attacks in Split Learning under regression setting, which are mainly implemented through the gradient inversion method. To defend against label inference attacks, we propose Random Label Extension (RLE), where labels are extended to obfuscate the label information contained in the gradients, thereby preventing the attacker from utilizing gradients to train an attack model that can infer the original labels. To further minimize the impact on the original task, we propose Model-based adaptive Label Extension (MLE), where original labels are preserved in the extended labels and dominate the training process. The experimental results show that compared to the basic defense methods, our proposed defense methods can significantly reduce the attack model's performance while preserving the original task's performance.

📄 PDF Abstract BibTeX arXiv:2308.09448

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy PreservingregressionVertical Federated Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Purifier: Defending Data Inference Attacks via Transforming Confidence Scores

2022-12-01 · Ziqi Yang, Lijin Wang, Da Yang, Jie Wan 외

Neural networks are susceptible to data inference attacks such as the membership inference attack, the adversarial model inversion attack and the attribute inference attack, where the attacker could infer useful informat…

AttributeInference AttackMembership Inference Attack

Defending against Machine Learning based Inference Attacks via Adversarial Examples: Opportunities and Challenges

2019-09-17 · Jinyuan Jia, Neil Zhenqiang Gong

As machine learning (ML) becomes more and more powerful and easily accessible, attackers increasingly leverage ML to perform automated large-scale inference attacks in various domains. In such an ML-equipped inference at…

BIG-bench Machine LearningInference Attack

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

Defending against Adversarial Attack towards Deep Neural Networks via Collaborative Multi-task Training

2018-03-14 · Derek Wang, Chaoran Li, Sheng Wen, Surya Nepal 외

Deep neural networks (DNNs) are known to be vulnerable to adversarial examples which contain human-imperceptible perturbations. A series of defending methods, either proactive defence or reactive defence, have been propo…

Adversarial Attack

InfoDecom: Decomposing Information for Defending Against Privacy Leakage in Split Inference

2025-11-17 · Ruijun Deng, Zhihui Lu, Qiang Duan arxiv

Split inference (SI) enables users to access deep learning (DL) services without directly transmitting raw data. However, recent studies reveal that data reconstruction attacks (DRAs) can recover the original inputs from…