SILGAug 28, 2019

Initialization for Network Embedding: A Graph Partition Approach

arXiv:1908.10697v425 citations
AI Analysis

This addresses an overlooked issue in network embedding for applications like link prediction and node classification, offering incremental improvements to existing methods.

The paper tackles the problem of initialization for network embedding, proposing a graph partition approach that improves performance and efficiency, achieving up to 7.76% and 8.74% gains in link prediction and node classification, and reducing running time by at least 20%.

Network embedding has been intensively studied in the literature and widely used in various applications, such as link prediction and node classification. While previous work focus on the design of new algorithms or are tailored for various problem settings, the discussion of initialization strategies in the learning process is often missed. In this work, we address this important issue of initialization for network embedding that could dramatically improve the performance of the algorithms on both effectiveness and efficiency. Specifically, we first exploit the graph partition technique that divides the graph into several disjoint subsets, and then construct an abstract graph based on the partitions. We obtain the initialization of the embedding for each node in the graph by computing the network embedding on the abstract graph, which is much smaller than the input graph, and then propagating the embedding among the nodes in the input graph. With extensive experiments on various datasets, we demonstrate that our initialization technique significantly improves the performance of the state-of-the-art algorithms on the evaluations of link prediction and node classification by up to 7.76% and 8.74% respectively. Besides, we show that the technique of initialization reduces the running time of the state-of-the-arts by at least 20%.

Foundations

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

Your Notes