Private Model Compression via Knowledge Distillation
Ji Wang, Weidong Bao, Lichao Sun, Xiaomin Zhu, Bokai Cao, and Philip S. Yu

TL;DR
This paper introduces RONA, a privacy-preserving model compression method using knowledge distillation that efficiently reduces model size and computation on mobile devices while maintaining strong privacy guarantees.
Contribution
The paper proposes a novel private model compression framework RONA that combines knowledge distillation with differential privacy techniques for on-device deep learning.
Findings
Achieves 20× model compression on SVHN with 0.97% accuracy loss.
Provides $(9.83,10^{-6})$-differential privacy guarantee.
Demonstrates efficient on-device deployment on Android devices.
Abstract
The soaring demand for intelligent mobile applications calls for deploying powerful deep neural networks (DNNs) on mobile devices. However, the outstanding performance of DNNs notoriously relies on increasingly complex models, which in turn is associated with an increase in computational expense far surpassing mobile devices' capacity. What is worse, app service providers need to collect and utilize a large volume of users' data, which contain sensitive information, to build the sophisticated DNN models. Directly deploying these models on public mobile devices presents prohibitive privacy risk. To benefit from the on-device deep learning without the capacity and privacy concerns, we design a private model compression framework RONA. Following the knowledge distillation paradigm, we jointly use hint learning, distillation learning, and self learning to train a compact and fast neural…
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
TopicsPrivacy-Preserving Technologies in Data · Mobile Crowdsensing and Crowdsourcing · Stochastic Gradient Optimization Techniques
MethodsKnowledge Distillation
