MLCRLGMay 27, 2018

cpSGD: Communication-efficient and differentially-private distributed SGD

arXiv:1805.10559v1540 citations
Originality Highly original
AI Analysis

This addresses privacy and communication bottlenecks for distributed learning on mobile devices, offering a novel combination of existing concerns.

The paper tackles the problem of achieving both communication efficiency and differential privacy in distributed stochastic gradient descent for mobile devices, proposing a method that uses O(log log(nd)) bits per client per coordinate and ensures constant privacy.

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 $d$ variables and $n \approx d$ clients, the proposed method uses $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.

Foundations

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

Your Notes