Correlating Cross-Iteration Noise for DP-SGD using Model Curvature
Xin Gu, Yingtai Xiao, Guanlin He, Jiamu Bai, Daniel Kifer, Kiwan Maeng
TL;DR
DP-SGD with differential privacy suffers from an accuracy gap. The authors propose NoiseCurve, a curvature-aware mechanism that uses Hessian eigenvalue information derived from public unlabeled data to better correlate noise across iterations (DP-MF). They derive a curvature-informed objective and present S1–S4 strategies to estimate and adapt curvature for real networks, including large models with eigenvalue tail fitting. Experiments on CIFAR-10 and ChestX-ray14 across convex and nonconvex regimes show consistent accuracy gains (1–4 percentage points) over DP-SGD and DP-BandMF. The work demonstrates the practical viability of curvature-informed correlated noise for privacy-preserving learning, while acknowledging limitations related to public data dependence and eigenvalue estimation.
Abstract
Differentially private stochastic gradient descent (DP-SGD) offers the promise of training deep learning models while mitigating many privacy risks. However, there is currently a large accuracy gap between DP-SGD and normal SGD training. This has resulted in different lines of research investigating orthogonal ways of improving privacy-preserving training. One such line of work, known as DP-MF, correlates the privacy noise across different iterations of stochastic gradient descent -- allowing later iterations to cancel out some of the noise added to earlier iterations. In this paper, we study how to improve this noise correlation. We propose a technique called NoiseCurve that uses model curvature, estimated from public unlabeled data, to improve the quality of this cross-iteration noise correlation. Our experiments on various datasets, models, and privacy parameters show that the noise correlations computed by NoiseCurve offer consistent and significant improvements in accuracy over the correlation scheme used by DP-MF.
