SILGOct 31, 2016

Meta-Path Guided Embedding for Similarity Search in Large-Scale Heterogeneous Information Networks

arXiv:1610.09769v1157 citations
Originality Incremental advance
AI Analysis

This addresses the problem of finding similar vertices in large networks like bibliographic or business-review systems, offering a user-customizable solution, though it builds incrementally on existing embedding approaches.

The paper tackles similarity search in large-scale heterogeneous information networks by proposing ESim, an embedding-based framework that incorporates user-defined meta-paths to guide learning, resulting in significant improvements in effectiveness and scalability over state-of-the-art methods.

Most real-world data can be modeled as heterogeneous information networks (HINs) consisting of vertices of multiple types and their relationships. Search for similar vertices of the same type in large HINs, such as bibliographic networks and business-review networks, is a fundamental problem with broad applications. Although similarity search in HINs has been studied previously, most existing approaches neither explore rich semantic information embedded in the network structures nor take user's preference as a guidance. In this paper, we re-examine similarity search in HINs and propose a novel embedding-based framework. It models vertices as low-dimensional vectors to explore network structure-embedded similarity. To accommodate user preferences at defining similarity semantics, our proposed framework, ESim, accepts user-defined meta-paths as guidance to learn vertex vectors in a user-preferred embedding space. Moreover, an efficient and parallel sampling-based optimization algorithm has been developed to learn embeddings in large-scale HINs. Extensive experiments on real-world large-scale HINs demonstrate a significant improvement on the effectiveness of ESim over several state-of-the-art algorithms as well as its scalability.

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