paper-with-me

홈 › Papers

Mitigating Degree Bias in Signed Graph Neural Networks

2024-08-16 · Fang He, Jinhai Deng, Ruizhan Xue, Maojun Wang, Zeyu Zhang

Like Graph Neural Networks (GNNs), Signed Graph Neural Networks (SGNNs) are also up against fairness issues from source data and typical aggregation method. In this paper, we are pioneering to make the investigation of fairness in SGNNs expanded from GNNs. We identify the issue of degree bias within signed graphs, offering a new perspective on the fairness issues related to SGNNs. To handle the confronted bias issue, inspired by previous work on degree bias, a new Model-Agnostic method is consequently proposed to enhance representation of nodes with different degrees, which named as Degree Debiased Signed Graph Neural Network (DD-SGNN) . More specifically, in each layer, we make a transfer from nodes with high degree to nodes with low degree inside a head-to-tail triplet, which to supplement the underlying domain missing structure of the tail nodes and meanwhile maintain the positive and negative semantics specified by balance theory in signed graphs. We make extensive experiments on four real-world datasets. The result verifies the validity of the model, that is, our model mitigates the degree bias issue without compromising performance($\textit{i.e.}$, AUC, F1). The code is provided in supplementary material.

📄 PDF Abstract BibTeX arXiv:2408.08508

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessGraph Neural NetworkTriplet

Methods 이 논문이 사용한 방법론

Identify the Issue 설명 없음
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Mitigating Degree Biases in Message Passing Mechanism by Utilizing Community Structures

2023-12-28 · Van Thuy Hoang, O-Joun Lee

This study utilizes community structures to address node degree biases in message-passing (MP) via learnable graph augmentations and novel graph transformers. Recent augmentation-based methods showed that MP neural netwo…

Node ClassificationNode ClusteringSelf-Supervised Learning

Mitigating Degree Bias Adaptively with Hard-to-Learn Nodes in Graph Contrastive Learning

2025-06-05 · Jingyu Hu, Hongbo Bo, Jun Hong, Xiaowei Liu 외

Graph Neural Networks (GNNs) often suffer from degree bias in node classification tasks, where prediction performance varies across nodes with different degrees. Several approaches, which adopt Graph Contrastive Learning…

Contrastive LearningNode Classification

Can SAEs reveal and mitigate racial biases of LLMs in healthcare?

2025-10-31 · Hiba Ahsan, Byron C. Wallace arxiv

LLMs are increasingly being used in healthcare. This promises to free physicians from drudgery, enabling better care to be delivered at scale. But the use of LLMs in this space also brings risks; for example, such models…

GraphPatcher: Mitigating Degree Bias for Graph Neural Networks via Test-time Augmentation

2023-09-21 · NeurIPS 2023 11

Recent studies have shown that graph neural networks (GNNs) exhibit strong biases towards the node degree: they usually perform satisfactorily on high-degree nodes with rich neighbor information but struggle with low-deg…

Mitigating Degree Bias in Graph Representation Learning with Learnable Structural Augmentation and Structural Self-Attention

2025-04-21 · Van Thuy Hoang, Hyeon-Ju Jeon, O-Joun Lee

Graph Neural Networks (GNNs) update node representations through message passing, which is primarily based on the homophily principle, assuming that adjacent nodes share similar features. However, in real-world graphs wi…

FairnessGraph Representation LearningNode ClassificationNode Clustering+2