paper-with-me

홈 › Papers

FairACE: Achieving Degree Fairness in Graph Neural Networks via Contrastive and Adversarial Group-Balanced Training

2025-04-12 · Jiaxin Liu, Xiaoqian Jiang, Xiang Li, Bohan Zhang, Jing Zhang

Fairness has been a significant challenge in graph neural networks (GNNs) since degree biases often result in un-equal prediction performance among nodes with varying degrees. Existing GNN models focus on prediction accuracy, frequently overlooking fairness across different degree groups. To addressthis issue, we propose a novel GNN framework, namely Fairness- Aware Asymmetric Contrastive Ensemble (FairACE), which inte-grates asymmetric contrastive learning with adversarial training to improve degree fairness. FairACE captures one-hop local neighborhood information and two-hop monophily similarity to create fairer node representations and employs a degree fairness regulator to balance performance between high-degree and low-degree nodes. During model training, a novel group-balanced fairness loss is proposed to minimize classification disparities across degree groups. In addition, we also propose a novel fairness metric, the Accuracy Distribution Gap (ADG), which can quantitatively assess and ensure equitable performance across different degree-based node groups. Experimental results on both synthetic and real-world datasets demonstrate that FairACE significantly improves degree fairness metrics while maintaining competitive accuracy in comparison to the state-of-the-art GNN models.

📄 PDF Abstract BibTeX arXiv:2504.09210

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningFairness

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Contrastive Learning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Uncovering the Structural Fairness in Graph Contrastive Learning

2022-10-06 · Ruijia Wang, Xiao Wang, Chuan Shi, Le Song

Recent studies show that graph convolutional network (GCN) often performs worse for low-degree nodes, exhibiting the so-called structural unfairness for graphs with long-tailed degree distributions prevalent in the real …

Contrastive LearningFairness

Toward Structure Fairness in Dynamic Graph Embedding: A Trend-aware Dual Debiasing Approach

2024-06-19 · Yicong Li, Yu Yang, Jiannong Cao, Shuaiqi Liu 외

Recent studies successfully learned static graph embeddings that are structurally fair by preventing the effectiveness disparity of high- and low-degree vertex groups in downstream graph mining tasks. However, achieving …

Dynamic graph embeddingFairnessGraph EmbeddingGraph Mining

Towards Cohesion-Fairness Harmony: Contrastive Regularization in Individual Fair Graph Clustering

2024-02-16 · Siamak Ghodsi, Seyed Amjad Seyedi, Eirini Ntoutsi

Conventional fair graph clustering methods face two primary challenges: i) They prioritize balanced clusters at the expense of cluster cohesion by imposing rigid constraints, ii) Existing methods of both individual and g…

ClusteringFairnessGraph Clusteringgraph partitioning

FedCRL: Personalized Federated Learning with Contrastive Shared Representations for Label Heterogeneity in Non-IID Data

2024-04-27 · Chenghao Huang, Xiaolu Chen, Yanru Zhang, Hao Wang

Heterogeneity resulting from label distribution skew and data scarcity can lead to inaccuracy and unfairness in intelligent communication applications that mainly rely on distributed computing. To deal with it, this pape…

Contrastive LearningDistributed ComputingFairnessFederated Learning+3

Fairness-Aware Node Representation Learning

2021-06-09 · Öykü Deniz Köse, Yanning Shen

Node representation learning has demonstrated its effectiveness for various applications on graphs. Particularly, recent developments in contrastive learning have led to promising results in unsupervised node representat…

Contrastive LearningFairnessNode ClassificationRepresentation Learning