Privacy-preserving Prediction
Cynthia Dwork, Vitaly Feldman

TL;DR
This paper explores methods to ensure individual prediction privacy in machine learning models, analyzing sample complexity and proposing approaches that balance privacy with accuracy, especially for specific function classes.
Contribution
It introduces a simple baseline for private prediction, analyzes its sample complexity, and demonstrates how to reduce overhead for certain function classes like thresholds and convex regression.
Findings
Baseline approach is nearly optimal for PAC learning of Boolean functions.
Overhead can be avoided for thresholds and convex regression.
Strong generalization guarantees are established for private prediction algorithms.
Abstract
Ensuring differential privacy of models learned from sensitive user data is an important goal that has been studied extensively in recent years. It is now known that for some basic learning problems, especially those involving high-dimensional data, producing an accurate private model requires much more data than learning without privacy. At the same time, in many applications it is not necessary to expose the model itself. Instead users may be allowed to query the prediction model on their inputs only through an appropriate interface. Here we formulate the problem of ensuring privacy of individual predictions and investigate the overheads required to achieve it in several standard models of classification and regression. We first describe a simple baseline approach based on training several models on disjoint subsets of data and using standard private aggregation techniques to…
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
TopicsPrivacy-Preserving Technologies in Data · Machine Learning and Algorithms · Stochastic Gradient Optimization Techniques
