SA-DPSGD: Differentially Private Stochastic Gradient Descent based on Simulated Annealing
Jie Fu, Zhili Chen, XinPeng Ling

TL;DR
SA-DPSGD introduces a simulated annealing approach to differentially private stochastic gradient descent, significantly improving accuracy in private image classification tasks by probabilistically accepting updates based on quality and iteration count.
Contribution
The paper presents a novel simulated annealing-based DPSGD method that enhances model accuracy while maintaining differential privacy in image recognition.
Findings
Achieves higher test accuracies on MNIST, FashionMNIST, and CIFAR10 datasets compared to state-of-the-art.
Effectively balances privacy and utility through probabilistic update acceptance.
Reduces the accuracy gap between private and non-private image classification.
Abstract
Differential privacy (DP) provides a formal privacy guarantee that prevents adversaries with access to machine learning models from extracting information about individual training points. Differentially private stochastic gradient descent (DPSGD) is the most popular training method with differential privacy in image recognition. However, existing DPSGD schemes lead to significant performance degradation, which prevents the application of differential privacy. In this paper, we propose a simulated annealing-based differentially private stochastic gradient descent scheme (SA-DPSGD) which accepts a candidate update with a probability that depends both on the update quality and on the number of iterations. Through this random update screening, we make the differentially private gradient descent proceed in the right direction in each iteration, and result in a more accurate model finally.…
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 · Advanced Neural Network Applications · Adversarial Robustness in Machine Learning
MethodsTest
