paper-with-me

홈 › Papers

Fair Machine Learning under Limited Demographically Labeled Data

2021-06-03 · Mustafa Safa Ozdayi, Murat Kantarcioglu, Rishabh Iyer

Research has shown that, machine learning models might inherit and propagate undesired social biases encoded in the data. To address this problem, fair training algorithms are developed. However, most algorithms assume we know demographic/sensitive data features such as gender and race. This assumption falls short in scenarios where collecting demographic information is not feasible due to privacy concerns, and data protection policies. A recent line of work develops fair training methods that can function without any demographic feature on the data, that are collectively referred as Rawlsian methods. Yet, we show in experiments that, Rawlsian methods tend to exhibit relatively high bias. Given this, we look at the middle ground between the previous approaches, and consider a setting where we know the demographic attributes for only a small subset of our data. In such a setting, we design fair training algorithms which exhibit both good utility, and low bias. In particular, we show that our techniques can train models to significantly outperform Rawlsian approaches even when 0.1% of demographic attributes are available in the training data. Furthermore, our main algorithm can accommodate multiple training objectives easily. We expand our main algorithm to achieve robustness to label noise in addition to fairness in the limited demographics setting to highlight that property as well.

📄 PDF Abstract BibTeX arXiv:2106.04757

Code (1)

TinfoilHat0/BiFair 공식 구현 pytorch

Tasks

BIG-bench Machine LearningBilevel OptimizationFairness

Similar Papers 제목 키워드 기반

A Self-Supervised Learning Pipeline for Demographically Fair Facial Attribute Classification

2024-07-14 · Sreeraj Ramachandran, Ajita Rattani

Published research highlights the presence of demographic bias in automated facial attribute classification. The proposed bias mitigation techniques are mostly based on supervised learning, which requires a large amount …

AttributeContrastive LearningFacial Attribute ClassificationFairness+4

Identifying and Measuring Annotator Bias Based on Annotators’ Demographic Characteristics

2020-11-01 · EMNLP (ALW) 2020 11 · Hala Al Kuwatly, Maximilian Wich, Georg Groh

Machine learning is recently used to detect hate speech and other forms of abusive language in online platforms. However, a notable weakness of machine learning models is their vulnerability to bias, which can impair the…

Abusive LanguageBIG-bench Machine LearningFairness

AI-Face: A Million-Scale Demographically Annotated AI-Generated Face Dataset and Fairness Benchmark

2024-06-02 · CVPR 2025 1 · Li Lin, Santosh, Xin Wang, Shu Hu

AI-generated faces have enriched human life, such as entertainment, education, and art. However, they also pose misuse risks. Therefore, detecting AI-generated faces becomes crucial, yet current detectors show biased per…

Face SwappingFairness

Perturbation Augmentation for Fairer NLP

2022-05-25 · Rebecca Qian, Candace Ross, Jude Fernandes, Eric Smith 외

Unwanted and often harmful social biases are becoming ever more salient in NLP research, affecting both models and datasets. In this work, we ask whether training on demographically perturbed data leads to fairer languag…

Fairness

Fairness Without Labels: Pseudo-Balancing for Bias Mitigation in Face Gender Classification

2025-10-11 · Haohua Dong, Ana Manzano Rodríguez, Camille Guinaudeau, Shin'ichi Satoh arxiv

Face gender classification models often reflect and amplify demographic biases present in their training data, leading to uneven performance across gender and racial subgroups. We introduce pseudo-balancing, a simple and…