paper-with-me

Papers

Identifying and Correcting Label Bias in Machine Learning

2019-01-15 · Heinrich Jiang, Ofir Nachum

Datasets often contain biases which unfairly disadvantage certain groups, and classifiers trained on such datasets can inherit these biases. In this paper, we provide a mathematical formulation of how this bias can arise. We do so by assuming the existence of underlying, unknown, and unbiased labels which are overwritten by an agent who intends to provide accurate labels but may have biases against certain groups. Despite the fact that we only observe the biased labels, we are able to show that the bias may nevertheless be corrected by re-weighting the data points without changing the labels. We show, with theoretical guarantees, that training on the re-weighted dataset corresponds to training on the unobserved but unbiased labels, thus leading to an unbiased machine learning classifier. Our procedure is fast and robust and can be used with virtually any learning algorithm. We evaluate on a number of standard machine learning fairness datasets and a variety of fairness notions, finding that our method outperforms standard approaches in achieving fair classification.

📄 PDF Abstract BibTeX arXiv:1901.04966

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningFairness

Similar Papers 제목 키워드 기반

Correcting Length Bias in Neural Machine Translation

2018-08-29 · WS 2018 10 · Kenton Murray, David Chiang

We study two problems in neural machine translation (NMT). First, in beam search, whereas a wider beam should in principle help translation, it often hurts NMT. Second, NMT has a tendency to produce translations that are…

Machine TranslationNMTTranslation

Systematic analysis of the impact of label noise correction on ML Fairness

2023-06-28 · I. Oliveira e Silva, C. Soares, I. Sousa, R. Ghani

Arbitrary, inconsistent, or faulty decision-making raises serious concerns, and preventing unfair models is an increasingly important challenge in Machine Learning. Data often reflect past discriminatory behavior, and mo…

Decision MakingFairness

Bias Leaves a Gradient Trail: Label-Free Bias Identification via Gradient Probes on Concept Decompositions

2026-05-27 · Thomas Vitry, Kieran Edgeworth, Stefan Wermter, Jae Hee Lee arxiv

Vision classifiers can exploit spurious correlations, achieving high in-distribution accuracy yet failing under distribution shift. Existing approaches to bias mitigation and analysis often depend on curated datasets, sp…

Debiased Negative Mining Improves Out-of-distribution Detection with Pre-trained Vision-Language Models

2026-05-22 · Bo Peng, Jie Lu, Guangquan Zhang, Zhen Fang arxiv

Aiming at identifying unexpected inputs from unknown classes, out-of-distribution (OOD) detection has emerged as a pivotal approach to enhancing the reliability of machine learning models. This paper focuses on the burge…

Out-of-Distribution Detection

RePL: Pseudo-label Refinement for Semi-supervised LiDAR Semantic Segmentation

2026-04-08 · Donghyeon Kwon, Taegyu Park, Suha Kwak arxiv

Semi-supervised learning for LiDAR semantic segmentation often suffers from error propagation and confirmation bias caused by noisy pseudo-labels. To tackle this chronic issue, we introduce RePL, a novel framework that e…

LIDAR Semantic Segmentation