LGApr 25, 2025

A Generative Graph Contrastive Learning Model with Global Signal

arXiv:2504.18148v1
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in graph representation learning for researchers, though it appears incremental as it builds on existing contrastive learning methods.

The paper tackles performance degradation in graph contrastive learning due to inappropriate contrastive signals, proposing a novel framework that uses SVD-based augmentation and adaptive reweighting to outperform state-of-the-art baselines on benchmark datasets.

Graph contrastive learning (GCL) has garnered significant attention recently since it learns complex structural information from graphs through self-supervised learning manner. However, prevalent GCL models may suffer from performance degradation due to inappropriate contrastive signals. Concretely, they commonly generate augmented views based on random perturbation, which leads to biased essential structures due to the introduction of noise. In addition, they assign equal weight to both hard and easy sample pairs, thereby ignoring the difference in importance of the sample pairs. To address these issues, this study proposes a novel Contrastive Signal Generative Framework for Accurate Graph Learning (CSG2L) with the following two-fold ideas: a) building a singular value decomposition (SVD)-directed augmented module (SVD-aug) to obtain the global interactions as well as avoiding the random noise perturbation; b) designing a local-global dependency learning module (LGDL) with an adaptive reweighting strategy which can differentiate the effects of hard and easy sample pairs. Extensive experiments on benchmark datasets demonstrate that the proposed CSG2L outperforms the state-of-art baselines. Moreover, CSG2L is compatible with a variety of GNNs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes