paper-with-me

홈 › Papers

Mitigating Source Bias for Fairer Weak Supervision

2023-03-30 · NeurIPS 2023 11 · Changho Shin, Sonia Cromp, Dyah Adila, Frederic Sala

Weak supervision enables efficient development of training sets by reducing the need for ground truth labels. However, the techniques that make weak supervision attractive -- such as integrating any source of signal to estimate unknown labels -- also entail the danger that the produced pseudolabels are highly biased. Surprisingly, given everyday use and the potential for increased bias, weak supervision has not been studied from the point of view of fairness. We begin such a study, starting with the observation that even when a fair model can be built from a dataset with access to ground-truth labels, the corresponding dataset labeled via weak supervision can be arbitrarily unfair. To address this, we propose and empirically validate a model for source unfairness in weak supervision, then introduce a simple counterfactual fairness-based technique that can mitigate these biases. Theoretically, we show that it is possible for our approach to simultaneously improve both accuracy and fairness -- in contrast to standard fairness approaches that suffer from tradeoffs. Empirically, we show that our technique improves accuracy on weak supervision baselines by as much as 32\% while reducing demographic parity gap by 82.5\%. A simple extension of our method aimed at maximizing performance produces state-of-the-art performance in five out of ten datasets in the WRENCH benchmark.

📄 PDF Abstract BibTeX arXiv:2303.17713

Code (1)

sprocketlab/fair-ws 공식 구현 pytorch

Tasks

counterfactualFairness

Similar Papers 제목 키워드 기반

A survey on bias in machine learning research

2023-08-22 · Agnieszka Mikołajczyk-Bareła, Michał Grochowski

Current research on bias in machine learning often focuses on fairness, while overlooking the roots or causes of bias. However, bias was originally defined as a "systematic error," often caused by humans at different sta…

FairnessSurvey

Fair Generative Modeling via Weak Supervision

2019-10-26 · ICML 2020 1 · Kristy Choi, Aditya Grover, Trisha Singh, Rui Shu 외

Real-world datasets are often biased with respect to key demographic factors such as race and gender. Due to the latent nature of the underlying factors, detecting and mitigating bias is especially challenging for unsupe…

Image Generation

Diverse Adversaries for Mitigating Bias in Training

2021-01-25 · EACL 2021 2 · Xudong Han, Timothy Baldwin, Trevor Cohn

Adversarial learning can learn fairer and less biased models of language than standard methods. However, current adversarial techniques only partially mitigate model bias, added to which their training procedures are oft…

Challenges in Applying Explainability Methods to Improve the Fairness of NLP Models

2022-06-08 · NAACL (TrustNLP) 2022 7 · Esma Balkir, Svetlana Kiritchenko, Isar Nejadgholi, Kathleen C. Fraser

Motivations for methods in explainable artificial intelligence (XAI) often include detecting, quantifying and mitigating bias, and contributing to making machine learning models fairer. However, exactly how an XAI method…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Fairness

Contrastive Learning for Fair Representations

2021-12-17 · ACL ARR December 2022 12 · Anonymous

Trained classification models can unintentionally lead to biased representations and predictions, which can reinforce societal preconceptions and stereotypes. Existing debiasing methods for classification models, such as…

AttributeClassificationContrastive LearningMulti-class Classification