paper-with-me

Papers

Differentially Private Algorithms for Empirical Machine Learning

2014-11-20 · Ben Stoddard, Yan Chen, Ashwin Machanavajjhala

An important use of private data is to build machine learning classifiers. While there is a burgeoning literature on differentially private classification algorithms, we find that they are not practical in real applications due to two reasons. First, existing differentially private classifiers provide poor accuracy on real world datasets. Second, there is no known differentially private algorithm for empirically evaluating the private classifier on a private test dataset. In this paper, we develop differentially private algorithms that mirror real world empirical machine learning workflows. We consider the private classifier training algorithm as a blackbox. We present private algorithms for selecting features that are input to the classifier. Though adding a preprocessing step takes away some of the privacy budget from the actual classification process (thus potentially making it noisier and less accurate), we show that our novel preprocessing techniques significantly increase classifier accuracy on three real-world datasets. We also present the first private algorithms for empirically constructing receiver operating characteristic (ROC) curves on a private test set.

📄 PDF Abstract BibTeX arXiv:1411.5428

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningGeneral Classification

Similar Papers 제목 키워드 기반

AdaCliP: Adaptive Clipping for Private SGD

2019-08-20 · Venkatadheeraj Pichapati, Ananda Theertha Suresh, Felix X. Yu, Sashank J. Reddi 외

Privacy preserving machine learning algorithms are crucial for learning models over user data to protect sensitive information. Motivated by this, differentially private stochastic gradient descent (SGD) algorithms for t…

BIG-bench Machine LearningPrivacy PreservingSensitivity

Auditing Differentially Private Machine Learning: How Private is Private SGD?

2020-06-13 · NeurIPS 2020 12 · Matthew Jagielski, Jonathan Ullman, Alina Oprea

We investigate whether Differentially Private SGD offers better privacy in practice than what is guaranteed by its state-of-the-art analysis. We do so via novel data poisoning attacks, which we show correspond to realist…

Art AnalysisBIG-bench Machine LearningData Poisoning

Differentially Private Wasserstein Barycenters

2025-10-03 · Anming Gu, Sasidhar Kunapuli, Mark Bun, Edward Chien 외 arxiv

The Wasserstein barycenter is defined as the mean of a set of probability measures under the optimal transport metric, and has numerous applications spanning machine learning, statistics, and computer graphics. In practi…

Distributed Differentially Private Computation of Functions with Correlated Noise

2019-04-22 · Hafiz Imtiaz, Jafar Mohammadi, Anand D. Sarwate

Many applications of machine learning, such as human health research, involve processing private or sensitive information. Privacy concerns may impose significant hurdles to collaboration in scenarios where there are mul…

BIG-bench Machine LearningPrivacy Preserving

Differentially Private Confidence Intervals for Empirical Risk Minimization

2018-04-11 · Yue Wang, Daniel Kifer, Jaewoo Lee

The process of data mining with differential privacy produces results that are affected by two types of noise: sampling noise due to data collection and privacy noise that is designed to prevent the reconstruction of sen…

BIG-bench Machine Learning