paper-with-me

Papers

HMSG: Heterogeneous Graph Neural Network based on Metapath Subgraph Learning

2021-09-07 · Xinjun Cai, Jiaxing Shang, Fei Hao, Dajiang Liu, Linjiang Zheng

Many real-world data can be represented as heterogeneous graphs with different types of nodes and connections. Heterogeneous graph neural network model aims to embed nodes or subgraphs into low-dimensional vector space for various downstream tasks such as node classification, link prediction, etc. Although several models were proposed recently, they either only aggregate information from the same type of neighbors, or just indiscriminately treat homogeneous and heterogeneous neighbors in the same way. Based on these observations, we propose a new heterogeneous graph neural network model named HMSG to comprehensively capture structural, semantic and attribute information from both homogeneous and heterogeneous neighbors. Specifically, we first decompose the heterogeneous graph into multiple metapath-based homogeneous and heterogeneous subgraphs, and each subgraph associates specific semantic and structural information. Then message aggregation methods are applied to each subgraph independently, so that information can be learned in a more targeted and efficient manner. Through a type-specific attribute transformation, node attributes can also be transferred among different types of nodes. Finally, we fuse information from subgraphs together to get the complete representation. Extensive experiments on several datasets for node classification, node clustering and link prediction tasks show that HMSG achieves the best performance in all evaluation metrics than state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2109.02868

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeGraph Neural NetworkLink PredictionNode ClassificationNode Clustering

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Heterogeneous Causal Metapath Graph Neural Network for Gene-Microbe-Disease Association Prediction

2024-06-27 · Kexin Zhang, Feng Huang, Luotao Liu, Zhankun Xiong 외

The recent focus on microbes in human medicine highlights their potential role in the genetic framework of diseases. To decode the complex interactions among genes, microbes, and diseases, computational predictions of ge…

Graph Neural NetworkRepresentation Learning

Metapath- and Entity-aware Graph Neural Network for Recommendation

2020-10-22 · Muhammad Umer Anwaar, Zhiwei Han, Shyam Arumugaswamy, Rayyan Ahmad Khan 외

In graph neural networks (GNNs), message passing iteratively aggregates nodes' information from their direct neighbors while neglecting the sequential nature of multi-hop node connections. Such sequential node connection…

Graph Neural NetworkLink PredictionRecommendation Systems

MetaSieve: Faster Relational Deep Learning through SQL-Based Metapath Selection

2026-08-26 · Fahim Shahriar Khan, Ashraf Aboulnaga arxiv

Relational Deep Learning (RDL) is an effective approach to machine learning over multi-table relational databases. In RDL, a database is modeled as a graph in which each row is a node and each foreign-key relation is an …

Graph Neural Network

Heterogeneous Graph Contrastive Multi-view Learning

2022-10-01 · Zehong Wang, Qi Li, Donghua Yu, Xiaolong Han 외

Inspired by the success of contrastive learning (CL) in computer vision and natural language processing, graph contrastive learning (GCL) has been developed to learn discriminative node representations on graph datasets.…

Contrastive LearningMULTI-VIEW LEARNING

MAGNN: Metapath Aggregated Graph Neural Network for Heterogeneous Graph Embedding

2020-02-05 · Xinyu Fu, Jiani Zhang, Ziqiao Meng, Irwin King

A large number of real-world graphs or networks are inherently heterogeneous, involving a diversity of node types and relation types. Heterogeneous graph embedding is to embed rich structural and semantic information of …

ClusteringDiversityGraph EmbeddingGraph Neural Network+3