LGCRMLJan 7, 2019

Differentially Private ADMM for Distributed Medical Machine Learning

arXiv:1901.02094v320 citations
Originality Incremental advance
AI Analysis

This addresses privacy concerns for sensitive medical data in distributed settings, offering a solution with proven convergence guarantees, though it is incremental as it builds on existing ADMM methods.

The paper tackles privacy leakage in distributed machine learning by proposing a differentially private ADMM algorithm (P-ADMM) that provides dynamic zero-concentrated differential privacy with Gaussian noise, achieving the same convergence rate as non-private ADMM (e.g., O(1/K)) and showing best-known performance in experiments on real-world datasets.

Due to massive amounts of data distributed across multiple locations, distributed machine learning has attracted a lot of research interests. Alternating Direction Method of Multipliers (ADMM) is a powerful method of designing distributed machine learning algorithm, whereby each agent computes over local datasets and exchanges computation results with its neighbor agents in an iterative procedure. There exists significant privacy leakage during this iterative process if the local data is sensitive. In this paper, we propose a differentially private ADMM algorithm (P-ADMM) to provide dynamic zero-concentrated differential privacy (dynamic zCDP), by inserting Gaussian noise with linearly decaying variance. We prove that P-ADMM has the same convergence rate compared to the non-private counterpart, i.e., $\mathcal{O}(1/K)$ with $K$ being the number of iterations and linear convergence for general convex and strongly convex problems while providing differentially private guarantee. Moreover, through our experiments performed on real-world datasets, we empirically show that P-ADMM has the best-known performance among the existing differentially private ADMM based algorithms.

Foundations

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

Your Notes