LGCRAug 18, 2023

Defending Label Inference Attacks in Split Learning under Regression Setting

arXiv:2308.09448v15 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses privacy vulnerabilities in split learning for regression, offering a defense against gradient-based attacks, though it is incremental as it builds on existing defense methods.

The paper tackles label inference attacks in split learning for regression by proposing Random Label Extension (RLE) and Model-based adaptive Label Extension (MLE) to obfuscate label information in gradients, significantly reducing attack performance while preserving original task performance.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes