paper-with-me

홈 › Papers

Rethinking and Simplifying Bootstrapped Graph Latents

2023-12-05 · Wangbin Sun, Jintang Li, Liang Chen, Bingzhe Wu, Yatao Bian, Zibin Zheng

Graph contrastive learning (GCL) has emerged as a representative paradigm in graph self-supervised learning, where negative samples are commonly regarded as the key to preventing model collapse and producing distinguishable representations. Recent studies have shown that GCL without negative samples can achieve state-of-the-art performance as well as scalability improvement, with bootstrapped graph latent (BGRL) as a prominent step forward. However, BGRL relies on a complex architecture to maintain the ability to scatter representations, and the underlying mechanisms enabling the success remain largely unexplored. In this paper, we introduce an instance-level decorrelation perspective to tackle the aforementioned issue and leverage it as a springboard to reveal the potential unnecessary model complexity within BGRL. Based on our findings, we present SGCL, a simple yet effective GCL framework that utilizes the outputs from two consecutive iterations as positive pairs, eliminating the negative samples. SGCL only requires a single graph augmentation and a single graph encoder without additional parameters. Extensive experiments conducted on various graph benchmarks demonstrate that SGCL can achieve competitive performance with fewer parameters, lower time and space costs, and significant convergence speedup.

📄 PDF Abstract BibTeX arXiv:2312.02619

Code (1)

zszszs25/sgcl 공식 구현 pytorch

Tasks

Contrastive LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Bootstrapped Representation Learning on Graphs

2021-03-08 · ICLR Workshop GTRL 2021 5 · Shantanu Thakoor, Corentin Tallec, Mohammad Gheshlaghi Azar, Remi Munos 외

Current state-of-the-art self-supervised learning methods for graph neural networks are based on contrastive learning. As such, they heavily depend on the construction of augmentations and negative examples. Increasing t…

Contrastive LearningLinear evaluationRepresentation LearningSelf-Supervised Learning

WBT-BGRL: A Non-Contrastive Weighted Bipartite Link Prediction Model for Inductive Learning

2025-10-28 · Joel Frank Huarayo Quispe, Lilian Berton, Didier Vega-Oliveros arxiv

Link prediction in bipartite graphs is crucial for applications like recommendation systems and failure detection, yet it is less studied than in monopartite graphs. Contrastive methods struggle with inefficient and bias…

Inductive Link PredictionRecommendation SystemsContrastive Learning

Features Based Adaptive Augmentation for Graph Contrastive Learning

2022-07-05 · Adnan Ali, Jinlong Li

Self-Supervised learning aims to eliminate the need for expensive annotation in graph representation learning, where graph contrastive learning (GCL) is trained with the self-supervision signals containing data-data pair…

Contrastive LearningGraph Representation LearningRepresentation LearningSelf-Supervised Learning

Bootstrap Latents of Nodes and Neighbors for Graph Self-Supervised Learning

2024-08-09 · Yunhui Liu, Huaisong Zhang, Tieke He, Tao Zheng 외

Contrastive learning is a significant paradigm in graph self-supervised learning. However, it requires negative samples to prevent model collapse and learn discriminative representations. These negative samples inevitabl…

Contrastive LearningNode ClassificationNode ClusteringRepresentation Learning+1

Large-Scale Representation Learning on Graphs via Bootstrapping

2021-02-12 · ICLR 2022 4 · Shantanu Thakoor, Corentin Tallec, Mohammad Gheshlaghi Azar, Mehdi Azabou 외

Self-supervised learning provides a promising path towards eliminating the need for costly label information in representation learning on graphs. However, to achieve state-of-the-art performance, methods often need larg…

Contrastive LearningGraph Representation LearningRepresentation LearningSelf-Supervised Learning