Stealing Data from Active Party in Vertical Split Learning

Abstract

Vertical Split Learning (VSL) facilitates collaborative learning among users with vertically partitioned data but also introduces risks of private data leakage. Existing reconstruction attacks primarily rely on intermediate feature access, making them ineffective against semi-honest passive adversaries who lack such access. In this paper, we propose PASTA, a novel attack framework that enables the PAssive party to STeal private data from the Active party without direct feature access. Our approach consists of three steps. First, we leverage an autoencoder to establish an initial reconstruction by analyzing correlations between sample features. Second, we construct a shadow VSL model to mimic server-side gradient behaviors. Finally, we refine the reconstruction using a U-Net-based network with gradient-based guidance. Our reconstruction results on CIFAR-10 and CelebA achieved SSIM scores of 0.5132 and 0.5877, and LPIPS scores of 0.3395 and 0.2771, respectively. Ablation study demonstrated that even without access to auxiliary data from the same distribution, the attack could still reveal most of the image details. We further validated the effectiveness of our attack on real-world datasets Tiny-ImageNet and LFW. We also conducted experiments on ResNet18, VGG16, ViT-B16, and MobileNet to show that our attack is model-agnostic.

Cite

Text

Liu et al. "Stealing Data from Active Party in Vertical Split Learning." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025. doi:10.1007/978-3-032-06096-9_18

Markdown

[Liu et al. "Stealing Data from Active Party in Vertical Split Learning." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025.](https://mlanthology.org/ecmlpkdd/2025/liu2025ecmlpkdd-stealing/) doi:10.1007/978-3-032-06096-9_18

BibTeX

@inproceedings{liu2025ecmlpkdd-stealing,
  title     = {{Stealing Data from Active Party in Vertical Split Learning}},
  author    = {Liu, Yaxin and Xu, Xiaoyang and Yi, Wenzhe and Zhuang, Yong and Wang, Juan and Yang, Mengda and Li, Ziang},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2025},
  pages     = {313-327},
  doi       = {10.1007/978-3-032-06096-9_18},
  url       = {https://mlanthology.org/ecmlpkdd/2025/liu2025ecmlpkdd-stealing/}
}