HHGT: Hierarchical Heterogeneous Graph Transformer for Heterogeneous Graph Representation Learning
Qiuyu Zhu, Liang Zhang, Qianxiong Xu, Kaijun Liu, Cheng Long, Xiaoyang, Wang

TL;DR
This paper introduces HHGT, a hierarchical graph transformer that effectively models heterogeneous information networks by capturing semantic differences across distances and node types, leading to improved clustering performance.
Contribution
The paper proposes a novel (k,t)-ring neighborhood structure and a hierarchical transformer model that better captures heterogeneity in HINs, addressing limitations of existing methods.
Findings
Achieved up to 24.75% improvement in NMI for node clustering.
Achieved up to 29.25% improvement in ARI for node clustering.
Outperformed 14 baseline methods on the ACM dataset.
Abstract
Despite the success of Heterogeneous Graph Neural Networks (HGNNs) in modeling real-world Heterogeneous Information Networks (HINs), challenges such as expressiveness limitations and over-smoothing have prompted researchers to explore Graph Transformers (GTs) for enhanced HIN representation learning. However, research on GT in HINs remains limited, with two key shortcomings in existing work: (1) A node's neighbors at different distances in HINs convey diverse semantics. Unfortunately, existing methods ignore such differences and uniformly treat neighbors within a given distance in a coarse manner, which results in semantic confusion. (2) Nodes in HINs have various types, each with unique semantics. Nevertheless, existing methods mix nodes of different types during neighbor aggregation, hindering the capture of proper correlations between nodes of diverse types. To bridge these gaps, we…
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 · Graph Theory and Algorithms · Data Mining Algorithms and Applications
MethodsLaplacian EigenMap · Laplacian Positional Encodings · Residual Connection · Byte Pair Encoding · Layer Normalization · Label Smoothing · Linear Layer · Adam · Dropout · Multi-Head Attention
