Locally Differentially Private Distributed Deep Learning via Knowledge Distillation
Di Zhuang, Mingchen Li, J. Morris Chang

TL;DR
This paper introduces LDP-DL, a distributed deep learning framework that preserves privacy using local differential privacy and knowledge distillation, enabling multiple data owners to collaboratively train models without compromising sensitive data.
Contribution
It proposes a novel privacy-preserving distributed deep learning method combining local differential privacy with knowledge distillation, outperforming existing approaches in accuracy and privacy.
Findings
LDP-DL outperforms DP-SGD, PATE, and DP-FL in accuracy.
LDP-DL achieves better privacy-utility trade-offs.
Experimental results on CIFAR10, MNIST, and FashionMNIST datasets demonstrate effectiveness.
Abstract
Deep learning often requires a large amount of data. In real-world applications, e.g., healthcare applications, the data collected by a single organization (e.g., hospital) is often limited, and the majority of massive and diverse data is often segregated across multiple organizations. As such, it motivates the researchers to conduct distributed deep learning, where the data user would like to build DL models using the data segregated across multiple different data owners. However, this could lead to severe privacy concerns due to the sensitive nature of the data, thus the data owners would be hesitant and reluctant to participate. We propose LDP-DL, a privacy-preserving distributed deep learning framework via local differential privacy and knowledge distillation, where each data owner learns a teacher model using its own (local) private dataset, and the data user learns a student model…
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 · Advanced Neural Network Applications · Traffic Prediction and Management Techniques
