Weighted Jump in Random Walk Graph Sampling
Xiao Qi

TL;DR
This paper introduces Weighted Jump Random Walk (WJRW), a novel graph sampling method that improves sampling accuracy by balancing bias and undersampling issues inherent in traditional random walk techniques.
Contribution
The paper proposes WJRW, a new graph sampling method that unifies simple random walk and uniform distribution, with theoretical proof and extensive real-world experiments demonstrating its effectiveness.
Findings
WJRW significantly improves sampling accuracy.
Parameter C effectively balances between random walk and uniform sampling.
Experimental results confirm WJRW's superior performance.
Abstract
Random walk based sampling methods have been widely used in graph sampling in recent years, while it has bias towards higher degree nodes in the sample. To overcome this deficiency, classical methods such as GMD modify the topology of target graphs so that the long-term behavior of Markov chain can achieve uniform distribution. This modification, however, reduces the conductance of graphs, thus makes the sampler stay in the same node for long time, resulting in undersampling. To address this issue, we propose a new way of modifying target graph, thus propose Weighted Jump Random Walk (WJRW) with parameter C to improve the performance. We prove that WJRW can unify Simple Random Walk and uniform distribution through C, and we also conduct extensive experiments on real-world dataset. The experimental results show WJRW can promote the accuracy significantly under the same budget. We also…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Human Mobility and Location-Based Analysis
