paper-with-me

Papers

Marginal Nodes Matter: Towards Structure Fairness in Graphs

2023-10-23 · Xiaotian Han, Kaixiong Zhou, Ting-Hsiang Wang, Jundong Li, Fei Wang, Na Zou

In social network, a person located at the periphery region (marginal node) is likely to be treated unfairly when compared with the persons at the center. While existing fairness works on graphs mainly focus on protecting sensitive attributes (e.g., age and gender), the fairness incurred by the graph structure should also be given attention. On the other hand, the information aggregation mechanism of graph neural networks amplifies such structure unfairness, as marginal nodes are often far away from other nodes. In this paper, we focus on novel fairness incurred by the graph structure on graph neural networks, named \emph{structure fairness}. Specifically, we first analyzed multiple graphs and observed that marginal nodes in graphs have a worse performance of downstream tasks than others in graph neural networks. Motivated by the observation, we propose \textbf{S}tructural \textbf{Fair} \textbf{G}raph \textbf{N}eural \textbf{N}etwork (SFairGNN), which combines neighborhood expansion based structure debiasing with hop-aware attentive information aggregation to achieve structure fairness. Our experiments show \SFairGNN can significantly improve structure fairness while maintaining overall performance in the downstream tasks.

📄 PDF Abstract BibTeX arXiv:2310.14527

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Towards Unbiased Federated Graph Learning: Label and Topology Perspectives

2025-04-14 · Zhengyu Wu, Boyang Pang, Xunkai Li, Yinlin Zhu 외

Federated Graph Learning (FGL) enables privacy-preserving, distributed training of graph neural networks without sharing raw data. Among its approaches, subgraph-FL has become the dominant paradigm, with most work focuse…

FairnessGraph LearningGraph MiningNode Classification+1

Marginal AMP Chain Graphs

2013-05-03 · Jose M. Peña

We present a new family of models that is based on graphs that may have undirected, directed and bidirected edges. We name these new models marginal AMP (MAMP) chain graphs because each of them is Markov equivalent to so…

Selection bias

Error AMP Chain Graphs

2013-06-28 · Jose M. Peña

Any regular Gaussian probability distribution that can be represented by an AMP chain graph (CG) can be expressed as a system of linear equations with correlated errors whose structure depends on the CG. However, the CG …

Selection bias

Fair Attribute Completion on Graph with Missing Attributes

2023-02-25 · Dongliang Guo, Zhixuan Chu, Sheng Li

Tackling unfairness in graph learning models is a challenging task, as the unfairness issues on graphs involve both attributes and topological structures. Existing work on fair graph learning simply assumes that attribut…

AttributeFairnessGraph Learning

Order Matters: Probabilistic Modeling of Node Sequence for Graph Generation

2021-06-11 · Xiaohui Chen, Xu Han, Jiajing Hu, Francisco J. R. Ruiz 외

A graph generative model defines a distribution over graphs. One type of generative model is constructed by autoregressive neural networks, which sequentially add nodes and edges to generate a graph. However, the likelih…

Graph GenerationVariational Inference