paper-with-me

홈 › Papers

Pair-view Unsupervised Graph Representation Learning

2020-12-11 · You Li, Binli Luo, Ning Gui

Low-dimension graph embeddings have proved extremely useful in various downstream tasks in large graphs, e.g., link-related content recommendation and node classification tasks, etc. Most existing embedding approaches take nodes as the basic unit for information aggregation, e.g., node perception fields in GNN or con-textual nodes in random walks. The main drawback raised by such node-view is its lack of support for expressing the compound relationships between nodes, which results in the loss of a certain degree of graph information during embedding. To this end, this paper pro-poses PairE(Pair Embedding), a solution to use "pair", a higher level unit than a "node" as the core for graph embeddings. Accordingly, a multi-self-supervised auto-encoder is designed to fulfill two pretext tasks, to reconstruct the feature distribution for respective pairs and their surrounding context. PairE has three major advantages: 1) Informative, embedding beyond node-view are capable to preserve richer information of the graph; 2) Simple, the solutions provided by PairE are time-saving, storage-efficient, and require the fewer hyper-parameters; 3) High adaptability, with the introduced translator operator to map pair embeddings to the node embeddings, PairE can be effectively used in both the link-based and the node-based graph analysis. Experiment results show that PairE consistently outperforms the state of baselines in all four downstream tasks, especially with significant edges in the link-prediction and multi-label node classification tasks.

📄 PDF Abstract BibTeX arXiv:2012.06113

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningLink PredictionNode ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

Graph Representation Learning Beyond Node and Homophily

2022-03-03 · You Li, Bei Lin, Binli Luo, Ning Gui

Unsupervised graph representation learning aims to distill various graph information into a downstream task-agnostic dense vector embedding. However, existing graph representation learning approaches are designed mainly …

Edge ClassificationGraph EmbeddingGraph Representation LearningNode Classification+1

CGMN: A Contrastive Graph Matching Network for Self-Supervised Graph Similarity Learning

2022-05-30 · Di Jin, Luzhi Wang, Yizhen Zheng, Xiang Li 외

Graph similarity learning refers to calculating the similarity score between two graphs, which is required in many realistic applications, such as visual tracking, graph classification, and collaborative filtering. As mo…

Collaborative FilteringGraph ClassificationGraph MatchingGraph Similarity+2

Dual Space Graph Contrastive Learning

2022-01-19 · Haoran Yang, Hongxu Chen, Shirui Pan, Lin Li 외

Unsupervised graph representation learning has emerged as a powerful tool to address real-world problems and achieves huge success in the graph learning domain. Graph contrastive learning is one of the unsupervised graph…

Contrastive LearningGraph LearningGraph Representation LearningRepresentation Learning

Iterative Graph Self-Distillation

2020-10-23 · HANLIN ZHANG, Shuai Lin, Weiyang Liu, Pan Zhou 외

Recently, there has been increasing interest in the challenge of how to discriminatively vectorize graphs. To address this, we propose a method called Iterative Graph Self-Distillation (IGSD) which learns graph-level rep…

Contrastive LearningGraph LearningKnowledge Distillation

CoCo: A Coupled Contrastive Framework for Unsupervised Domain Adaptive Graph Classification

2023-06-08 · Nan Yin, Li Shen, Mengzhu Wang, Long Lan 외

Although graph neural networks (GNNs) have achieved impressive achievements in graph classification, they often need abundant task-specific labels, which could be extensively costly to acquire. A credible solution is to …

Contrastive LearningDomain AdaptationGraph ClassificationGraph Representation Learning+1