paper-with-me

Papers

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 effective strategy for mitigating such biases in semi-supervised learning. Our method enforces demographic balance during pseudo-label selection, using only unlabeled images from a race-balanced dataset without requiring access to ground-truth annotations. We evaluate pseudo-balancing under two conditions: (1) fine-tuning a biased gender classifier using unlabeled images from the FairFace dataset, and (2) stress-testing the method with intentionally imbalanced training data to simulate controlled bias scenarios. In both cases, models are evaluated on the All-Age-Faces (AAF) benchmark, which contains a predominantly East Asian population. Our results show that pseudo-balancing consistently improves fairness while preserving or enhancing accuracy. The method achieves 79.81% overall accuracy - a 6.53% improvement over the baseline - and reduces the gender accuracy gap by 44.17%. In the East Asian subgroup, where baseline disparities exceeded 49%, the gap is narrowed to just 5.01%. These findings suggest that even in the absence of label supervision, access to a demographically balanced or moderately skewed unlabeled dataset can serve as a powerful resource for debiasing existing computer vision models.

📄 PDF Abstract BibTeX arXiv:2510.10191

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Can Less be More? When Increasing-to-Balancing Label Noise Rates Considered Beneficial

2021-07-13 · NeurIPS 2021 12 · Yang Liu, Jialu Wang

In this paper, we answer the question of when inserting label noise (less informative labels) can instead return us more accurate and fair models. We are primarily inspired by three observations: 1) In contrast to reduci…

FairnessInformativenessLearning with noisy labels

Normalise for Fairness: A Simple Normalisation Technique for Fairness in Regression Machine Learning Problems

2022-02-02 · Mostafa M. Amin, Björn W. Schuller

Algorithms and Machine Learning (ML) are increasingly affecting everyday life and several decision-making processes, where ML has an advantage due to scalability or superior performance. Fairness in such applications is …

Binary ClassificationDecision MakingFairnessregression

CDMAD: Class-Distribution-Mismatch-Aware Debiasing for Class-Imbalanced Semi-Supervised Learning

2024-03-15 · CVPR 2024 1 · Hyuck Lee, Heeyoung Kim

Pseudo-label-based semi-supervised learning (SSL) algorithms trained on a class-imbalanced set face two cascading challenges: 1) Classifiers tend to be biased towards majority classes, and 2) Biased pseudo-labels are use…

Pseudo Label

Towards Accuracy-Fairness Paradox: Adversarial Example-based Data Augmentation for Visual Debiasing

2020-07-27 · Yi Zhang, Jitao Sang

Machine learning fairness concerns about the biases towards certain protected or sensitive group of people when addressing the target tasks. This paper studies the debiasing problem in the context of image classification…

Adversarial AttackAttributeData AugmentationFairness+3

Investigating Label Bias and Representational Sources of Age-Related Disparities in Medical Segmentation

2025-11-01 · Aditya Parikh, Sneha Das, Aasa Feragen arxiv

Algorithmic bias in medical imaging can perpetuate health disparities, yet its causes remain poorly understood in segmentation tasks. While fairness has been extensively studied in classification, segmentation remains un…