paper-with-me

홈 › Papers

Private Split Inference of Deep Networks

2021-01-01 · Mohammad Samragh, Hossein Hosseini, Kambiz Azarian, Joseph Soriaga

Splitting network computations between the edge device and the cloud server is a promising approach for enabling low edge-compute and private inference of neural networks. Current methods for providing the privacy train the model to minimize information leakage for a given set of private attributes. In practice, however, the test queries might contain private attributes that are not foreseen during training. We propose an alternative solution, in which, instead of obfuscating the information corresponding to a set of attributes, the edge device discards the information irrelevant to the main task. To this end, the edge device runs the model up to a split layer determined based on its computational capacity and then removes the activation content that is in the null space of the next layer of the model before sending it to the server. It can further remove the low-energy components of the remaining signal to improve the privacy at the cost of reducing the accuracy. The experimental results show that our methods provide privacy while maintaining the accuracy and introducing only a small computational overhead.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Measuring and Controlling Split Layer Privacy Leakage Using Fisher Information

2022-09-21 · Kiwan Maeng, Chuan Guo, Sanjay Kariyappa, Edward Suh

Split learning and inference propose to run training/inference of a large model that is split across client devices and the cloud. However, such a model splitting imposes privacy concerns, because the activation flowing …

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

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

Differentially Private Conformal Prediction

2026-04-16 · Jiamei Wu, Ce Zhang, Zhipeng Cai, Jingsen Kong 외 arxiv

Conformal prediction (CP) has attracted broad attention as a simple and flexible framework for uncertainty quantification through prediction sets. In this work, we study how to deploy CP under differential privacy (DP) i…

Privacy-Preserving Split Learning with Vision Transformers using Patch-Wise Random and Noisy CutMix

2024-08-02 · Seungeun Oh, Sihun Baek, Jihong Park, Hyelin Nam 외

In computer vision, the vision transformer (ViT) has increasingly superseded the convolutional neural network (CNN) for improved accuracy and robustness. However, ViT's large model sizes and high sample complexity make i…

Privacy Preserving