paper-with-me

Papers

Differentially Private Fair Learning

2018-12-06 · Matthew Jagielski, Michael Kearns, Jieming Mao, Alina Oprea, Aaron Roth, Saeed Sharifi-Malvajerdi, Jonathan Ullman

Motivated by settings in which predictive models may be required to be non-discriminatory with respect to certain attributes (such as race), but even collecting the sensitive attribute may be forbidden or restricted, we initiate the study of fair learning under the constraint of differential privacy. We design two learning algorithms that simultaneously promise differential privacy and equalized odds, a 'fairness' condition that corresponds to equalizing false positive and negative rates across protected groups. Our first algorithm is a private implementation of the equalized odds post-processing approach of [Hardt et al., 2016]. This algorithm is appealingly simple, but must be able to use protected group membership explicitly at test time, which can be viewed as a form of 'disparate treatment'. Our second algorithm is a differentially private version of the oracle-efficient in-processing approach of [Agarwal et al., 2018] that can be used to find the optimal fair classifier, given access to a subroutine that can solve the original (not necessarily fair) learning problem. This algorithm is more complex but need not have access to protected group membership at test time. We identify new tradeoffs between fairness, accuracy, and privacy that emerge only when requiring all three properties, and show that these tradeoffs can be milder if group membership may be used at test time. We conclude with a brief experimental evaluation.

📄 PDF Abstract BibTeX arXiv:1812.02696

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeFairness

Similar Papers 제목 키워드 기반

How to Democratise and Protect AI: Fair and Differentially Private Decentralised Deep Learning

2020-07-18 · Lingjuan Lyu, Yitong Li, Karthik Nandakumar, Jiangshan Yu 외

This paper firstly considers the research problem of fairness in collaborative deep learning, while ensuring privacy. A novel reputation system is proposed through digital tokens and local credibility to ensure fairness,…

Deep LearningFairnessGenerative Adversarial NetworkPrivacy Preserving+1

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…

Post-processing of Differentially Private Data: A Fairness Perspective

2022-01-24 · Keyu Zhu, Ferdinando Fioretto, Pascal Van Hentenryck

Post-processing immunity is a fundamental property of differential privacy: it enables arbitrary data-independent transformations to differentially private outputs without affecting their privacy guarantees. Post-process…

Fairness

Differentially Private Post-Processing for Fair Regression

2024-05-07 · Ruicheng Xian, Qiaobo Li, Gautam Kamath, Han Zhao

This paper describes a differentially private post-processing algorithm for learning fair regressors satisfying statistical parity, addressing privacy concerns of machine learning models trained on sensitive data, as wel…

Density EstimationFairnessregression

Evaluating the Fairness Impact of Differentially Private Synthetic Data

2022-05-09 · Blake Bullwinkel, Kristen Grabarz, Lily Ke, Scarlett Gong 외

Differentially private (DP) synthetic data is a promising approach to maximizing the utility of data containing sensitive information. Due to the suppression of underrepresented classes that is often required to achieve …

Binary ClassificationFairness