LGSISOC-PHJan 5, 2021

Het-node2vec: second order random walk sampling for heterogeneous multigraphs embedding

arXiv:2101.01425v38 citations
AI Analysis

This paper addresses the problem of effectively embedding heterogeneous graphs for various prediction tasks, which is relevant for researchers and practitioners working with complex, multi-typed graph data.

This paper introduces Het-node2vec, a method for embedding heterogeneous graphs that uses a stochastic node and edge type switching strategy within second-order random walks. The method also incorporates an attention mechanism to focus random walks on specific node and edge types, achieving comparable or superior performance on node label and edge prediction tasks against state-of-the-art methods.

Many real-world problems are naturally modeled as heterogeneous graphs, where nodes and edges represent multiple types of entities and relations. Existing learning models for heterogeneous graph representation usually depend on the computation of specific and user-defined heterogeneous paths, or in the application of large and often not scalable deep neural network architectures. We propose Het-node2vec, an extension of the node2vec algorithm, designed for embedding heterogeneous graphs. Het-node2vec addresses the challenge of capturing the topological and structural characteristics of graphs and the semantic information underlying the different types of nodes and edges of heterogeneous graphs, by introducing a simple stochastic node and edge type switching strategy in second order random walk processes. The proposed approach also introduces an ''attention mechanism'' to focus the random walks on specific node and edge types, thus allowing more accurate embeddings and more focused predictions on specific node and edge types of interest. Empirical results on benchmark datasets show that Hetnode2vec achieves comparable or superior performance with respect to state-of-the-art methods for heterogeneous graphs in node label and edge prediction tasks.

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