Multi-Granular Attention based Heterogeneous Hypergraph Neural Network
Hong Jin, Kaicheng Zhou, Jie Yin, Lan You, Zhifeng Zhou
TL;DR
The paper addresses learning node representations in heterogeneous graphs by overcoming the limitations of meta-path–based methods and the over-squashing problem. It introduces MGA-HHN, which constructs a multi-view heterogeneous hypergraph from symmetric meta-paths and applies a dual-level attention mechanism: node-level transformer-based attention within each view and hyperedge-level attention to fuse across views. Through extensive experiments on three real-world datasets, MGA-HHN consistently outperforms state-of-the-art baselines in node classification, clustering, and visualization, demonstrating superior capture of high-order semantics and long-range dependencies. The approach offers a scalable and expressive framework for heterogeneous graph representation learning with potential impact across domains requiring rich semantic modeling.
Abstract
Heterogeneous graph neural networks (HeteGNNs) have demonstrated strong abilities to learn node representations by effectively extracting complex structural and semantic information in heterogeneous graphs. Most of the prevailing HeteGNNs follow the neighborhood aggregation paradigm, leveraging meta-path based message passing to learn latent node representations. However, due to the pairwise nature of meta-paths, these models fail to capture high-order relations among nodes, resulting in suboptimal performance. Additionally, the challenge of ``over-squashing'', where long-range message passing in HeteGNNs leads to severe information distortion, further limits the efficacy of these models. To address these limitations, this paper proposes MGA-HHN, a Multi-Granular Attention based Heterogeneous Hypergraph Neural Network for heterogeneous graph representation learning. MGA-HHN introduces two key innovations: (1) a novel approach for constructing meta-path based heterogeneous hypergraphs that explicitly models higher-order semantic information in heterogeneous graphs through multiple views, and (2) a multi-granular attention mechanism that operates at both the node and hyperedge levels. This mechanism enables the model to capture fine-grained interactions among nodes sharing the same semantic context within a hyperedge type, while preserving the diversity of semantics across different hyperedge types. As such, MGA-HHN effectively mitigates long-range message distortion and generates more expressive node representations. Extensive experiments on real-world benchmark datasets demonstrate that MGA-HHN outperforms state-of-the-art models, showcasing its effectiveness in node classification, node clustering and visualization tasks.
