Privacy-Preserving Deep Learning via Weight Transmission
Le Trieu Phong, Tran Thi Phuong

TL;DR
This paper introduces a privacy-preserving system for deep learning that shares weight parameters instead of gradients, allowing multiple data owners to collaboratively train neural networks without exposing their local data, while maintaining accuracy.
Contribution
The proposed system uniquely allows any activation function, shares weights instead of gradients, and is robust against collusion, improving privacy and accuracy in multi-party deep learning.
Findings
Achieves the same accuracy as standard SGD-based training.
Outperforms previous systems in learning accuracy on benchmark datasets.
Maintains privacy even with colluding parties.
Abstract
This paper considers the scenario that multiple data owners wish to apply a machine learning method over the combined dataset of all owners to obtain the best possible learning output but do not want to share the local datasets owing to privacy concerns. We design systems for the scenario that the stochastic gradient descent (SGD) algorithm is used as the machine learning method because SGD (or its variants) is at the heart of recent deep learning techniques over neural networks. Our systems differ from existing systems in the following features: {\bf (1)} any activation function can be used, meaning that no privacy-preserving-friendly approximation is required; {\bf (2)} gradients computed by SGD are not shared but the weight parameters are shared instead; and {\bf (3)} robustness against colluding parties even in the extreme case that only one honest party exists. We prove that our…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsStochastic Gradient Descent
