LGMLDec 14, 2024

FairGP: A Scalable and Fair Graph Transformer Using Graph Partitioning

arXiv:2412.10669v220 citationsh-index: 6Has CodeAAAI
Originality Incremental advance
AI Analysis

This work addresses fairness and scalability problems in Graph Transformers for applications involving large-scale graphs, representing an incremental improvement over existing methods.

The paper tackles fairness issues and computational inefficiency in Graph Transformer models by proposing FairGP, which uses graph partitioning to reduce bias from higher-order nodes and optimize attention mechanisms, achieving superior fairness on six real-world datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes