paper-with-me

홈 › Papers

Protecting Global Properties of Datasets with Distribution Privacy Mechanisms

2022-07-18 · Michelle Chen, Olga Ohrimenko

We consider the problem of ensuring confidentiality of dataset properties aggregated over many records of a dataset. Such properties can encode sensitive information, such as trade secrets or demographic data, while involving a notion of data protection different to the privacy of individual records typically discussed in the literature. In this work, we demonstrate how a distribution privacy framework can be applied to formalize such data confidentiality. We extend the Wasserstein Mechanism from Pufferfish privacy and the Gaussian Mechanism from attribute privacy to this framework, then analyze their underlying data assumptions and how they can be relaxed. We then empirically evaluate the privacy-utility tradeoffs of these mechanisms and apply them against a practical property inference attack which targets global properties of datasets. The results show that our mechanisms can indeed reduce the effectiveness of the attack while providing utility substantially greater than a crude group differential privacy baseline. Our work thus provides groundwork for theoretical mechanisms for protecting global properties of datasets along with their evaluation in practice.

📄 PDF Abstract BibTeX arXiv:2207.08367

Code (1)

mgcsls/mechanisms-global-properties 공식 구현

Tasks

AttributeInference Attack

Similar Papers 제목 키워드 기반

Attribute Privacy: Framework and Mechanisms

2020-09-08 · Wanrong Zhang, Olga Ohrimenko, Rachel Cummings

Ensuring the privacy of training data is a growing concern since many machine learning models are trained on confidential and potentially sensitive data. Much attention has been devoted to methods for protecting individu…

Attribute

Anti-Aesthetics: Protecting Facial Privacy against Customized Text-to-Image Synthesis

2025-04-16 · Songping Wang, Yueming Lyu, Shiqi Liu, Ning li 외

The rise of customized diffusion models has spurred a boom in personalized visual content creation, but also poses risks of malicious misuse, severely threatening personal privacy and copyright protection. Some studies s…

Image Generation

Differentially Private Naive Bayes Classifier using Smooth Sensitivity

2020-03-31 · Farzad Zafarani, Chris Clifton

With the increasing collection of users' data, protecting individual privacy has gained more interest. Differential Privacy is a strong concept of protecting individuals. Naive Bayes is one of the popular machine learnin…

Sensitivity

Accuracy, Interpretability, and Differential Privacy via Explainable Boosting

2021-06-17 · Harsha Nori, Rich Caruana, Zhiqi Bu, Judy Hanwen Shen 외

We show that adding differential privacy to Explainable Boosting Machines (EBMs), a recent method for training interpretable ML models, yields state-of-the-art accuracy while protecting privacy. Our experiments on multip…

regression

Privacy Preserving Recalibration under Domain Shift

2020-08-21 · Rachel Luo, Shengjia Zhao, Jiaming Song, Jonathan Kuck 외

Classifiers deployed in high-stakes real-world applications must output calibrated confidence scores, i.e. their predicted probabilities should reflect empirical frequencies. Recalibration algorithms can greatly improve …

Privacy Preserving