paper-with-me

홈 › 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 world. Graph contrastive learning (GCL), which marries the power of GCN and contrastive learning, has emerged as a promising self-supervised approach for learning node representations. How does GCL behave in terms of structural fairness? Surprisingly, we find that representations obtained by GCL methods are already fairer to degree bias than those learned by GCN. We theoretically show that this fairness stems from intra-community concentration and inter-community scatter properties of GCL, resulting in a much clear community structure to drive low-degree nodes away from the community boundary. Based on our theoretical analysis, we further devise a novel graph augmentation method, called GRAph contrastive learning for DEgree bias (GRADE), which applies different strategies to low- and high-degree nodes. Extensive experiments on various benchmarks and evaluation protocols validate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2210.03011

Code (1)

bupt-gamma/uncovering-the-structural-fairness-in-graph-contrastive-learning pytorch

Tasks

Contrastive LearningFairness

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Contrastive Learning for Non-Local Graphs with Multi-Resolution Structural Views

2023-08-19 · Asif Khan, Amos Storkey

Learning node-level representations of heterophilic graphs is crucial for various applications, including fraudster detection and protein function prediction. In such graphs, nodes share structural similarity identified …

Contrastive LearningProtein Function Prediction

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

Breaking Structural Isolation: Scalable Graph Clustering via Community-Aware Sampling and Structural Entropy

2026-07-06 · Jingyun Zhang, Hao Peng, Jianxin Li, Angsheng Li 외 arxiv

Unsupervised graph clustering is a fundamental technique for uncovering underlying semantic patterns in large-scale networks. Although Graph Contrastive Learning has demonstrated promising performance, existing methods o…

Contrastive LearningGraph Clustering

Learning Fair Graph Representations with Multi-view Information Bottleneck

2025-10-29 · Chuxun Liu, Debo Cheng, Qingfeng Chen, Jiangzhang Gan 외 arxiv

Graph neural networks (GNNs) excel on relational data by passing messages over node features and structure, but they can amplify training data biases, propagating discriminatory attributes and structural imbalances into …

Representation LearningContrastive Learning

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