paper-with-me

Papers

Adaptive Multi-layer Contrastive Graph Neural Networks

2021-09-29 · Shuhao Shi, Pengfei Xie, Xu Luo, Kai Qiao, Linyuan Wang, Jian Chen, Bin Yan

We present Adaptive Multi-layer Contrastive Graph Neural Networks (AMC-GNN), a self-supervised learning framework for Graph Neural Network, which learns feature representations of sample data without data labels. AMC-GNN generates two graph views by data augmentation and compares different layers' output embeddings of Graph Neural Network encoders to obtain feature representations, which could be used for downstream tasks. AMC-GNN could learn the importance weights of embeddings in different layers adaptively through the attention mechanism, and an auxiliary encoder is introduced to train graph contrastive encoders better. The accuracy is improved by maximizing the representation's consistency of positive pairs in the early layers and the final embedding space. Our experiments show that the results can be consistently improved by using the AMC-GNN framework, across four established graph benchmarks: Cora, Citeseer, Pubmed, DBLP citation network datasets, as well as four newly proposed datasets: Co-author-CS, Co-author-Physics, Amazon-Computers, Amazon-Photo.

📄 PDF Abstract BibTeX arXiv:2109.14159

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationGraph Neural NetworkSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

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

Multilayer Graph Contrastive Clustering Network

2021-12-28 · Liang Liu, Zhao Kang, Ling Tian, Wenbo Xu 외

Multilayer graph has garnered plenty of research attention in many areas due to their high utility in modeling interdependent systems. However, clustering of multilayer graph, which aims at dividing the graph nodes into …

ClusteringGraph Clustering

Robust Contrastive Graph Clustering with Adaptive Local-Global Integration

2026-05-27 · Lei Zhang, Fubo Sun, Haipeng Yang, Zhong Guan 외 arxiv

Graph clustering is essential in graph analysis for revealing structural patterns and node communities. Despite recent advances in self-supervised contrastive learning that have improved clustering via structural and att…

Contrastive LearningGraph Clustering

Adaptive Hypergraph Network for Trust Prediction

2024-02-07 · Rongwei Xu, Guanfeng Liu, Yan Wang, Xuyun Zhang 외

Trust plays an essential role in an individual's decision-making. Traditional trust prediction models rely on pairwise correlations to infer potential relationships between users. However, in the real world, interactions…

Contrastive LearningDecision MakingPrediction

Improving Knowledge-aware Recommendation with Multi-level Interactive Contrastive Learning

2022-08-22 · Ding Zou, Wei Wei, Ziyang Wang, Xian-Ling Mao 외

Incorporating Knowledge Graphs (KG) into recommeder system has attracted considerable attention. Recently, the technical trend of Knowledge-aware Recommendation (KGR) is to develop end-to-end models based on graph neural…

Contrastive LearningKnowledge-Aware RecommendationKnowledge GraphsRepresentation Learning+1