paper-with-me

Papers

Self-supervised Consensus Representation Learning for Attributed Graph

2021-08-10 · Changshu Liu, Liangjian Wen, Zhao Kang, Guangchun Luo, Ling Tian

Attempting to fully exploit the rich information of topological structure and node features for attributed graph, we introduce self-supervised learning mechanism to graph representation learning and propose a novel Self-supervised Consensus Representation Learning (SCRL) framework. In contrast to most existing works that only explore one graph, our proposed SCRL method treats graph from two perspectives: topology graph and feature graph. We argue that their embeddings should share some common information, which could serve as a supervisory signal. Specifically, we construct the feature graph of node features via k-nearest neighbor algorithm. Then graph convolutional network (GCN) encoders extract features from two graphs respectively. Self-supervised loss is designed to maximize the agreement of the embeddings of the same node in the topology graph and the feature graph. Extensive experiments on real citation networks and social networks demonstrate the superiority of our proposed SCRL over the state-of-the-art methods on semi-supervised node classification task. Meanwhile, compared with its main competitors, SCRL is rather efficient.

📄 PDF Abstract BibTeX arXiv:2108.04822

Code (1)

topgunlcs98/scrl 공식 구현 pytorch

Tasks

Graph Representation LearningNode ClassificationRepresentation LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

GRENADE: Graph-Centric Language Model for Self-Supervised Representation Learning on Text-Attributed Graphs

2023-10-23 · Yichuan Li, Kaize Ding, Kyumin Lee

Self-supervised representation learning on text-attributed graphs, which aims to create expressive and generalizable representations for various downstream tasks, has received increasing research attention lately. Howeve…

Contrastive LearningGraph Neural NetworkLanguage ModelingLanguage Modelling+2

Dual Information Enhanced Multi-view Attributed Graph Clustering

2022-11-28 · Jia-Qi Lin, Man-Sheng Chen, Xi-Ran Zhu, Chang-Dong Wang 외

Multi-view attributed graph clustering is an important approach to partition multi-view data based on the attribute feature and adjacent matrices from different views. Some attempts have been made in utilizing Graph Neur…

AttributeClusteringGraph ClusteringGraph Neural Network

Self-supervised Contrastive Attributed Graph Clustering

2021-10-15 · Wei Xia, Quanxue Gao, Ming Yang, Xinbo Gao

Attributed graph clustering, which learns node representation from node attribute and topological graph for clustering, is a fundamental but challenging task for graph analysis. Recently, methods based on graph contrasti…

AttributeClusteringContrastive LearningGraph Clustering+1

TAGA: Text-Attributed Graph Self-Supervised Learning by Synergizing Graph and Text Mutual Transformations

2024-05-27 · Zheng Zhang, Yuntong Hu, Bo Pan, Chen Ling 외

Text-Attributed Graphs (TAGs) enhance graph structures with natural language descriptions, enabling detailed representation of data and their relationships across a broad spectrum of real-world scenarios. Despite the pot…

Representation LearningSelf-Supervised LearningTAG

Unsupervised Attributed Multiplex Network Embedding

2019-11-15 · Chanyoung Park, Donghyun Kim, Jiawei Han, Hwanjo Yu

Nodes in a multiplex network are connected by multiple types of relations. However, most existing network embedding methods assume that only a single type of relation exists between nodes. Even for those that consider th…

Network EmbeddingRelation