TL;DR
This paper introduces ie-HGCN, an interpretable and efficient heterogeneous graph neural network that automatically identifies useful meta-paths and reduces computational complexity, improving performance on real datasets.
Contribution
The paper proposes a hierarchical architecture for HINs that automatically extracts relevant meta-paths and avoids dense graph transformations, enhancing interpretability and efficiency.
Findings
Outperforms state-of-the-art methods on three datasets
Automatically extracts useful meta-paths for each object
Reduces computational complexity with a novel architecture
Abstract
Graph Convolutional Network (GCN) has achieved extraordinary success in learning effective task-specific representations of nodes in graphs. However, regarding Heterogeneous Information Network (HIN), existing HIN-oriented GCN methods still suffer from two deficiencies: (1) they cannot flexibly explore all possible meta-paths and extract the most useful ones for a target object, which hinders both effectiveness and interpretability; (2) they often need to generate intermediate meta-path based dense graphs, which leads to high computational complexity. To address the above issues, we propose an interpretable and efficient Heterogeneous Graph Convolutional Network (ie-HGCN) to learn the representations of objects in HINs. It is designed as a hierarchical aggregation architecture, i.e., object-level aggregation first, followed by type-level aggregation. The novel architecture can…
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
MethodsConvolution · Graph Convolutional Network
