Attention-Driven Metapath Encoding in Heterogeneous Graphs
Calder Katyal

TL;DR
This paper introduces an attention-based encoding framework for metapaths in heterogeneous graphs, enhancing node classification by capturing semantic structures without dropping nodes, and demonstrates competitive results on IMDB dataset.
Contribution
It is the first to incorporate attention mechanisms into metapath encoding without node dropping, improving semantic relation extraction in heterogeneous graph learning.
Findings
Competitive performance on IMDB node classification benchmark
Effective encoding of semantic structures in heterogeneous graphs
Enhanced robustness and generality of the framework
Abstract
One of the emerging techniques in node classification in heterogeneous graphs is to restrict message aggregation to pre-defined, semantically meaningful structures called metapaths. This work is the first attempt to incorporate attention into the process of encoding entire metapaths without dropping intermediate nodes. In particular, we construct two encoders: the first uses sequential attention to extend the multi-hop message passing algorithm designed in \citet{magna} to the metapath setting, and the second incorporates direct attention to extract semantic relations in the metapath. The model then employs the intra-metapath and inter-metapath aggregation mechanisms of \citet{han}. We furthermore use the powerful training scheduler specialized for heterogeneous graphs that was developed in \citet{lts}, ensuring the model slowly learns how to classify the most difficult nodes. The…
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
TopicsDNA and Biological Computing
MethodsSoftmax · Attention Is All You Need
