paper-with-me

홈 › Papers

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

2025-06-05 · Jingyu Hu, Hongbo Bo, Jun Hong, Xiaowei Liu, Weiru 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 (GCL), have been proposed to mitigate this bias. However, the limited number of positive pairs and the equal weighting of all positives and negatives in GCL still lead to low-degree nodes acquiring insufficient and noisy information. This paper proposes the Hardness Adaptive Reweighted (HAR) contrastive loss to mitigate degree bias. It adds more positive pairs by leveraging node labels and adaptively weights positive and negative pairs based on their learning hardness. In addition, we develop an experimental framework named SHARP to extend HAR to a broader range of scenarios. Both our theoretical analysis and experiments validate the effectiveness of SHARP. The experimental results across four datasets show that SHARP achieves better performance against baselines at both global and degree levels.

📄 PDF Abstract BibTeX arXiv:2506.05214

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningNode Classification

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Mitigating the Structural Bias in Graph Adversarial Defenses

2025-04-29 · Junyuan Fang, Huimin Liu, Han Yang, Jiajing Wu 외

In recent years, graph neural networks (GNNs) have shown great potential in addressing various graph structure-related downstream tasks. However, recent studies have found that current GNNs are susceptible to malicious a…

graph construction

Cross Pseudo-Labeling for Semi-Supervised Audio-Visual Source Localization

2024-03-05 · Yuxin Guo, Shijie Ma, Yuhao Zhao, Hu Su 외

Audio-Visual Source Localization (AVSL) is the task of identifying specific sounding objects in the scene given audio cues. In our work, we focus on semi-supervised AVSL with pseudo-labeling. To address the issues with v…

Pseudo Label

Mitigating Degree Bias in Signed Graph Neural Networks

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

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 f…

FairnessGraph Neural NetworkTriplet

Mitigating Shortcuts in Language Models with Soft Label Encoding

2023-09-17 · Zirui He, Huiqi Deng, Haiyan Zhao, Ninghao Liu 외

Recent research has shown that large language models rely on spurious correlations in the data for natural language understanding (NLU) tasks. In this work, we aim to answer the following research question: Can we reduce…

Natural Language UnderstandingOut-of-Distribution Generalization

Improving Adversarial Robust Fairness via Anti-Bias Soft Label Distillation

2023-12-09 · Shiji Zhao, Ranjie Duan, Xizhe Wang, Xingxing Wei

Adversarial Training (AT) has been widely proved to be an effective method to improve the adversarial robustness against adversarial examples for Deep Neural Networks (DNNs). As a variant of AT, Adversarial Robustness Di…

Adversarial RobustnessFairnessKnowledge Distillation