paper-with-me

홈 › Papers

Self-supervised Graph Representation Learning via Bootstrapping

2020-11-10 · Feihu Che, Guohua Yang, Dawei Zhang, JianHua Tao, Pengpeng Shao, Tong Liu

Graph neural networks~(GNNs) apply deep learning techniques to graph-structured data and have achieved promising performance in graph representation learning. However, existing GNNs rely heavily on enough labels or well-designed negative samples. To address these issues, we propose a new self-supervised graph representation method: deep graph bootstrapping~(DGB). DGB consists of two neural networks: online and target networks, and the input of them are different augmented views of the initial graph. The online network is trained to predict the target network while the target network is updated with a slow-moving average of the online network, which means the online and target networks can learn from each other. As a result, the proposed DGB can learn graph representation without negative examples in an unsupervised manner. In addition, we summarize three kinds of augmentation methods for graph-structured data and apply them to the DGB. Experiments on the benchmark datasets show the DGB performs better than the current state-of-the-art methods and how the augmentation methods affect the performances.

📄 PDF Abstract BibTeX arXiv:2011.05126

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Self-Supervised Graph Learning via Spectral Bootstrapping and Laplacian-Based Augmentations

2025-06-25 · Lorenzo Bini, Stephane Marchand-Maillet

We present LaplaceGNN, a novel self-supervised graph learning framework that bypasses the need for negative sampling by leveraging spectral bootstrapping techniques. Our method integrates Laplacian-based signals into the…

Graph Learning

Cross-view Self-Supervised Learning on Heterogeneous Graph Neural Network via Bootstrapping

2022-01-10 · Minjae Park

Heterogeneous graph neural networks can represent information of heterogeneous graphs with excellent ability. Recently, self-supervised learning manner is researched which learns the unique expression of a graph through …

Contrastive LearningGraph Neural NetworkSelf-Supervised Learning

CrIBo: Self-Supervised Learning via Cross-Image Object-Level Bootstrapping

2023-10-11 · Tim Lebailly, Thomas Stegmüller, Behzad Bozorgtabar, Jean-Philippe Thiran 외

Leveraging nearest neighbor retrieval for self-supervised representation learning has proven beneficial with object-centric images. However, this approach faces limitations when applied to scene-centric datasets, where m…

In-Context LearningObjectRepresentation LearningRetrieval+1

Adaptive Similarity Bootstrapping for Self-Distillation based Representation Learning

2023-03-23 · ICCV 2023 1 · Tim Lebailly, Thomas Stegmüller, Behzad Bozorgtabar, Jean-Philippe Thiran 외

Most self-supervised methods for representation learning leverage a cross-view consistency objective i.e., they maximize the representation similarity of a given image's augmented views. Recent work NNCLR goes beyond the…

Contrastive LearningRepresentation Learning

Large-scale graph representation learning with very deep GNNs and self-supervision

2021-07-20 · Ravichandra Addanki, Peter W. Battaglia, David Budden, Andreea Deac 외

Effectively and efficiently deploying graph neural networks (GNNs) at scale remains one of the most challenging aspects of graph representation learning. Many powerful solutions have only ever been validated on comparati…

DenoisingGraph Representation LearningRepresentation Learning