CRLGMLJul 11, 2018

Differentially-Private "Draw and Discard" Machine Learning

arXiv:1807.04369v239 citations
Originality Incremental advance
AI Analysis

This work addresses privacy concerns in distributed machine learning for systems with asynchronous communication, though it appears incremental as it builds on existing local differential privacy methods.

The paper tackles the problem of achieving differential privacy in client-distributed machine learning by proposing a 'Draw and Discard' framework, which uses random sampling for scalability and privacy, and demonstrates its application to Generalized Linear models with experimental evidence for practical viability.

In this work, we propose a novel framework for privacy-preserving client-distributed machine learning. It is motivated by the desire to achieve differential privacy guarantees in the local model of privacy in a way that satisfies all systems constraints using asynchronous client-server communication and provides attractive model learning properties. We call it "Draw and Discard" because it relies on random sampling of models for load distribution (scalability), which also provides additional server-side privacy protections and improved model quality through averaging. We present the mechanics of client and server components of "Draw and Discard" and demonstrate how the framework can be applied to learning Generalized Linear models. We then analyze the privacy guarantees provided by our approach against several types of adversaries and showcase experimental results that provide evidence for the framework's viability in practical deployments.

Foundations

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

Your Notes