DP-AdamW: Investigating Decoupled Weight Decay and Bias Correction in Private Deep Learning
Jay Chooi, Kevin Cong, Russell Li, Lillian Sun

TL;DR
This paper introduces DP-AdamW and its bias-corrected variant for private deep learning, demonstrating improved performance over existing DP optimizers through theoretical analysis and empirical evaluation across multiple tasks.
Contribution
It presents a new DP optimizer, DP-AdamW, with theoretical privacy and convergence guarantees, and empirically shows its superiority over prior DP optimizers.
Findings
DP-AdamW outperforms state-of-the-art DP optimizers in accuracy.
Incorporating bias correction in DP-AdamW reduces accuracy, contrary to expectations.
Empirical results span text, image, and graph classification tasks.
Abstract
As deep learning methods increasingly utilize sensitive data on a widespread scale, differential privacy (DP) offers formal guarantees to protect against information leakage during model training. A significant challenge remains in implementing DP optimizers that retain strong performance while preserving privacy. Recent advances introduced ever more efficient optimizers, with AdamW being a popular choice for training deep learning models because of strong empirical performance. We study \emph{DP-AdamW} and introduce \emph{DP-AdamW-BC}, a differentially private variant of the AdamW optimizer with DP bias correction for the second moment estimator. We start by showing theoretical results for privacy and convergence guarantees of DP-AdamW and DP-AdamW-BC. Then, we empirically analyze the behavior of both optimizers across multiple privacy budgets (). We find that…
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 · Cryptography and Data Security
