English

cpSGD: Communication-efficient and differentially-private distributed SGD

Machine Learning 2018-05-29 v1 Cryptography and Security Machine Learning

Abstract

Distributed stochastic gradient descent is an important subroutine in distributed learning. A setting of particular interest is when the clients are mobile devices, where two important concerns are communication efficiency and the privacy of the clients. Several recent works have focused on reducing the communication cost or introducing privacy guarantees, but none of the proposed communication efficient methods are known to be privacy preserving and none of the known privacy mechanisms are known to be communication efficient. To this end, we study algorithms that achieve both communication efficiency and differential privacy. For dd variables and ndn \approx d clients, the proposed method uses O(loglog(nd))O(\log \log(nd)) bits of communication per client per coordinate and ensures constant privacy. We also extend and improve previous analysis of the \emph{Binomial mechanism} showing that it achieves nearly the same utility as the Gaussian mechanism, while requiring fewer representation bits, which can be of independent interest.

Keywords

Cite

@article{arxiv.1805.10559,
  title  = {cpSGD: Communication-efficient and differentially-private distributed SGD},
  author = {Naman Agarwal and Ananda Theertha Suresh and Felix Yu and Sanjiv Kumar and H. Brendan Mcmahan},
  journal= {arXiv preprint arXiv:1805.10559},
  year   = {2018}
}
R2 v1 2026-06-23T02:09:26.725Z