paper-with-me

Papers

Survey on Causal-based Machine Learning Fairness Notions

2020-10-19 · Karima Makhlouf, Sami Zhioua, Catuscia Palamidessi

Addressing the problem of fairness is crucial to safely use machine learning algorithms to support decisions with a critical impact on people's lives such as job hiring, child maltreatment, disease diagnosis, loan granting, etc. Several notions of fairness have been defined and examined in the past decade, such as statistical parity and equalized odds. The most recent fairness notions, however, are causal-based and reflect the now widely accepted idea that using causality is necessary to appropriately address the problem of fairness. This paper examines an exhaustive list of causal-based fairness notions and study their applicability in real-world scenarios. As the majority of causal-based fairness notions are defined in terms of non-observable quantities (e.g., interventions and counterfactuals), their deployment in practice requires to compute or estimate those quantities using observational data. This paper offers a comprehensive report of the different approaches to infer causal quantities from observational data including identifiability (Pearl's SCM framework) and estimation (potential outcome framework). The main contributions of this survey paper are (1) a guideline to help selecting a suitable fairness notion given a specific real-world scenario, and (2) a ranking of the fairness notions according to Pearl's causation ladder indicating how difficult it is to deploy each notion in practice.

📄 PDF Abstract BibTeX arXiv:2010.09553

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningFairnessSurvey

Similar Papers 제목 키워드 기반

Identifiability of Causal-based Fairness Notions: A State of the Art

2022-03-11 · Karima Makhlouf, Sami Zhioua, Catuscia Palamidessi

Machine learning algorithms can produce biased outcome/prediction, typically, against minorities and under-represented sub-populations. Therefore, fairness is emerging as an important requirement for the large scale appl…

BIG-bench Machine LearningCausal InferencecounterfactualFairness

PC-Fairness: A Unified Framework for Measuring Causality-based Fairness

2019-10-20 · NeurIPS 2019 12 · Yongkai Wu, Lu Zhang, Xintao Wu, Hanghang Tong

A recent trend of fair machine learning is to define fairness as causality-based notions which concern the causal connection between protected attributes and decisions. However, one common challenge of all causality-base…

counterfactualFairness

Survey on Fairness Notions and Related Tensions

2022-09-16 · Guilherme Alves, Fabien Bernier, Miguel Couceiro, Karima Makhlouf 외

Automated decision systems are increasingly used to take consequential decisions in problems such as job hiring and loan granting with the hope of replacing subjective human decisions with objective machine learning (ML)…

FairnessSurvey

Causal Fairness-Guided Dataset Reweighting using Neural Networks

2023-11-17 · Xuan Zhao, Klaus Broelemann, Salvatore Ruggieri, Gjergji Kasneci

The importance of achieving fairness in machine learning models cannot be overstated. Recent research has pointed out that fairness should be examined from a causal perspective, and several fairness notions based on the …

Fairness

Machine learning fairness notions: Bridging the gap with real-world applications

2020-06-30 · Karima Makhlouf, Sami Zhioua, Catuscia Palamidessi

Fairness emerged as an important requirement to guarantee that Machine Learning (ML) predictive systems do not discriminate against specific individuals or entire sub-populations, in particular, minorities. Given the inh…

BIG-bench Machine LearningFairnessNavigate