paper-with-me

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 information may not be available in the training data and the complex interaction of different demographics can lead to a lot of unknown minority subpopulations, which all limit the applicability of group fairness. Many existing works on fairness without demographics assume the correlation between groups and features. However, we argue that the model gradients are also valuable for fairness without demographics. In this paper, we show that the correlation between gradients and groups can help identify and improve group fairness. With an adversarial weighting architecture, we construct a graph where samples with similar gradients are connected and learn the weights of different samples from it. Unlike the surrogate grouping methods that cluster groups from features and labels as proxy sensitive attribute, our method leverages the graph structure as a soft grouping mechanism, which is much more robust to noises. The results show that our method is robust to noise and can improve fairness significantly without decreasing the overall accuracy too much.

📄 PDF Abstract BibTeX arXiv:2412.03706

Code (1)

yingtaoluo/graph-of-gradient 공식 구현 pytorch

Tasks

AttributeFairness

Similar Papers 제목 키워드 기반

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 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

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

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

Towards Harmless Rawlsian Fairness Regardless of Demographic Prior

2024-11-04 · Xuanqian Wang, Jing Li, Ivor W. Tsang, Yew-Soon Ong

Due to privacy and security concerns, recent advancements in group fairness advocate for model training regardless of demographic information. However, most methods still require prior knowledge of demographics. In this …

Fairness