LGCROCMLFeb 8, 2023

DIFF2: Differential Private Optimization via Gradient Differences for Nonconvex Distributed Learning

arXiv:2302.03884v211 citationsh-index: 40
Originality Incremental advance
AI Analysis

This addresses privacy-preserving distributed learning for nonconvex problems, offering a fundamental improvement in utility bounds, though it is incremental in method.

The paper tackles the problem of differential private optimization for nonconvex smooth objectives by proposing the DIFF2 framework, which uses gradient differences to reduce variance and achieves a utility bound of Õ(d^{2/3}/(nε_DP)^{4/3}), improving over the previous best bound of Õ(√d/(nε_DP)).

Differential private optimization for nonconvex smooth objective is considered. In the previous work, the best known utility bound is $\widetilde O(\sqrt{d}/(n\varepsilon_\mathrm{DP}))$ in terms of the squared full gradient norm, which is achieved by Differential Private Gradient Descent (DP-GD) as an instance, where $n$ is the sample size, $d$ is the problem dimensionality and $\varepsilon_\mathrm{DP}$ is the differential privacy parameter. To improve the best known utility bound, we propose a new differential private optimization framework called \emph{DIFF2 (DIFFerential private optimization via gradient DIFFerences)} that constructs a differential private global gradient estimator with possibly quite small variance based on communicated \emph{gradient differences} rather than gradients themselves. It is shown that DIFF2 with a gradient descent subroutine achieves the utility of $\widetilde O(d^{2/3}/(n\varepsilon_\mathrm{DP})^{4/3})$, which can be significantly better than the previous one in terms of the dependence on the sample size $n$. To the best of our knowledge, this is the first fundamental result to improve the standard utility $\widetilde O(\sqrt{d}/(n\varepsilon_\mathrm{DP}))$ for nonconvex objectives. Additionally, a more computational and communication efficient subroutine is combined with DIFF2 and its theoretical analysis is also given. Numerical experiments are conducted to validate the superiority of DIFF2 framework.

Foundations

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

Your Notes