AdaDPIGU: Differentially Private SGD with Adaptive Clipping and Importance-Based Gradient Updates for Deep Neural Networks
Huiqi Zhang, Fang Xie

TL;DR
AdaDPIGU introduces an adaptive, importance-based gradient update method for differentially private SGD in deep neural networks, improving accuracy and privacy in high-dimensional settings through sparse, noise-efficient updates.
Contribution
It proposes a novel importance-based gradient pruning and adaptive clipping framework that enhances differential privacy and model utility in deep learning.
Findings
Achieves 99.12% accuracy on MNIST with ε=8.
Attains 73.21% accuracy on CIFAR-10 with ε=4.
Outperforms non-private baseline on CIFAR-10.
Abstract
Differential privacy has been proven effective for stochastic gradient descent; however, existing methods often suffer from performance degradation in high-dimensional settings, as the scale of injected noise increases with dimensionality. To tackle this challenge, we propose AdaDPIGU--a new differentially private SGD framework with importance-based gradient updates tailored for deep neural networks. In the pretraining stage, we apply a differentially private Gaussian mechanism to estimate the importance of each parameter while preserving privacy. During the gradient update phase, we prune low-importance coordinates and introduce a coordinate-wise adaptive clipping mechanism, enabling sparse and noise-efficient gradient updates. Theoretically, we prove that AdaDPIGU satisfies -differential privacy and retains convergence guarantees. Extensive experiments on…
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 · Stochastic Gradient Optimization Techniques · Adversarial Robustness in Machine Learning
