MECCH: Metapath Context Convolution-based Heterogeneous Graph Neural Networks
Xinyu Fu, Irwin King

TL;DR
MECCH introduces a novel approach for heterogeneous graph neural networks that uses metapath contexts to achieve lossless information aggregation and improved efficiency, enhancing node classification and link prediction.
Contribution
The paper proposes MECCH, a new model leveraging metapath contexts with three components to improve information retention and computational efficiency in HGNNs.
Findings
Outperforms state-of-the-art models in accuracy on five datasets.
Achieves better computational efficiency compared to existing methods.
Effectively handles deep HGNNs without performance degradation.
Abstract
Heterogeneous graph neural networks (HGNNs) were proposed for representation learning on structural data with multiple types of nodes and edges. To deal with the performance degradation issue when HGNNs become deep, researchers combine metapaths into HGNNs to associate nodes closely related in semantics but far apart in the graph. However, existing metapath-based models suffer from either information loss or high computation costs. To address these problems, we present a novel Metapath Context Convolution-based Heterogeneous Graph Neural Network (MECCH). MECCH leverages metapath contexts, a new kind of graph structure that facilitates lossless node information aggregation while avoiding any redundancy. Specifically, MECCH applies three novel components after feature preprocessing to extract comprehensive information from the input graph efficiently: (1) metapath context construction,…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Bioinformatics and Genomic Networks
MethodsGraph Neural Network
