Dyn-D$^2$P: Dynamic Differentially Private Decentralized Learning with Provable Utility Guarantee
Zehan Zhu, Yan Huang, Xin Wang, Shouling Ji, Jinming Xu
TL;DR
The paper tackles privacy-aware decentralized non-convex optimization under strict DP by introducing Dyn-D$^2$P, which dynamically adjusts gradient clipping bounds $C_k$ and DP noise levels calibrated via Gaussian DP, on time-varying directed graphs. It combines Push-Sum-based mixing with private local SGD and two dynamic variants, Dyn[$C$]-D$^2$P and Dyn[$\mu$]-D$^2$P, plus a fixed-noise baseline Const-D$^2$P, and provides a DP guarantee with a general utility bound demonstrating a $1/\sqrt{n}$ scaling in the number of nodes (up to a clipping-bias term). Theoretical results rely on $L$-smoothness and mixing assumptions to bound the consensus error and establish a trade-off between privacy noise and gradient clipping bias, while experimental results on CIFAR-10 and Fashion-MNIST show Dyn-D$^2$P achieving superior accuracy under strong DP budgets and robustness to hyper-parameters. This work delivers the first utility analysis for dynamic gradient clipping and noise in decentralized non-convex DP and highlights practical privacy-utility gains for distributed learning in directed, time-varying networks.
Abstract
Most existing decentralized learning methods with differential privacy (DP) guarantee rely on constant gradient clipping bounds and fixed-level DP Gaussian noises for each node throughout the training process, leading to a significant accuracy degradation compared to non-private counterparts. In this paper, we propose a new Dynamic Differentially Private Decentralized learning approach (termed Dyn-D$^2$P) tailored for general time-varying directed networks. Leveraging the Gaussian DP (GDP) framework for privacy accounting, Dyn-D$^2$P dynamically adjusts gradient clipping bounds and noise levels based on gradient convergence. This proposed dynamic noise strategy enables us to enhance model accuracy while preserving the total privacy budget. Extensive experiments on benchmark datasets demonstrate the superiority of Dyn-D$^2$P over its counterparts employing fixed-level noises, especially under strong privacy guarantees. Furthermore, we provide a provable utility bound for Dyn-D$^2$P that establishes an explicit dependency on network-related parameters, with a scaling factor of $1/\sqrt{n}$ in terms of the number of nodes $n$ up to a bias error term induced by gradient clipping. To our knowledge, this is the first model utility analysis for differentially private decentralized non-convex optimization with dynamic gradient clipping bounds and noise levels.
