paper-with-me

홈 › Papers

Unveiling the Impact of Local Homophily on GNN Fairness: In-Depth Analysis and New Benchmarks

2024-10-05 · Donald Loveland, Danai Koutra

Graph Neural Networks (GNNs) often struggle to generalize when graphs exhibit both homophily (same-class connections) and heterophily (different-class connections). Specifically, GNNs tend to underperform for nodes with local homophily levels that differ significantly from the global homophily level. This issue poses a risk in user-centric applications where underrepresented homophily levels are present. Concurrently, fairness within GNNs has received substantial attention due to the potential amplification of biases via message passing. However, the connection between local homophily and fairness in GNNs remains underexplored. In this work, we move beyond global homophily and explore how local homophily levels can lead to unfair predictions. We begin by formalizing the challenge of fair predictions for underrepresented homophily levels as an out-of-distribution (OOD) problem. We then conduct a theoretical analysis that demonstrates how local homophily levels can alter predictions for differing sensitive attributes. We additionally introduce three new GNN fairness benchmarks, as well as a novel semi-synthetic graph generator, to empirically study the OOD problem. Across extensive analysis we find that two factors can promote unfairness: (a) OOD distance, and (b) heterophilous nodes situated in homophilous graphs. In cases where these two conditions are met, fairness drops by up to 24% on real world datasets, and 30% in semi-synthetic datasets. Together, our theoretical insights, empirical analysis, and algorithmic contributions unveil a previously overlooked source of unfairness rooted in the graph's homophily information.

📄 PDF Abstract BibTeX arXiv:2410.04287

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

On Graph Neural Network Fairness in the Presence of Heterophilous Neighborhoods

2022-07-10 · Donald Loveland, Jiong Zhu, Mark Heimann, Ben Fish 외

We study the task of node classification for graph neural networks (GNNs) and establish a connection between group fairness, as measured by statistical parity and equal opportunity, and local assortativity, i.e., the ten…

AttributeFairnessGraph Neural NetworkNode Classification

Structural Bias Beyond Homophily: A Study of Fairness in Link Prediction

2026-02-12 · Lilian Marey, Mathilde Perez, Tiphaine Viard, Charlotte Laclau arxiv

Graph link prediction (LP) plays a critical role in socially impactful applications such as job recommendation and friendship formation, making fairness a critical concern in this task. While many fairness-aware methods …

Graph GenerationLink PredictionGraph Learning

Homophily and infections: static and dynamic effects

2023-04-24 · Matteo Bizzarri, Fabrizio Panebianco, Paolo Pin

We analyze the effect of homophily in the diffusion of a harmful state between two groups of agents that differ in immunization rates. Homophily has a very different impact on the steady state infection level (that is in…

Homophily-aware Supervised Contrastive Counterfactual Augmented Fair Graph Neural Network

2026-02-08 · Mahdi Tavassoli Kejani, Fadi Dornaika, Charlotte Laclau, Jean-Michel Loubes arxiv

In recent years, Graph Neural Networks (GNNs) have achieved remarkable success in tasks such as node classification, link prediction, and graph representation learning. However, they remain susceptible to biases that can…

Graph Representation LearningGraph Neural NetworkNode ClassificationLink Prediction

Towards Fair Graph Representation Learning in Social Networks

2024-10-15 · Guixian Zhang, Guan Yuan, Debo Cheng, Lin Liu 외

With the widespread use of Graph Neural Networks (GNNs) for representation learning from network data, the fairness of GNN models has raised great attention lately. Fair GNNs aim to ensure that node representations can b…

Data AugmentationFairnessGraph Representation LearningRepresentation Learning