paper-with-me

Papers

Differentially Private Fair Binary Classifications

2024-02-23 · Hrad Ghoukasian, Shahab Asoodeh

In this work, we investigate binary classification under the constraints of both differential privacy and fairness. We first propose an algorithm based on the decoupling technique for learning a classifier with only fairness guarantee. This algorithm takes in classifiers trained on different demographic groups and generates a single classifier satisfying statistical parity. We then refine this algorithm to incorporate differential privacy. The performance of the final algorithm is rigorously examined in terms of privacy, fairness, and utility guarantees. Empirical evaluations conducted on the Adult and Credit Card datasets illustrate that our algorithm outperforms the state-of-the-art in terms of fairness guarantees, while maintaining the same level of privacy and utility.

📄 PDF Abstract BibTeX arXiv:2402.15603

Code (1)

hradghoukasian/dp_fair_binary 공식 구현 pytorch

Tasks

Binary ClassificationFairness

Similar Papers 제목 키워드 기반

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

Stochastic Differentially Private and Fair Learning

2022-10-17 · Andrew Lowy, Devansh Gupta, Meisam Razaviyayn

Machine learning models are increasingly used in high-stakes decision-making systems. In such applications, a major concern is that these models sometimes discriminate against certain demographic groups such as individua…

Binary ClassificationDecision MakingFairnessStochastic Optimization

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

Differentially Private Nonparametric Regression Under a Growth Condition

2021-11-24 · Noah Golowich

Given a real-valued hypothesis class $\mathcal{H}$, we investigate under what conditions there is a differentially private algorithm which learns an optimal hypothesis from $\mathcal{H}$ given i.i.d. data. Inspired by re…

Binary Classificationregression

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…