LGAICRMar 29, 2025

DC-SGD: Differentially Private SGD with Dynamic Clipping through Gradient Norm Distribution Estimation

arXiv:2503.22988v210 citationsh-index: 9IEEE Trans Inf Forensics Secur
Originality Incremental advance
AI Analysis

This provides a practical solution for differentially private deep learning by reducing computational overhead and enhancing privacy guarantees, though it is incremental as it builds on existing DP-SGD methods.

The paper tackles the challenge of selecting the optimal clipping threshold in Differentially Private Stochastic Gradient Descent (DP-SGD) by proposing DC-SGD, which uses differentially private histograms to dynamically adjust the threshold, achieving up to 9 times faster hyperparameter tuning and a 10.62% accuracy improvement on CIFAR10 under the same privacy budget.

Differentially Private Stochastic Gradient Descent (DP-SGD) is a widely adopted technique for privacy-preserving deep learning. A critical challenge in DP-SGD is selecting the optimal clipping threshold C, which involves balancing the trade-off between clipping bias and noise magnitude, incurring substantial privacy and computing overhead during hyperparameter tuning. In this paper, we propose Dynamic Clipping DP-SGD (DC-SGD), a framework that leverages differentially private histograms to estimate gradient norm distributions and dynamically adjust the clipping threshold C. Our framework includes two novel mechanisms: DC-SGD-P and DC-SGD-E. DC-SGD-P adjusts the clipping threshold based on a percentile of gradient norms, while DC-SGD-E minimizes the expected squared error of gradients to optimize C. These dynamic adjustments significantly reduce the burden of hyperparameter tuning C. The extensive experiments on various deep learning tasks, including image classification and natural language processing, show that our proposed dynamic algorithms achieve up to 9 times acceleration on hyperparameter tuning than DP-SGD. And DC-SGD-E can achieve an accuracy improvement of 10.62% on CIFAR10 than DP-SGD under the same privacy budget of hyperparameter tuning. We conduct rigorous theoretical privacy and convergence analyses, showing that our methods seamlessly integrate with the Adam optimizer. Our results highlight the robust performance and efficiency of DC-SGD, offering a practical solution for differentially private deep learning with reduced computational overhead and enhanced privacy guarantees.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes