SIAIIRJul 4, 2023

Random Walk on Multiple Networks

arXiv:2307.01637v15 citationsh-index: 48
Originality Incremental advance
AI Analysis

This addresses the problem of modeling complex real-world data with multiple networks for researchers and practitioners in network analysis, though it is incremental as it extends existing random walk methods.

The paper tackles the limitation of existing random walk methods that operate on single networks by proposing RWM, a random walk algorithm for multiple networks, which achieves improved performance in tasks like link prediction, network embedding, and local community detection as demonstrated through comprehensive experiments.

Random Walk is a basic algorithm to explore the structure of networks, which can be used in many tasks, such as local community detection and network embedding. Existing random walk methods are based on single networks that contain limited information. In contrast, real data often contain entities with different types or/and from different sources, which are comprehensive and can be better modeled by multiple networks. To take advantage of rich information in multiple networks and make better inferences on entities, in this study, we propose random walk on multiple networks, RWM. RWM is flexible and supports both multiplex networks and general multiple networks, which may form many-to-many node mappings between networks. RWM sends a random walker on each network to obtain the local proximity (i.e., node visiting probabilities) w.r.t. the starting nodes. Walkers with similar visiting probabilities reinforce each other. We theoretically analyze the convergence properties of RWM. Two approximation methods with theoretical performance guarantees are proposed for efficient computation. We apply RWM in link prediction, network embedding, and local community detection. Comprehensive experiments conducted on both synthetic and real-world datasets demonstrate the effectiveness and efficiency of RWM.

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