MLLGMay 26, 2019

Automatic Discovery of Privacy-Utility Pareto Fronts

arXiv:1905.10862v432 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge for decision-makers in privacy-sensitive applications to balance privacy and utility, though it is incremental as it builds on existing differential privacy and optimization techniques.

The paper tackles the problem of quantifying the privacy-utility trade-off in differentially private algorithms, particularly for complex tasks like neural network training, by introducing a Bayesian optimization method that efficiently characterizes this trade-off using empirical utility measurements, demonstrating its versatility across various machine learning tasks.

Differential privacy is a mathematical framework for privacy-preserving data analysis. Changing the hyperparameters of a differentially private algorithm allows one to trade off privacy and utility in a principled way. Quantifying this trade-off in advance is essential to decision-makers tasked with deciding how much privacy can be provided in a particular application while maintaining acceptable utility. Analytical utility guarantees offer a rigorous tool to reason about this trade-off, but are generally only available for relatively simple problems. For more complex tasks, such as training neural networks under differential privacy, the utility achieved by a given algorithm can only be measured empirically. This paper presents a Bayesian optimization methodology for efficiently characterizing the privacy--utility trade-off of any differentially private algorithm using only empirical measurements of its utility. The versatility of our method is illustrated on a number of machine learning tasks involving multiple models, optimizers, and datasets.

Code Implementations1 repo
Foundations

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

Your Notes