paper-with-me

Papers

AdaDPIGU: Differentially Private SGD with Adaptive Clipping and Importance-Based Gradient Updates for Deep Neural Networks

2025-07-09 · Huiqi Zhang, Fang Xie arxiv

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 $(\varepsilon, δ)$-differential privacy and retains convergence guarantees. Extensive experiments on standard benchmarks validate the effectiveness of AdaDPIGU. All results are reported under a fixed retention ratio of 60%. On MNIST, our method achieves a test accuracy of 99.12% under a privacy budget of $ε= 8$, nearly matching the non-private model. Remarkably, on CIFAR-10, it attains 73.21% accuracy at $ε= 4$, outperforming the non-private baseline of 71.12%, demonstrating that adaptive sparsification can enhance both privacy and utility.

📄 PDF Abstract BibTeX arXiv:2507.06525

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploring the Limits of Differentially Private Deep Learning with Group-wise Clipping

2022-12-03 · Jiyan He, Xuechen Li, Da Yu, Huishuai Zhang 외

Differentially private deep learning has recently witnessed advances in computational efficiency and privacy-utility trade-off. We explore whether further improvements along the two axes are possible and provide affirmat…

Computational Efficiency

DP-MacAdam: Differentially Private Mechanism with Adaptive Clipping and Adaptive Momentum

2026-06-03 · Naima Tasnim, Lalitha Sankar, Oliver Kosut arxiv

Differentially private stochastic gradient descent (DP-SGD) has become the standard framework for privacy-preserving machine learning, yet its reliance on a fixed gradient clipping threshold to limit sensitivity remains …

SoftAdaClip: A Smooth Clipping Strategy for Fair and Private Model Training

2025-10-01 · Dorsa Soleymani, Ali Dadsetan, Frank Rudzicz arxiv

Differential privacy (DP) provides strong protection for sensitive data, but often reduces model performance and fairness, especially for underrepresented groups. One major reason is gradient clipping in DP-SGD, which ca…

DP-LAC: Lightweight Adaptive Clipping for Differentially Private Federated Fine-tuning of Language Models

2026-05-11 · Haaris Mehmood, Jie Xu, Karthikeyan Saravanan, Rogier Van Dalen 외 arxiv

Federated learning (FL) enables the collaborative training of large-scale language models (LLMs) across edge devices while keeping user data on-device. However, FL still exposes sensitive information through client-provi…

Federated Learning

On the Convergence of DP-SGD with Adaptive Clipping

2024-12-27 · Egor Shulgin, Peter Richtárik

Stochastic Gradient Descent (SGD) with gradient clipping is a powerful technique for enabling differentially private optimization. Although prior works extensively investigated clipping with a constant threshold, private…