paper-with-me

Papers

SeeGera: Self-supervised Semi-implicit Graph Variational Auto-encoders with Masking

2023-01-29 · Xiang Li, Tiandi Ye, Caihua Shan, Dongsheng Li, Ming Gao

Generative graph self-supervised learning (SSL) aims to learn node representations by reconstructing the input graph data. However, most existing methods focus on unsupervised learning tasks only and very few work has shown its superiority over the state-of-the-art graph contrastive learning (GCL) models, especially on the classification task. While a very recent model has been proposed to bridge the gap, its performance on unsupervised learning tasks is still unknown. In this paper, to comprehensively enhance the performance of generative graph SSL against other GCL models on both unsupervised and supervised learning tasks, we propose the SeeGera model, which is based on the family of self-supervised variational graph auto-encoder (VGAE). Specifically, SeeGera adopts the semi-implicit variational inference framework, a hierarchical variational framework, and mainly focuses on feature reconstruction and structure/feature masking. On the one hand, SeeGera co-embeds both nodes and features in the encoder and reconstructs both links and features in the decoder. Since feature embeddings contain rich semantic information on features, they can be combined with node embeddings to provide fine-grained knowledge for feature reconstruction. On the other hand, SeeGera adds an additional layer for structure/feature masking to the hierarchical variational framework, which boosts the model generalizability. We conduct extensive experiments comparing SeeGera with 9 other state-of-the-art competitors. Our results show that SeeGera can compare favorably against other state-of-the-art GCL methods in a variety of unsupervised and supervised learning tasks.

📄 PDF Abstract BibTeX arXiv:2301.12458

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningSelf-Supervised LearningVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Self-supervised Graph Neural Networks without explicit negative sampling

2021-03-27 · Zekarias T. Kefato, Sarunas Girdzijauskas

Real world data is mostly unlabeled or only few instances are labeled. Manually labeling data is a very expensive and daunting task. This calls for unsupervised learning techniques that are powerful enough to achieve com…

Contrastive LearningData AugmentationGraph Neural NetworkSelf-Supervised Learning

Smooth Neighbors on Teacher Graphs for Semi-supervised Learning

2017-11-01 · CVPR 2018 6 · Yucen Luo, Jun Zhu, Mengxi Li, Yong Ren 외

The recently proposed self-ensembling methods have achieved promising results in deep semi-supervised learning, which penalize inconsistent predictions of unlabeled data under different perturbations. However, they only …

Semi-supervised learning made simple with self-supervised clustering

2023-06-13 · CVPR 2023 1 · Enrico Fini, Pietro Astolfi, Karteek Alahari, Xavier Alameda-Pineda 외

Self-supervised learning models have been shown to learn rich visual representations without requiring human annotations. However, in many real-world scenarios, labels are partially available, motivating a recent line of…

ClusteringSelf-Supervised Learning

GraphMix: Regularized Training of Graph Neural Networks for Semi-Supervised Learning

2019-09-25 · Vikas Verma, Meng Qu, Alex Lamb, Yoshua Bengio 외

We present GraphMix, a regularization technique for Graph Neural Network based semi-supervised object classification, leveraging the recent advances in the regularization of classical deep neural networks. Specifically, …

Graph Neural Network

Rethinking Semi-Supervised Node Classification with Self-Supervised Graph Clustering

2025-11-25 · Songbo Wang, Renchi Yang, Yurui Lai, Xiaoyang Lin 외 arxiv

The emergence of graph neural networks (GNNs) has offered a powerful tool for semi-supervised node classification tasks. Subsequent studies have achieved further improvements through refining the message passing schemes …

Node ClassificationData AugmentationGraph Clustering