Provable Membership Inference Privacy
Zachary Izzo, Jinsung Yoon, Sercan O. Arik, James Zou

TL;DR
This paper introduces membership inference privacy (MIP), a new privacy notion that offers a more interpretable and utility-preserving alternative to differential privacy (DP) by reducing randomness requirements and providing clear attack success rate guarantees.
Contribution
The paper defines MIP, establishes its relationship with DP, and presents a simple, wrapper-based algorithm to achieve MIP for any continuous-output algorithm.
Findings
MIP requires less randomness than DP for similar privacy guarantees.
MIP provides interpretable success rates for membership inference attacks.
The proposed algorithm can be applied broadly as a wrapper around existing methods.
Abstract
In applications involving sensitive data, such as finance and healthcare, the necessity for preserving data privacy can be a significant barrier to machine learning model development. Differential privacy (DP) has emerged as one canonical standard for provable privacy. However, DP's strong theoretical guarantees often come at the cost of a large drop in its utility for machine learning, and DP guarantees themselves can be difficult to interpret. In this work, we propose a novel privacy notion, membership inference privacy (MIP), to address these challenges. We give a precise characterization of the relationship between MIP and DP, and show that MIP can be achieved using less amount of randomness compared to the amount required for guaranteeing DP, leading to a smaller drop in utility. MIP guarantees are also easily interpretable in terms of the success rate of membership inference…
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 · Adversarial Robustness in Machine Learning · Stochastic Gradient Optimization Techniques
