LGCRMLOct 25, 2019

Limits of Private Learning with Access to Public Data

arXiv:1910.11519v158 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of balancing privacy and data efficiency in machine learning for scenarios with mixed data sources, representing an incremental advance in private learning theory.

The paper tackles the problem of learning with both private and public data under differential privacy constraints, showing that a hypothesis class of VC-dimension d can be learned with excess error α using roughly d/α public examples and d/α² private examples, even with unlabeled public data, which improves the public sample complexity by a quadratic factor over standard bounds.

We consider learning problems where the training set consists of two types of examples: private and public. The goal is to design a learning algorithm that satisfies differential privacy only with respect to the private examples. This setting interpolates between private learning (where all examples are private) and classical learning (where all examples are public). We study the limits of learning in this setting in terms of private and public sample complexities. We show that any hypothesis class of VC-dimension $d$ can be agnostically learned up to an excess error of $α$ using only (roughly) $d/α$ public examples and $d/α^2$ private labeled examples. This result holds even when the public examples are unlabeled. This gives a quadratic improvement over the standard $d/α^2$ upper bound on the public sample complexity (where private examples can be ignored altogether if the public examples are labeled). Furthermore, we give a nearly matching lower bound, which we prove via a generic reduction from this setting to the one of private learning without public data.

Foundations

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

Your Notes