English

FairGP: A Scalable and Fair Graph Transformer Using Graph Partitioning

Machine Learning 2025-01-03 v2 Machine Learning

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 introduced by global attention, thereby enhancing fairness. Extensive empirical evaluations on six real-world datasets validate the superior performance of FairGP in achieving fairness compared to state-of-the-art methods. The codes are available at https://github.com/LuoRenqiang/FairGP.

Keywords

Cite

@article{arxiv.2412.10669,
  title  = {FairGP: A Scalable and Fair Graph Transformer Using Graph Partitioning},
  author = {Renqiang Luo and Huafei Huang and Ivan Lee and Chengpei Xu and Jianzhong Qi and Feng Xia},
  journal= {arXiv preprint arXiv:2412.10669},
  year   = {2025}
}

Comments

11 pages, 2 figures, Accepted at AAAI 2025

R2 v1 2026-06-28T20:34:58.830Z