TL;DR
This paper introduces DPIS, a new differentially private SGD mechanism that employs importance sampling to improve accuracy and reduce noise, outperforming existing methods across multiple benchmark datasets.
Contribution
DPIS is a novel DP-SGD optimizer that integrates importance sampling, providing significant accuracy improvements and noise reduction in privacy-preserving deep learning.
Findings
DPIS achieves higher accuracy than standard DP-SGD on benchmark datasets.
DPIS reduces the amount of noise needed for differential privacy.
Extensive experiments validate DPIS's effectiveness across diverse datasets.
Abstract
Nowadays, differential privacy (DP) has become a well-accepted standard for privacy protection, and deep neural networks (DNN) have been immensely successful in machine learning. The combination of these two techniques, i.e., deep learning with differential privacy, promises the privacy-preserving release of high-utility models trained with sensitive data such as medical records. A classic mechanism for this purpose is DP-SGD, which is a differentially private version of the stochastic gradient descent (SGD) optimizer commonly used for DNN training. Subsequent approaches have improved various aspects of the model training process, including noise decay schedule, model architecture, feature engineering, and hyperparameter tuning. However, the core mechanism for enforcing DP in the SGD optimizer remains unchanged ever since the original DP-SGD algorithm, which has increasingly become a…
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
MethodsGradient Clipping · Stochastic Gradient Descent
