FairGP: A Scalable and Fair Graph Transformer Using Graph Partitioning
Renqiang Luo, Huafei Huang, Ivan Lee, Chengpei Xu, Jianzhong Qi, Feng, Xia

TL;DR
FairGP introduces a scalable graph transformer that uses graph partitioning and attention optimization to improve fairness and reduce computational demands on large-scale graphs.
Contribution
It proposes a novel Fairness-aware scalable Graph Transformer (FairGP) that leverages graph partitioning and optimized attention to enhance fairness and efficiency.
Findings
FairGP outperforms state-of-the-art methods in fairness on six datasets.
Graph partitioning reduces bias caused by higher-order nodes.
FairGP decreases computational complexity compared to traditional GTs.
Abstract
Recent studies have highlighted significant fairness issues in Graph Transformer (GT) models, particularly against subgroups defined by sensitive features. Additionally, GTs are computationally intensive and memory-demanding, limiting their application to large-scale graphs. Our experiments demonstrate that graph partitioning can enhance the fairness of GT models while reducing computational complexity. To understand this improvement, we conducted a theoretical investigation into the root causes of fairness issues in GT models. We found that the sensitive features of higher-order nodes disproportionately influence lower-order nodes, resulting in sensitive feature bias. We propose Fairness-aware scalable GT based on Graph Partitioning (FairGP), which partitions the graph to minimize the negative impact of higher-order nodes. By optimizing attention mechanisms, FairGP mitigates the bias…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Ethics and Social Impacts of AI · Complexity and Algorithms in Graphs
MethodsAttention Is All You Need · Laplacian EigenMap · Linear Layer · Laplacian Positional Encodings · Adam · Layer Normalization · Dropout · Position-Wise Feed-Forward Layer · Goal-Driven Tree-Structured Neural Model · Label Smoothing
