paper-with-me

홈 › Papers

Evaluating Differentially Private Machine Learning in Practice

2019-02-24 · Bargav Jayaraman, David Evans

Differential privacy is a strong notion for privacy that can be used to prove formal guarantees, in terms of a privacy budget, $\epsilon$, about how much information is leaked by a mechanism. However, implementations of privacy-preserving machine learning often select large values of $\epsilon$ in order to get acceptable utility of the model, with little understanding of the impact of such choices on meaningful privacy. Moreover, in scenarios where iterative learning procedures are used, differential privacy variants that offer tighter analyses are used which appear to reduce the needed privacy budget but present poorly understood trade-offs between privacy and utility. In this paper, we quantify the impact of these choices on privacy in experiments with logistic regression and neural network models. Our main finding is that there is a huge gap between the upper bounds on privacy loss that can be guaranteed, even with advanced mechanisms, and the effective privacy loss that can be measured using current inference attacks. Current mechanisms for differentially private machine learning rarely offer acceptable utility-privacy trade-offs with guarantees for complex learning tasks: settings that provide limited accuracy loss provide meaningless privacy guarantees, and settings that provide strong privacy guarantees result in useless models. Code for the experiments can be found here: https://github.com/bargavj/EvaluatingDPML

📄 PDF Abstract BibTeX arXiv:1902.08874

Code (1)

bargavj/EvaluatingDPML 공식 구현 tf

Tasks

BIG-bench Machine LearningPrivacy Preserving

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

A General Framework for Auditing Differentially Private Machine Learning

2022-10-16 · Fred Lu, Joseph Munoz, Maya Fuchs, Tyler LeBlond 외

We present a framework to statistically audit the privacy guarantee conferred by a differentially private machine learner in practice. While previous works have taken steps toward evaluating privacy loss through poisonin…

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 applicati…

BIG-bench Machine LearningGeneral Classification

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

Three Tools for Practical Differential Privacy

2018-12-07 · Koen Lennart van der Veen, Ruben Seggers, Peter Bloem, Giorgio Patrini

Differentially private learning on real-world data poses challenges for standard machine learning practice: privacy guarantees are difficult to interpret, hyperparameter tuning on private data reduces the privacy budget,…

BIG-bench Machine Learning

Differentially Private and Adversarially Robust Machine Learning: An Empirical Evaluation

2024-01-18 · Janvi Thakkar, Giulio Zizzo, Sergio Maffeis

Malicious adversaries can attack machine learning models to infer sensitive information or damage the system by launching a series of evasion attacks. Although various work addresses privacy and security concerns, they f…

Inference AttackMembership Inference Attack