Tailoring Gradient Methods for Differentially-Private Distributed Optimization
Yongqiang Wang, Angelia Nedic
TL;DR
The paper introduces two DP-oriented gradient methods for differentially-private distributed optimization on directed graphs: a static-consensus gradient method and a gradient-tracking (dynamic-consensus) method. It proves that both schemes achieve almost-sure convergence to the global optimum while guaranteeing $\epsilon$-DP with a finite privacy budget, even as the number of iterations grows indefinitely, by carefully weakening inter-agent coupling through time-varying sequences. Theoretical results include a vector-valued martingale framework and convergence/privacy theorems, complemented by numerical experiments on distributed estimation and MNIST-based CNN training that validate practical performance under privacy constraints. The work provides a principled approach to balancing privacy and accuracy in distributed learning, with potential extensions to communication-efficiency and broader network topologies.
Abstract
Decentralized optimization is gaining increased traction due to its widespread applications in large-scale machine learning and multi-agent systems. The same mechanism that enables its success, i.e., information sharing among participating agents, however, also leads to the disclosure of individual agents' private information, which is unacceptable when sensitive data are involved. As differential privacy is becoming a de facto standard for privacy preservation, recently results have emerged integrating differential privacy with distributed optimization. However, directly incorporating differential privacy design in existing distributed optimization approaches significantly compromises optimization accuracy. In this paper, we propose to redesign and tailor gradient methods for differentially-private distributed optimization, and propose two differential-privacy oriented gradient methods that can ensure both rigorous epsilon-differential privacy and optimality. The first algorithm is based on static-consensus based gradient methods, and the second algorithm is based on dynamic-consensus (gradient-tracking) based distributed optimization methods and, hence, is applicable to general directed interaction graph topologies. Both algorithms can simultaneously ensure almost sure convergence to an optimal solution and a finite privacy budget, even when the number of iterations goes to infinity. To our knowledge, this is the first time that both goals are achieved simultaneously. Numerical simulations using a distributed estimation problem and experimental results on a benchmark dataset confirm the effectiveness of the proposed approaches.
