paper-with-me

홈 › Papers

Fairness Beyond Disparate Treatment & Disparate Impact: Learning Classification without Disparate Mistreatment

2016-10-26 · Muhammad Bilal Zafar, Isabel Valera, Manuel Gomez Rodriguez, Krishna P. Gummadi

Automated data-driven decision making systems are increasingly being used to assist, or even replace humans in many settings. These systems function by learning from historical decisions, often taken by humans. In order to maximize the utility of these systems (or, classifiers), their training involves minimizing the errors (or, misclassifications) over the given historical data. However, it is quite possible that the optimally trained classifier makes decisions for people belonging to different social groups with different misclassification rates (e.g., misclassification rates for females are higher than for males), thereby placing these groups at an unfair disadvantage. To account for and avoid such unfairness, in this paper, we introduce a new notion of unfairness, disparate mistreatment, which is defined in terms of misclassification rates. We then propose intuitive measures of disparate mistreatment for decision boundary-based classifiers, which can be easily incorporated into their formulation as convex-concave constraints. Experiments on synthetic as well as real world datasets show that our methodology is effective at avoiding disparate mistreatment, often at a small cost in terms of accuracy.

📄 PDF Abstract BibTeX arXiv:1610.08452

Code (3)

ModelOriented/FairModels
cran/fairmodels
mbilalzafar/fair-classification

Tasks

Decision MakingFairnessGeneral Classification

Similar Papers 제목 키워드 기반

Social Bias Probing: Fairness Benchmarking for Language Models

2023-11-15 · Marta Marchiori Manerba, Karolina Stańczak, Riccardo Guidotti, Isabelle Augenstein

While the impact of social biases in language models has been recognized, prior methods for bias evaluation have been limited to binary association tests on small datasets, limiting our understanding of bias complexities…

BenchmarkingFairnessProbing Language Models

Reprogramming FairGANs with Variational Auto-Encoders: A New Transfer Learning Model

2022-03-11 · Beatrice Nobile, Gabriele Santin, Bruno Lepri, Pierpaolo Brutti

Fairness-aware GANs (FairGANs) exploit the mechanisms of Generative Adversarial Networks (GANs) to impose fairness on the generated data, freeing them from both disparate impact and disparate treatment. Given the model's…

FairnessTransfer Learning

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…

Fair Division Without Disparate Impact

2019-06-06 · Alexander Peysakhovich, Christian Kroer

We consider the problem of dividing items between individuals in a way that is fair both in the sense of distributional fairness and in the sense of not having disparate impact across protected classes. An important exis…

FairnessRecommendation Systems

FairML: A Julia Package for Fair Classification

2024-12-02 · Jan Pablo Burgard, João Vitor Pamplona

In this paper, we propose FairML.jl, a Julia package providing a framework for fair classification in machine learning. In this framework, the fair learning process is divided into three stages. Each stage aims to reduce…

Classification