paper-with-me

Papers

PanRep: Graph neural networks for extracting universal node embeddings in heterogeneous graphs

2020-07-20 · Vassilis N. Ioannidis, Da Zheng, George Karypis

Learning unsupervised node embeddings facilitates several downstream tasks such as node classification and link prediction. A node embedding is universal if it is designed to be used by and benefit various downstream tasks. This work introduces PanRep, a graph neural network (GNN) model, for unsupervised learning of universal node representations for heterogenous graphs. PanRep consists of a GNN encoder that obtains node embeddings and four decoders, each capturing different topological and node feature properties. Abiding to these properties the novel unsupervised framework learns universal embeddings applicable to different downstream tasks. PanRep can be furthered fine-tuned to account for possible limited labels. In this operational setting PanRep is considered as a pretrained model for extracting node embeddings of heterogenous graph data. PanRep outperforms all unsupervised and certain supervised methods in node classification and link prediction, especially when the labeled data for the supervised methods is small. PanRep-FT (with fine-tuning) outperforms all other supervised approaches, which corroborates the merits of pretraining models. Finally, we apply PanRep-FT for discovering novel drugs for Covid-19. We showcase the advantage of universal embeddings in drug repurposing and identify several drugs used in clinical trials as possible drug candidates.

📄 PDF Abstract BibTeX arXiv:2007.10445

Code (1)

amazon-research/panrep pytorch

Tasks

Graph Neural NetworkLink PredictionNode Classification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

PanRep: Universal node embeddings for heterogeneous graphs

2020-09-28 · Vassilis N. Ioannidis, Da Zheng, George Karypis

Learning unsupervised node embeddings facilitates several downstream tasks such as node classification and link prediction. A node embedding is universal if it is designed to be used by and benefit various downstream tas…

Graph Neural NetworkLink PredictionNode Classification

UniG-Encoder: A Universal Feature Encoder for Graph and Hypergraph Node Classification

2023-08-03 · Minhao Zou, Zhongxue Gan, Yutong Wang, Junheng Zhang 외

Graph and hypergraph representation learning has attracted increasing attention from various research fields. Despite the decent performance and fruitful applications of Graph Neural Networks (GNNs), Hypergraph Neural Ne…

Node ClassificationRepresentation Learning

Capsule Graph Neural Network

2019-05-01 · ICLR 2019 5 · Zhang Xinyi, Lihui Chen

The high-quality node embeddings learned from the Graph Neural Networks (GNNs) have been applied to a wide range of node-based applications and some of them have achieved state-of-the-art (SOTA) performance. However, whe…

Graph ClassificationGraph Neural Network

STERLING: Synergistic Representation Learning on Bipartite Graphs

2023-01-25 · Baoyu Jing, Yuchen Yan, Kaize Ding, Chanyoung Park 외

A fundamental challenge of bipartite graph representation learning is how to extract informative node embeddings. Self-Supervised Learning (SSL) is a promising paradigm to address this challenge. Most recent bipartite gr…

Contrastive LearningGraph Representation LearningRepresentation LearningSelf-Supervised Learning

Unsupervised Universal Self-Attention Network for Graph Classification

2019-09-25 · Dai Quoc Nguyen, Tu Dinh Nguyen, Dinh Phung

Existing graph embedding models often have weaknesses in exploiting graph structure similarities, potential dependencies among nodes and global network properties. To this end, we present U2GAN, a novel unsupervised mode…

ClassificationGraph ClassificationGraph Embedding