paper-with-me

Papers

DP-UTIL: Comprehensive Utility Analysis of Differential Privacy in Machine Learning

2021-12-24 · Ismat Jarin, Birhanu Eshete

Differential Privacy (DP) has emerged as a rigorous formalism to reason about quantifiable privacy leakage. In machine learning (ML), DP has been employed to limit inference/disclosure of training examples. Prior work leveraged DP across the ML pipeline, albeit in isolation, often focusing on mechanisms such as gradient perturbation. In this paper, we present, DP-UTIL, a holistic utility analysis framework of DP across the ML pipeline with focus on input perturbation, objective perturbation, gradient perturbation, output perturbation, and prediction perturbation. Given an ML task on privacy-sensitive data, DP-UTIL enables a ML privacy practitioner perform holistic comparative analysis on the impact of DP in these five perturbation spots, measured in terms of model utility loss, privacy leakage, and the number of truly revealed training samples. We evaluate DP-UTIL over classification tasks on vision, medical, and financial datasets, using two representative learning algorithms (logistic regression and deep neural network) against membership inference attack as a case study attack. One of the highlights of our results is that prediction perturbation consistently achieves the lowest utility loss on all models across all datasets. In logistic regression models, objective perturbation results in lowest privacy leakage compared to other perturbation techniques. For deep neural networks, gradient perturbation results in lowest privacy leakage. Moreover, our results on true revealed records suggest that as privacy leakage increases a differentially private model reveals more number of member samples. Overall, our findings suggest that to make informed decisions as to which perturbation mechanism to use, a ML privacy practitioner needs to examine the dynamics between optimization techniques (convex vs. non-convex), perturbation mechanisms, number of classes, and privacy budget.

📄 PDF Abstract BibTeX arXiv:2112.12998

Code (1)

um-dsp/DP-UTIL 공식 구현 tf

Tasks

BIG-bench Machine LearningInference AttackMembership Inference Attackregression

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 Theoretical Analysis of Efficiency Constrained Utility-Privacy Bi-Objective Optimization in Federated Learning

2023-12-27 · Hanlin Gu, Xinyuan Zhao, Gongxi Zhu, Yuxing Han 외

Federated learning (FL) enables multiple clients to collaboratively learn a shared model without sharing their individual data. Concerns about utility, privacy, and training efficiency in FL have garnered significant res…

Federated Learning

Differentially Private ADMM Algorithms for Machine Learning

2020-10-31 · Tao Xu, Fanhua Shang, Yuanyuan Liu, Hongying Liu 외

In this paper, we study efficient differentially private alternating direction methods of multipliers (ADMM) via gradient perturbation for many machine learning problems. For smooth convex loss functions with (non)-smoot…

BIG-bench Machine Learning

Automatic Discovery of Privacy-Utility Pareto Fronts

2019-05-26 · Brendan Avent, Javier Gonzalez, Tom Diethe, Andrei Paleyes 외

Differential privacy is a mathematical framework for privacy-preserving data analysis. Changing the hyperparameters of a differentially private algorithm allows one to trade off privacy and utility in a principled way. Q…

Bayesian OptimizationPrivacy Preserving

Fast Estimation for Privacy and Utility in Differentially Private Machine Learning

2021-01-01 · Yuzhe Li, Yong liu, Weipinng Wang, Bo Li 외

Recently, differential privacy has been widely studied in machine learning due to its formal privacy guarantees for data analysis. As one of the most important parameters of differential privacy, $\epsilon$ controls the …

BIG-bench Machine Learning

Towards Practical Differential Privacy in Data Analysis: Understanding the Effect of Epsilon on Utility in Private ERM

2022-06-06 · Yuzhe Li, Yong liu, Bo Li, Weiping Wang 외

In this paper, we focus our attention on private Empirical Risk Minimization (ERM), which is one of the most commonly used data analysis method. We take the first step towards solving the above problem by theoretically e…