LGFeb 22, 2023

HINormer: Representation Learning On Heterogeneous Information Networks with Graph Transformer

arXiv:2302.11329v2106 citationsh-index: 30
Originality Incremental advance
AI Analysis

This addresses the problem of limited expressiveness in graph neural networks for researchers and practitioners in network analysis, though it is incremental as it adapts Graph Transformers to a specific domain.

The paper tackles representation learning on heterogeneous information networks (HINs) by proposing HINormer, a Graph Transformer model that uses a larger-range aggregation mechanism to capture structural and heterogeneous information, and it outperforms state-of-the-art methods on four benchmark datasets.

Recent studies have highlighted the limitations of message-passing based graph neural networks (GNNs), e.g., limited model expressiveness, over-smoothing, over-squashing, etc. To alleviate these issues, Graph Transformers (GTs) have been proposed which work in the paradigm that allows message passing to a larger coverage even across the whole graph. Hinging on the global range attention mechanism, GTs have shown a superpower for representation learning on homogeneous graphs. However, the investigation of GTs on heterogeneous information networks (HINs) is still under-exploited. In particular, on account of the existence of heterogeneity, HINs show distinct data characteristics and thus require different treatment. To bridge this gap, in this paper we investigate the representation learning on HINs with Graph Transformer, and propose a novel model named HINormer, which capitalizes on a larger-range aggregation mechanism for node representation learning. In particular, assisted by two major modules, i.e., a local structure encoder and a heterogeneous relation encoder, HINormer can capture both the structural and heterogeneous information of nodes on HINs for comprehensive node representations. We conduct extensive experiments on four HIN benchmark datasets, which demonstrate that our proposed model can outperform the state-of-the-art.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes