SIAIFeb 16, 2021

Meta-Path-Free Representation Learning on Heterogeneous Networks

arXiv:2102.08120v1
Originality Highly original
AI Analysis

This addresses the challenge of arbitrary meta-path selection in heterogeneous network analysis, offering a more automated approach for researchers and practitioners in fields like knowledge graphs and social networks.

The authors tackled the problem of representation learning on heterogeneous networks by proposing a meta-path-free method, Heterogeneous graph Convolutional Networks (HCN), which uses a k-strata algorithm to capture structural and semantic information without relying on manually selected meta-paths, and it significantly outperformed state-of-the-art methods in experiments on three real-world networks.

Real-world networks and knowledge graphs are usually heterogeneous networks. Representation learning on heterogeneous networks is not only a popular but a pragmatic research field. The main challenge comes from the heterogeneity -- the diverse types of nodes and edges. Besides, for a given node in a HIN, the significance of a neighborhood node depends not only on the structural distance but semantics. How to effectively capture both structural and semantic relations is another challenge. The current state-of-the-art methods are based on the algorithm of meta-path and therefore have a serious disadvantage -- the performance depends on the arbitrary choosing of meta-path(s). However, the selection of meta-path(s) is experience-based and time-consuming. In this work, we propose a novel meta-path-free representation learning on heterogeneous networks, namely Heterogeneous graph Convolutional Networks (HCN). The proposed method fuses the heterogeneity and develops a $k$-strata algorithm ($k$ is an integer) to capture the $k$-hop structural and semantic information in heterogeneous networks. To the best of our knowledge, this is the first attempt to break out of the confinement of meta-paths for representation learning on heterogeneous networks. We carry out extensive experiments on three real-world heterogeneous networks. The experimental results demonstrate that the proposed method significantly outperforms the current state-of-the-art methods in a variety of analytic tasks.

Foundations

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

Your Notes