paper-with-me

홈 › Papers

FMP: Toward Fair Graph Message Passing against Topology Bias

2022-02-08 · Zhimeng Jiang, Xiaotian Han, Chao Fan, Zirui Liu, Na Zou, Ali Mostafavi, Xia Hu

Despite recent advances in achieving fair representations and predictions through regularization, adversarial debiasing, and contrastive learning in graph neural networks (GNNs), the working mechanism (i.e., message passing) behind GNNs inducing unfairness issue remains unknown. In this work, we theoretically and experimentally demonstrate that representative aggregation in message-passing schemes accumulates bias in node representation due to topology bias induced by graph topology. Thus, a \textsf{F}air \textsf{M}essage \textsf{P}assing (FMP) scheme is proposed to aggregate useful information from neighbors but minimize the effect of topology bias in a unified framework considering graph smoothness and fairness objectives. The proposed FMP is effective, transparent, and compatible with back-propagation training. An acceleration approach on gradient calculation is also adopted to improve algorithm efficiency. Experiments on node classification tasks demonstrate that the proposed FMP outperforms the state-of-the-art baselines in effectively and efficiently mitigating bias on three real-world datasets.

📄 PDF Abstract BibTeX arXiv:2202.04187

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningFairnessNode Classification

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

How Does Topology Bias Distort Message Passing? A Dirichlet Energy Perspective

2024-11-21 · Yanbiao Ji, Yue Ding, Dan Luo, Chang Liu 외

Graph-based recommender systems have achieved remarkable effectiveness by modeling high-order interactions between users and items. However, such approaches are significantly undermined by popularity bias, which distorts…

Collaborative FilteringFairnessRecommendation Systems

FairGT: A Fairness-aware Graph Transformer

2024-04-26 · Renqiang Luo, Huafei Huang, Shuo Yu, Xiuzhen Zhang 외

The design of Graph Transformers (GTs) generally neglects considerations for fairness, resulting in biased outcomes against certain sensitive subgroups. Since GTs encode graph information without relying on message-passi…

Fairnessfeature selectionGraph Learning

Graph Coordinates and Conventional Neural Networks -- An Alternative for Graph Neural Networks

2023-12-03 · Zheyi Qin, Randy Paffenroth, Anura P. Jayasumana

Graph-based data present unique challenges and opportunities for machine learning. Graph Neural Networks (GNNs), and especially those algorithms that capture graph topology through message passing for neighborhood aggreg…

Feature EngineeringGraph Embedding

BeMap: Balanced Message Passing for Fair Graph Neural Network

2023-06-07 · Xiao Lin, Jian Kang, Weilin Cong, Hanghang Tong

Fairness in graph neural networks has been actively studied recently. However, existing works often do not explicitly consider the role of message passing in introducing or amplifying the bias. In this paper, we first in…

FairnessGraph Neural NetworkNode Classification

Fairness-aware Message Passing for Graph Neural Networks

2023-06-19 · Huaisheng Zhu, Guoji Fu, Zhimeng Guo, Zhiwei Zhang 외

Graph Neural Networks (GNNs) have shown great power in various domains. However, their predictions may inherit societal biases on sensitive attributes, limiting their adoption in real-world applications. Although many ef…

Fairness