paper-with-me

Papers

EqGNN: Equalized Node Opportunity in Graphs

2021-08-19 · Uriel Singer, Kira Radinsky

Graph neural networks (GNNs), has been widely used for supervised learning tasks in graphs reaching state-of-the-art results. However, little work was dedicated to creating unbiased GNNs, i.e., where the classification is uncorrelated with sensitive attributes, such as race or gender. Some ignore the sensitive attributes or optimize for the criteria of statistical parity for fairness. However, it has been shown that neither approaches ensure fairness, but rather cripple the utility of the prediction task. In this work, we present a GNN framework that allows optimizing representations for the notion of Equalized Odds fairness criteria. The architecture is composed of three components: (1) a GNN classifier predicting the utility class, (2) a sampler learning the distribution of the sensitive attributes of the nodes given their labels. It generates samples fed into a (3) discriminator that discriminates between true and sampled sensitive attributes using a novel "permutation loss" function. Using these components, we train a model to neglect information regarding the sensitive attribute only with respect to its label. To the best of our knowledge, we are the first to optimize GNNs for the equalized odds criteria. We evaluate our classifier over several graph datasets and sensitive attributes and show our algorithm reaches state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2108.08800

Code (1)

urielsinger/eqgnn 공식 구현 pytorch

Tasks

AttributeFairness

Similar Papers 제목 키워드 기반

Achieving Fairness via Post-Processing in Web-Scale Recommender Systems

2020-06-19 · Preetam Nandy, Cyrus DiCiccio, Divya Venugopalan, Heloise Logan 외

Building fair recommender systems is a challenging and crucial area of study due to its immense impact on society. We extended the definitions of two commonly accepted notions of fairness to recommender systems, namely e…

AttributeFairnessPositionRecommendation Systems

Machine Learning Techniques with Fairness for Prediction of Completion of Drug and Alcohol Rehabilitation

2024-04-23 · Karen Roberts-Licklider, Theodore Trafalis

The aim of this study is to look at predicting whether a person will complete a drug and alcohol rehabilitation program and the number of times a person attends. The study is based on demographic data obtained from Subst…

FairnessImputation

Lorentz-Equivariant Quantum Graph Neural Network for High-Energy Physics

2024-11-03 · Md Abrar Jahin, Md. Akmol Masud, Md Wahiduzzaman Suva, M. F. Mridha 외

The rapid data surge from the high-luminosity Large Hadron Collider introduces critical computational challenges requiring novel approaches for efficient data processing in particle physics. Quantum machine learning, wit…

Graph Neural NetworkJet TaggingQuantum Machine Learning

Worst-Group Equalized Odds Regularization for Multi-Attribute Fair Medical Image Classification

2026-05-19 · Nikhil Cherian Kurian, Victor Caquilpan Parra, Abin Shoby, Luke Whitbread 외 arxiv

Diagnostic performance in medical AI varies systematically across demographic groups, yet subgroup AUC can mask clinically important disparities. At a fixed inference-time operating point, some groups may exhibit over-di…

Medical Image Classification

Towards Reducing Biases in Combining Multiple Experts Online

2019-08-19 · Yi Sun, Ivan Ramirez, Alfredo Cuesta-Infante, Kalyan Veeramachaneni

In many real life situations, including job and loan applications, gatekeepers must make justified and fair real-time decisions about a person's fitness for a particular opportunity. In this paper, we aim to accomplish a…

Decision MakingFairness