DPMLBench: Holistic Evaluation of Differentially Private Machine Learning
Chengkun Wei, Minghu Zhao, Zhikun Zhang, Min Chen, Wenlong Meng, Bo, Liu, Yuan Fan, Wenzhi Chen

TL;DR
This paper provides a comprehensive evaluation of various differentially private machine learning algorithms, focusing on utility, defense against membership inference attacks, and introducing a benchmarking tool for future research.
Contribution
It offers a holistic measurement framework for improved DPML algorithms, including a taxonomy, empirical evaluation, and a reusable benchmarking software, DPMLBench.
Findings
DP can effectively defend against membership inference attacks.
Sensitivity-bounding techniques like per-sample gradient clipping are crucial for defense.
Label DP algorithms have less utility loss but are more fragile to attacks.
Abstract
Differential privacy (DP), as a rigorous mathematical definition quantifying privacy leakage, has become a well-accepted standard for privacy protection. Combined with powerful machine learning techniques, differentially private machine learning (DPML) is increasingly important. As the most classic DPML algorithm, DP-SGD incurs a significant loss of utility, which hinders DPML's deployment in practice. Many studies have recently proposed improved algorithms based on DP-SGD to mitigate utility loss. However, these studies are isolated and cannot comprehensively measure the performance of improvements proposed in algorithms. More importantly, there is a lack of comprehensive research to compare improvements in these DPML algorithms across utility, defensive capabilities, and generalizability. We fill this gap by performing a holistic measurement of improved DPML algorithms on utility…
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
MethodsGradient Clipping
