paper-with-me

Papers

Self-Supervised Graph Representation Learning via Topology Transformations

2021-05-25 · Xiang Gao, Wei Hu, Guo-Jun Qi

We present the Topology Transformation Equivariant Representation learning, a general paradigm of self-supervised learning for node representations of graph data to enable the wide applicability of Graph Convolutional Neural Networks (GCNNs). We formalize the proposed model from an information-theoretic perspective, by maximizing the mutual information between topology transformations and node representations before and after the transformations. We derive that maximizing such mutual information can be relaxed to minimizing the cross entropy between the applied topology transformation and its estimation from node representations. In particular, we seek to sample a subset of node pairs from the original graph and flip the edge connectivity between each pair to transform the graph topology. Then, we self-train a representation encoder to learn node representations by reconstructing the topology transformations from the feature representations of the original and transformed graphs. In experiments, we apply the proposed model to the downstream node classification, graph classification and link prediction tasks, and results show that the proposed method outperforms the state-of-the-art unsupervised approaches.

📄 PDF Abstract BibTeX arXiv:2105.11689

Code (1)

gyshgx868/topo-ter 공식 구현 pytorch

Tasks

Graph ClassificationGraph Representation LearningLink PredictionNode ClassificationRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/

Similar Papers 제목 키워드 기반

TopoTER: Unsupervised Learning of Topology Transformation Equivariant Representations

2021-01-01 · Xiang Gao, Wei Hu, Guo-Jun Qi

We present the Topology Transformation Equivariant Representation (TopoTER) learning, a general paradigm of unsupervised learning of node representations of graph data for the wide applicability to Graph Convolutional Ne…

Graph Classification

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

Spectral Augmentation for Self-Supervised Learning on Graphs

2022-10-02 · Lu Lin, Jinghui Chen, Hongning Wang

Graph contrastive learning (GCL), as an emerging self-supervised learning technique on graphs, aims to learn representations via instance discrimination. Its performance heavily relies on graph augmentation to reflect in…

Contrastive LearningNode ClassificationRepresentation LearningSelf-Supervised Learning+1

Self-supervised Consensus Representation Learning for Attributed Graph

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

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-…

Graph Representation LearningNode ClassificationRepresentation LearningSelf-Supervised Learning

HypeBoy: Generative Self-Supervised Representation Learning on Hypergraphs

2024-03-31 · Sunwoo Kim, Shinhwan Kang, Fanchen Bu, Soo Yong Lee 외

Hypergraphs are marked by complex topology, expressing higher-order interactions among multiple nodes with hyperedges, and better capturing the topology is essential for effective representation learning. Recent advances…

Hypergraph representationsNode ClassificationRepresentation LearningSelf-Supervised Learning