paper-with-me

Papers

On Comparing Fair Classifiers under Data Bias

2023-02-12 · Mohit Sharma, Amit Deshpande, Rajiv Ratn Shah

In this paper, we consider a theoretical model for injecting data bias, namely, under-representation and label bias (Blum & Stangl, 2019). We empirically study the effect of varying data biases on the accuracy and fairness of fair classifiers. Through extensive experiments on both synthetic and real-world datasets (e.g., Adult, German Credit, Bank Marketing, COMPAS), we empirically audit pre-, in-, and post-processing fair classifiers from standard fairness toolkits for their fairness and accuracy by injecting varying amounts of under-representation and label bias in their training data (but not the test data). Our main observations are: 1. The fairness and accuracy of many standard fair classifiers degrade severely as the bias injected in their training data increases, 2. A simple logistic regression model trained on the right data can often outperform, in both accuracy and fairness, most fair classifiers trained on biased training data, and 3. A few, simple fairness techniques (e.g., reweighing, exponentiated gradients) seem to offer stable accuracy and fairness guarantees even when their training data is injected with under-representation and label bias. Our experiments also show how to integrate a measure of data bias risk in the existing fairness dashboards for real-world deployments.

📄 PDF Abstract BibTeX arXiv:2302.05906

Code (1)

mohitsharma29/comparision_data_bias_fairness 공식 구현 pytorch

Tasks

FairnessMarketing

Methods 이 논문이 사용한 방법론

Test 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

How Far Can Fairness Constraints Help Recover From Biased Data?

2023-12-16 · Mohit Sharma, Amit Deshpande

A general belief in fair classification is that fairness constraints incur a trade-off with accuracy, which biased data may worsen. Contrary to this belief, Blum & Stangl (2019) show that fair classification with equal o…

Fairness

Fairness under Competition

2025-05-22 · Ronen Gradwohl, Eilam Shapira, Moshe Tennenholtz

Algorithmic fairness has emerged as a central issue in ML, and it has become standard practice to adjust ML algorithms so that they will satisfy fairness requirements such as Equal Opportunity. In this paper we consider …

Fairness

Simulating Biases for Interpretable Fairness in Offline and Online Classifiers

2025-07-14 · Ricardo Inácio, Zafeiris Kokkinogenis, Vitor Cerqueira, Carlos Soares arxiv

Predictive models often reinforce biases which were originally embedded in their training data, through skewed decisions. In such cases, mitigation methods are critical to ensure that, regardless of the prevailing dispar…

Residual Unfairness in Fair Machine Learning from Prejudiced Data

2018-06-07 · ICML 2018 7 · Nathan Kallus, Angela Zhou

Recent work in fairness in machine learning has proposed adjusting for fairness by equalizing accuracy metrics across groups and has also studied how datasets affected by historical prejudices may lead to unfair decision…

BIG-bench Machine LearningFairness

Explanatory Interactive Machine Learning for Bias Mitigation in Visual Gender Classification

2026-02-07 · Nathanya Satriani, Djordje Slijepčević, Markus Schedl, Matthias Zeppelzauer arxiv

Explanatory interactive learning (XIL) enables users to guide model training in machine learning (ML) by providing feedback on the model's explanations, thereby helping it to focus on features that are relevant to the pr…