DP-ADMM: ADMM-based Distributed Learning with Differential Privacy
Zonghao Huang, Rui Hu, Yuanxiong Guo, Eric Chan-Tin, and Yanmin Gong

TL;DR
This paper introduces DP-ADMM, a novel differentially private distributed learning algorithm based on ADMM, which improves utility under high privacy guarantees and applies to a broad class of problems.
Contribution
It proposes a new DP-ADMM algorithm combining an approximate augmented Lagrangian with Gaussian noise, providing explicit convergence and utility guarantees for general objectives.
Findings
Achieves high utility under strong privacy guarantees.
Proven convergence for a wide class of problems.
Demonstrates good accuracy and convergence in experiments.
Abstract
Alternating Direction Method of Multipliers (ADMM) is a widely used tool for machine learning in distributed settings, where a machine learning model is trained over distributed data sources through an interactive process of local computation and message passing. Such an iterative process could cause privacy concerns of data owners. The goal of this paper is to provide differential privacy for ADMM-based distributed machine learning. Prior approaches on differentially private ADMM exhibit low utility under high privacy guarantee and often assume the objective functions of the learning problems to be smooth and strongly convex. To address these concerns, we propose a novel differentially private ADMM-based distributed learning algorithm called DP-ADMM, which combines an approximate augmented Lagrangian function with time-varying Gaussian noise addition in the iterative process to achieve…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAlternating Direction Method of Multipliers
