Towards Efficient and Secure Delivery of Data for Deep Learning with Privacy-Preserving
Juncheng Shen, Juzheng Liu, Yiran Chen, Hai Li

TL;DR
This paper introduces MoLe, a privacy-preserving method for secure deep learning data delivery that significantly reduces overhead while maintaining strong security against attacks.
Contribution
MoLe combines data morphing and Aug-Conv layers to enable secure, efficient deep learning on morphed data with minimal performance impact.
Findings
MoLe achieves only 9% computational overhead on VGG-16 with CIFAR.
MoLe reduces data transmission overhead to 5.12%.
MoLe significantly lowers attack success rate compared to GAZELLE.
Abstract
Privacy recently emerges as a severe concern in deep learning, that is, sensitive data must be prohibited from being shared with the third party during deep neural network development. In this paper, we propose Morphed Learning (MoLe), an efficient and secure scheme to deliver deep learning data. MoLe has two main components: data morphing and Augmented Convolutional (Aug-Conv) layer. Data morphing allows data providers to send morphed data without privacy information, while Aug-Conv layer helps deep learning developers to apply their networks on the morphed data without performance penalty. MoLe provides stronger security while introducing lower overhead compared to GAZELLE (USENIX Security 2018), which is another method with no performance penalty on the neural network. When using MoLe for VGG-16 network on CIFAR dataset, the computational overhead is only 9% and the data transmission…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Adversarial Robustness in Machine Learning · Advanced Neural Network Applications
