paper-with-me

홈 › Papers

Fairness without Demographics through Adversarially Reweighted Learning

2020-06-23 · NeurIPS 2020 12 · Preethi Lahoti, Alex Beutel, Jilin Chen, Kang Lee, Flavien Prost, Nithum Thain, Xuezhi Wang, Ed H. Chi

Much of the previous machine learning (ML) fairness literature assumes that protected features such as race and sex are present in the dataset, and relies upon them to mitigate fairness concerns. However, in practice factors like privacy and regulation often preclude the collection of protected features, or their use for training or inference, severely limiting the applicability of traditional fairness research. Therefore we ask: How can we train an ML model to improve fairness when we do not even know the protected group memberships? In this work we address this problem by proposing Adversarially Reweighted Learning (ARL). In particular, we hypothesize that non-protected features and task labels are valuable for identifying fairness issues, and can be used to co-train an adversarial reweighting approach for improving fairness. Our results show that {ARL} improves Rawlsian Max-Min fairness, with notable AUC improvements for worst-case protected groups in multiple datasets, outperforming state-of-the-art alternatives.

📄 PDF Abstract BibTeX arXiv:2006.13114

Code (5)

google-research/google-research/tree/master/group_agnostic_fairness 공식 구현 jax
TinfoilHat0/BiFair pytorch
abbie0214/Fairness-without-Demographics-through-Adversarially-Reweighted-Learning pytorch
lucweytingh/ARL-UvA pytorch
patrikken/fair-dsr/blob/main/src/ARL/arl.py pytorch

Tasks

Fairness

Similar Papers 제목 키워드 기반

Fairness without Demographics through Learning Graph of Gradients

2024-12-04 · Yingtao Luo, ZHIXUN LI, Qiang Liu, Jun Zhu

Machine learning systems are notoriously prone to biased predictions about certain demographic groups, leading to algorithmic fairness issues. Due to privacy concerns and data quality problems, some demographic informati…

AttributeFairness

Grad2Fair: A Gradient-driven Approach for Graph Fairness without Demographics

2026-07-16 · Yuchang Zhu, Zezhong Xie, Huizhe Zhang, Huazhen Zhong 외 arxiv

Graph neural networks (GNNs) frequently encounter group fairness issues, often yielding biased predictions against specific demographic groups defined by sensitive attributes such as gender or race. While this challenge …

Fairness Without Demographics in Human-Centered Federated Learning

2024-04-30 · Shaily Roy, Harshit Sharma, Asif Salekin

Federated learning (FL) enables collaborative model training while preserving data privacy, making it suitable for decentralized human-centered AI applications. However, a significant research gap remains in ensuring fai…

FairnessFederated Learning

Fairness without Demographics through Knowledge Distillation

2022-11-01 · NIPS 2022 11 · Junyi Chai, Taeuk Jang ~Taeuk_Jang1, Xiaoqian Wang

Most of existing work on fairness assumes available demographic information in the training set. In practice, due to legal or privacy concerns, when demographic information is not available in the training set, it is cru…

FairnessKnowledge Distillation

Balancing out Bias: Achieving Fairness Through Balanced Training

2021-09-16 · Xudong Han, Timothy Baldwin, Trevor Cohn

Group bias in natural language processing tasks manifests as disparities in system error rates across texts authorized by different demographic groups, typically disadvantaging minority groups. Dataset balancing has been…

Fairness