paper-with-me

홈 › Papers

Towards Graph Self-Supervised Learning with Contrastive Adjusted Zooming

2021-11-20 · Yizhen Zheng, Ming Jin, Shirui Pan, Yuan-Fang Li, Hao Peng, Ming Li, Zhao Li

Graph representation learning (GRL) is critical for graph-structured data analysis. However, most of the existing graph neural networks (GNNs) heavily rely on labeling information, which is normally expensive to obtain in the real world. Although some existing works aim to effectively learn graph representations in an unsupervised manner, they suffer from certain limitations, such as the heavy reliance on monotone contrastiveness and limited scalability. To overcome the aforementioned problems, we introduce a novel self-supervised graph representation learning algorithm via Graph Contrastive Adjusted Zooming, namely G-Zoom, to learn node representations by leveraging the proposed adjusted zooming scheme. Specifically, this mechanism enables G-Zoom to explore and extract self-supervision signals from a graph from multiple scales: micro (i.e., node-level), meso (i.e., neighborhood-level), and macro (i.e., subgraph-level). Firstly, we generate two augmented views of the input graph via two different graph augmentations. Then, we establish three different contrastiveness on the above three scales progressively, from node, neighboring, to subgraph level, where we maximize the agreement between graph representations across scales. While we can extract valuable clues from a given graph on the micro and macro perspectives, the neighboring-level contrastiveness offers G-Zoom the capability of a customizable option based on our adjusted zooming scheme to manually choose an optimal viewpoint that lies between the micro and macro perspectives to better understand the graph data. Additionally, to make our model scalable to large graphs, we employ a parallel graph diffusion approach to decouple model training from the graph size. We have conducted extensive experiments on real-world datasets, and the results demonstrate that our proposed model outperforms state-of-the-art methods consistently.

📄 PDF Abstract BibTeX arXiv:2111.10698

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningGraph Representation LearningRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Spatially Consistent Representation Learning

2021-03-10 · CVPR 2021 1 · Byungseok Roh, Wuhyun Shin, Ildoo Kim, Sungwoong Kim

Self-supervised learning has been widely used to obtain transferrable representations from unlabeled images. Especially, recent contrastive learning methods have shown impressive performances on downstream image classifi…

Contrastive Learningimage-classificationImage ClassificationInstance Segmentation+5

On the Effectiveness of Supervision in Asymmetric Non-Contrastive Learning

2024-06-16 · Jeongheon Oh, Kibok Lee

Supervised contrastive representation learning has been shown to be effective in various transfer learning scenarios. However, while asymmetric non-contrastive learning (ANCL) often outperforms its contrastive learning c…

Contrastive LearningRepresentation LearningTransfer Learning

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

Bi-CLKT: Bi-Graph Contrastive Learning based Knowledge Tracing

2022-01-22 · XiangYu Song, JianXin Li, Qi Lei, Wei Zhao 외

The goal of Knowledge Tracing (KT) is to estimate how well students have mastered a concept based on their historical learning of related exercises. The benefit of knowledge tracing is that students' learning plans can b…

Contrastive LearningKnowledge TracingSelf-Supervised Learning

SGCL: Unifying Self-Supervised and Supervised Learning for Graph Recommendation

2025-07-17 · Weizhi Zhang, Liangwei Yang, Zihe Song, Henrry Peng Zou 외

Recommender systems (RecSys) are essential for online platforms, providing personalized suggestions to users within a vast sea of information. Self-supervised graph learning seeks to harness high-order collaborative filt…

Collaborative FilteringContrastive LearningGraph LearningMulti-Task Learning+1