paper-with-me

Papers

Graph Learning with Localized Neighborhood Fairness

2022-12-22 · April Chen, Ryan Rossi, Nedim Lipka, Jane Hoffswell, Gromit Chan, Shunan Guo, Eunyee Koh, Sungchul Kim, Nesreen K. Ahmed

Learning fair graph representations for downstream applications is becoming increasingly important, but existing work has mostly focused on improving fairness at the global level by either modifying the graph structure or objective function without taking into account the local neighborhood of a node. In this work, we formally introduce the notion of neighborhood fairness and develop a computational framework for learning such locally fair embeddings. We argue that the notion of neighborhood fairness is more appropriate since GNN-based models operate at the local neighborhood level of a node. Our neighborhood fairness framework has two main components that are flexible for learning fair graph representations from arbitrary data: the first aims to construct fair neighborhoods for any arbitrary node in a graph and the second enables adaption of these fair neighborhoods to better capture certain application or data-dependent constraints, such as allowing neighborhoods to be more biased towards certain attributes or neighbors in the graph.Furthermore, while link prediction has been extensively studied, we are the first to investigate the graph representation learning task of fair link classification. We demonstrate the effectiveness of the proposed neighborhood fairness framework for a variety of graph machine learning tasks including fair link prediction, link classification, and learning fair graph embeddings. Notably, our approach achieves not only better fairness but also increases the accuracy in the majority of cases across a wide variety of graphs, problem settings, and metrics.

📄 PDF Abstract BibTeX arXiv:2212.12040

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessGraph LearningGraph Representation LearningLink PredictionRepresentation Learning

Similar Papers 제목 키워드 기반

Incorporating Fairness in Neighborhood Graphs for Fair Spectral Clustering

2025-12-10 · Adithya K Moorthy, V Vijaya Saradhi, Bhanu Prasad arxiv

Graph clustering plays a pivotal role in unsupervised learning methods like spectral clustering, yet traditional methods for graph clustering often perpetuate bias through unfair graph constructions that may underreprese…

Graph Clustering

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

ComFairGNN: Community Fair Graph Neural Network

2024-11-07 · Yonas Sium, Qi Li

Graph Neural Networks (GNNs) have become the leading approach for addressing graph analytical problems in various real-world scenarios. However, GNNs may produce biased predictions against certain demographic subgroups d…

FairnessGraph Neural Network

On Generalized Degree Fairness in Graph Neural Networks

2023-02-08 · Zemin Liu, Trung-Kien Nguyen, Yuan Fang

Conventional graph neural networks (GNNs) are often confronted with fairness issues that may stem from their input, including node attributes and neighbors surrounding a node. While several recent approaches have been pr…

FairnessGraph Neural NetworkNode Classification

Fairness-Aware Graph Neural Networks: A Survey

2023-07-08 · April Chen, Ryan A. Rossi, Namyong Park, Puja Trivedi 외

Graph Neural Networks (GNNs) have become increasingly important due to their representational power and state-of-the-art predictive performance on many fundamental learning tasks. Despite this success, GNNs suffer from f…

BenchmarkingFairnessSurvey