paper-with-me

홈 › Papers

Differential Privacy Has Disparate Impact on Model Accuracy

2019-05-28 · NeurIPS 2019 12 · Eugene Bagdasaryan, Vitaly Shmatikov

Differential privacy (DP) is a popular mechanism for training machine learning models with bounded leakage about the presence of specific points in the training data. The cost of differential privacy is a reduction in the model's accuracy. We demonstrate that in the neural networks trained using differentially private stochastic gradient descent (DP-SGD), this cost is not borne equally: accuracy of DP models drops much more for the underrepresented classes and subgroups. For example, a gender classification model trained using DP-SGD exhibits much lower accuracy for black faces than for white faces. Critically, this gap is bigger in the DP model than in the non-DP model, i.e., if the original model is unfair, the unfairness becomes worse once DP is applied. We demonstrate this effect for a variety of tasks and models, including sentiment analysis of text and image classification. We then explain why DP training mechanisms such as gradient clipping and noise addition have disproportionate effect on the underrepresented and more complex subgroups, resulting in a disparate reduction of model accuracy.

📄 PDF Abstract BibTeX arXiv:1905.12101

Code (1)

ebagdasa/differential-privacy-vs-fairness 공식 구현 pytorch

Tasks

Gender ClassificationGeneral Classificationimage-classificationImage ClassificationmodelSentiment Analysis

Methods 이 논문이 사용한 방법론

Gradient Clipping One difficulty that arises with optimization of deep neural networks is that large parameter gradients can lead an SGD optimizer to update…

Similar Papers 제목 키워드 기반

Removing Disparate Impact of Differentially Private Stochastic Gradient Descent on Model Accuracy

2020-03-08 · Depeng Xu, Wei Du, Xintao Wu

When we enforce differential privacy in machine learning, the utility-privacy trade-off is different w.r.t. each group. Gradient clipping and random noise addition disproportionately affect underrepresented and complex c…

DP-SGD vs PATE: Which Has Less Disparate Impact on Model Accuracy?

2021-06-22 · Archit Uniyal, Rakshit Naidu, Sasikanth Kotti, Sahib Singh 외

Recent advances in differentially private deep learning have demonstrated that application of differential privacy, specifically the DP-SGD algorithm, has a disparate impact on different sub-groups in the population, whi…

Deep LearningFairness

Fair Differential Privacy Can Mitigate the Disparate Impact on Model Accuracy

2021-01-01 · Wenyan Liu, Xiangfeng Wang, Xingjian Lu, Junhong Cheng 외

The techniques based on the theory of differential privacy (DP) has become a standard building block in the machine learning community. DP training mechanisms offer strong guarantees that an adversary cannot determine wi…

Fairness

Neither Private Nor Fair: Impact of Data Imbalance on Utility and Fairness in Differential Privacy

2020-09-10 · Tom Farrand, FatemehSadat Mireshghallah, Sahib Singh, Andrew Trask

Deployment of deep learning in different fields and industries is growing day by day due to its performance, which relies on the availability of data and compute. Data is often crowd-sourced and contains sensitive inform…

Fairness

Private and Fair Machine Learning: Revisiting the Disparate Impact of Differentially Private SGD

2025-10-02 · Lea Demelius, Dominik Kowald, Simone Kopeinik, Roman Kern 외 arxiv

Differential privacy (DP) is a prominent method for protecting information about individuals during data analysis. Training neural networks with differentially private stochastic gradient descent (DPSGD) influences the m…