SOTAVerified

Learning Topological Representation for Networks via Hierarchical Sampling

2019-02-15Code Available0· sign in to hype

Guoji Fu, Chengbin Hou, Xin Yao

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The topological information is essential for studying the relationship between nodes in a network. Recently, Network Representation Learning (NRL), which projects a network into a low-dimensional vector space, has been shown their advantages in analyzing large-scale networks. However, most existing NRL methods are designed to preserve the local topology of a network, they fail to capture the global topology. To tackle this issue, we propose a new NRL framework, named HSRL, to help existing NRL methods capture both the local and global topological information of a network. Specifically, HSRL recursively compresses an input network into a series of smaller networks using a community-awareness compressing strategy. Then, an existing NRL method is used to learn node embeddings for each compressed network. Finally, the node embeddings of the input network are obtained by concatenating the node embeddings from all compressed networks. Empirical studies for link prediction on five real-world datasets demonstrate the advantages of HSRL over state-of-the-art methods.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DBLPHSRL (DW)AUC84.7Unverified
DoubanHSRL (DW)AUC84.2Unverified
MITHSRL (DW)AUC92.6Unverified
YelpHSRL (DW)AUC90.1Unverified

Reproductions