paper-with-me

Papers

From Soft Classifiers to Hard Decisions: How fair can we be?

2018-10-03 · Ran Canetti, Aloni Cohen, Nishanth Dikkala, Govind Ramnarayan, Sarah Scheffler, Adam Smith

A popular methodology for building binary decision-making classifiers in the presence of imperfect information is to first construct a non-binary "scoring" classifier that is calibrated over all protected groups, and then to post-process this score to obtain a binary decision. We study the feasibility of achieving various fairness properties by post-processing calibrated scores, and then show that deferring post-processors allow for more fairness conditions to hold on the final decision. Specifically, we show: 1. There does not exist a general way to post-process a calibrated classifier to equalize protected groups' positive or negative predictive value (PPV or NPV). For certain "nice" calibrated classifiers, either PPV or NPV can be equalized when the post-processor uses different thresholds across protected groups, though there exist distributions of calibrated scores for which the two measures cannot be both equalized. When the post-processing consists of a single global threshold across all groups, natural fairness properties, such as equalizing PPV in a nontrivial way, do not hold even for "nice" classifiers. 2. When the post-processing is allowed to `defer' on some decisions (that is, to avoid making a decision by handing off some examples to a separate process), then for the non-deferred decisions, the resulting classifier can be made to equalize PPV, NPV, false positive rate (FPR) and false negative rate (FNR) across the protected groups. This suggests a way to partially evade the impossibility results of Chouldechova and Kleinberg et al., which preclude equalizing all of these measures simultaneously. We also present different deferring strategies and show how they affect the fairness properties of the overall system. We evaluate our post-processing techniques using the COMPAS data set from 2016.

📄 PDF Abstract BibTeX arXiv:1810.02003

Code (1)

nishanthdikkala/postprocessing-deferrals

Tasks

Decision MakingFairness

Similar Papers 제목 키워드 기반

Software Engineering for Fairness: A Case Study with Hyperparameter Optimization

2019-05-14 · Joymallya Chakraborty, Tianpei Xia, Fahmid M. Fahid, Tim Menzies

We assert that it is the ethical duty of software engineers to strive to reduce software discrimination. This paper discusses how that might be done. This is an important topic since machine learning software is increasi…

BIG-bench Machine LearningFairnessHyperparameter Optimization

Randomized Classifiers vs Human Decision-Makers: Trustworthy AI May Have to Act Randomly and Society Seems to Accept This

2021-11-15 · Gábor Erdélyi, Olivia J. Erdélyi, Vladimir Estivill-Castro

As \emph{artificial intelligence} (AI) systems are increasingly involved in decisions affecting our lives, ensuring that automated decision-making is fair and ethical has become a top priority. Intuitively, we feel that …

Decision MakingFairness

Fair Classifiers that Abstain without Harm

2023-10-09 · Tongxin Yin, Jean-François Ton, Ruocheng Guo, Yuanshun Yao 외

In critical applications, it is vital for classifiers to defer decision-making to humans. We propose a post-hoc method that makes existing classifiers selectively abstain from predicting certain samples. Our abstaining c…

Decision MakingFairness

Fair Feature Selection: A Comparison of Multi-Objective Genetic Algorithms

2023-10-04 · James Brookhouse, Alex Freitas

Machine learning classifiers are widely used to make decisions with a major impact on people's lives (e.g. accepting or denying a loan, hiring decisions, etc). In such applications,the learned classifiers need to be both…

Fairnessfeature selection

Making ML models fairer through explanations: the case of LimeOut

2020-11-01 · Guilherme Alves, Vaishnavi Bhargava, Miguel Couceiro, Amedeo Napoli

Algorithmic decisions are now being used on a daily basis, and based on Machine Learning (ML) processes that may be complex and biased. This raises several concerns given the critical impact that biased decisions may hav…

Fairness