Weighted Edge Sampling for Static Graphs
Muhammad Irfan Yousuf, Raheel Anwar

TL;DR
This paper introduces Weighted Edge Sampling, a novel graph sampling technique that adaptively increases the likelihood of sampling neighboring edges, resulting in more representative subgraphs of large original graphs.
Contribution
The paper proposes a new adaptive sampling method that improves the quality of sampled subgraphs by dynamically adjusting edge weights based on sampling history.
Findings
Samples better match original graphs
Reduces sampling bias compared to previous methods
Quantitative metrics show improved accuracy
Abstract
Graph Sampling provides an efficient yet inexpensive solution for analyzing large graphs. While extracting small representative subgraphs from large graphs, the challenge is to capture the properties of the original graph. Several sampling algorithms have been proposed in previous studies, but they lack in extracting good samples. In this paper, we propose a new sampling method called Weighted Edge Sampling. In this method, we give equal weight to all the edges in the beginning. During the sampling process, we sample an edge with the probability proportional to its weight. When an edge is sampled, we increase the weight of its neighboring edges and this increases their probability to be sampled. Our method extracts the neighborhood of a sampled edge more efficiently than previous approaches. We evaluate the efficacy of our sampling approach empirically using several real-world data sets…
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 · Graph Theory and Algorithms
