paper-with-me

Papers

FairGP: A Scalable and Fair Graph Transformer Using Graph Partitioning

2024-12-14 · Renqiang Luo, Huafei Huang, Ivan Lee, Chengpei Xu, Jianzhong Qi, Feng Xia

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.

📄 PDF Abstract BibTeX arXiv:2412.10669

Code (1)

luorenqiang/fairgp 공식 구현 pytorch

Tasks

Fairnessgraph partitioning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
LapEigen 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Laplacian PE Laplacian eigenvectors represent a natural generalization of the…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Fair Summarization: Bridging Quality and Diversity in Extractive Summaries

2024-11-12 · Sina Bagheri Nezhad, Sayan Bandyapadhyay, Ameeta Agrawal

Fairness in multi-document summarization of user-generated content remains a critical challenge in natural language processing (NLP). Existing summarization methods often fail to ensure equitable representation across di…

DiversityDocument SummarizationExtractive SummarizationFairness+1

FaIRGP: A Bayesian Energy Balance Model for Surface Temperatures Emulation

2023-07-14 · Shahine Bouabid, Dino Sejdinovic, Duncan Watson-Parris

Emulators, or reduced complexity climate models, are surrogate Earth system models that produce projections of key climate quantities with minimal computational resources. Using time-series modelling or more advanced mac…

Uncertainty Quantification

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

FairTune: A Bias-Aware Fine-Tuning Framework Towards Fair Heart Rate Prediction from PPG

2025-09-20 · Lovely Yeswanth Panchumarthi, Saurabh Kataria, Yi Wu, Xiao Hu 외 arxiv

Foundation models pretrained on physiological data such as photoplethysmography (PPG) signals are increasingly used to improve heart rate (HR) prediction across diverse settings. Fine-tuning these models for local deploy…

Fairness in Multi-modal Medical Diagnosis with Demonstration Selection

2025-11-20 · Dawei Li, Zijian Gu, Peng Wang, Chuhan Song 외 arxiv

Multimodal large language models (MLLMs) have shown strong potential for medical image reasoning, yet fairness across demographic groups remains a major concern. Existing debiasing methods often rely on large labeled dat…

Medical Diagnosis