HMSG: Heterogeneous Graph Neural Network based on Metapath Subgraph Learning
Xinjun Cai, Jiaxing Shang, Fei Hao, Dajiang Liu, Linjiang Zheng

TL;DR
HMSG is a novel heterogeneous graph neural network that decomposes graphs into metapath-based subgraphs to better capture diverse structural, semantic, and attribute information, leading to superior performance in various tasks.
Contribution
The paper introduces HMSG, a new GNN model that leverages metapath-based subgraphs and type-specific transformations for enhanced heterogeneous graph learning.
Findings
HMSG outperforms state-of-the-art baselines in node classification.
HMSG achieves superior results in node clustering and link prediction.
Extensive experiments validate the effectiveness of the proposed approach.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks
MethodsGraph Neural Network
