Efficient Random Walk based Sampling with Inverse Degree
Xiao Qi

TL;DR
This paper introduces a novel random walk sampling framework that reduces bias towards high-degree nodes, improves sampling accuracy, and balances the drawbacks of existing methods, validated through extensive experiments.
Contribution
It proposes a new inverse degree-based random walk sampling method that enhances graph sampling accuracy and extends the framework for broader applicability.
Findings
Improved sampling accuracy over state-of-the-art techniques
Balances large deviation and rejection issues in sampling
Provides parameter guidelines for practical use
Abstract
Random walk 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 MHRW design weighted walking by repeating low-degree nodes while rejecting high-degree nodes, so that the long-term behavior of Markov chain can achieve uniform distribution. This modification, however, may make the sampler stay in the same node for several times, leading to undersampling. To address this issue, we propose a sampling framework that only need current and candidate node degree to improve the performance of graph sampling methods. We also extend our original idea to a more general framework. Our extended IDRW method finds a balance between the large deviation problem of SRW and sample rejection problem in MHRW. We evaluate our technique in simulation by running extensive…
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 · Peer-to-Peer Network Technologies
