LGAISIJun 20, 2025

Metapath-based Hyperbolic Contrastive Learning for Heterogeneous Graph Embedding

arXiv:2506.16754v1h-index: 3
Originality Incremental advance
AI Analysis

This work addresses the challenge of effectively embedding heterogeneous graphs with diverse structures, which is important for applications in network analysis and recommendation systems, and it represents an incremental improvement by combining existing concepts like hyperbolic spaces and contrastive learning.

The paper tackles the problem of capturing diverse power-law structures in heterogeneous graphs by proposing a Metapath-based Hyperbolic Contrastive Learning framework (MHCL) that uses multiple hyperbolic spaces, and it demonstrates that MHCL outperforms state-of-the-art baselines in various graph machine learning tasks.

The hyperbolic space, characterized by a constant negative curvature and exponentially expanding space, aligns well with the structural properties of heterogeneous graphs. However, although heterogeneous graphs inherently possess diverse power-law structures, most hyperbolic heterogeneous graph embedding models rely on a single hyperbolic space. This approach may fail to effectively capture the diverse power-law structures within heterogeneous graphs. To address this limitation, we propose a Metapath-based Hyperbolic Contrastive Learning framework (MHCL), which uses multiple hyperbolic spaces to capture diverse complex structures within heterogeneous graphs. Specifically, by learning each hyperbolic space to describe the distribution of complex structures corresponding to each metapath, it is possible to capture semantic information effectively. Since metapath embeddings represent distinct semantic information, preserving their discriminability is important when aggregating them to obtain node representations. Therefore, we use a contrastive learning approach to optimize MHCL and improve the discriminability of metapath embeddings. In particular, our contrastive learning method minimizes the distance between embeddings of the same metapath and maximizes the distance between those of different metapaths in hyperbolic space, thereby improving the separability of metapath embeddings with distinct semantic information. We conduct comprehensive experiments to evaluate the effectiveness of MHCL. The experimental results demonstrate that MHCL outperforms state-of-the-art baselines in various graph machine learning tasks, effectively capturing the complex structures of heterogeneous graphs.

Foundations

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

Your Notes