English

Sampling Multiple Nodes in Large Networks: Beyond Random Walks

Social and Information Networks 2021-10-27 v1 Data Structures and Algorithms

Abstract

Sampling random nodes is a fundamental algorithmic primitive in the analysis of massive networks, with many modern graph mining algorithms critically relying on it. We consider the task of generating a large collection of random nodes in the network assuming limited query access (where querying a node reveals its set of neighbors). In current approaches, based on long random walks, the number of queries per sample scales linearly with the mixing time of the network, which can be prohibitive for large real-world networks. We propose a new method for sampling multiple nodes that bypasses the dependence in the mixing time by explicitly searching for less accessible components in the network. We test our approach on a variety of real-world and synthetic networks with up to tens of millions of nodes, demonstrating a query complexity improvement of up to ×20\times 20 compared to the state of the art.

Keywords

Cite

@article{arxiv.2110.13324,
  title  = {Sampling Multiple Nodes in Large Networks: Beyond Random Walks},
  author = {Omri Ben-Eliezer and Talya Eden and Joel Oren and Dimitris Fotakis},
  journal= {arXiv preprint arXiv:2110.13324},
  year   = {2021}
}

Comments

To appear in 15th ACM International Conference on Web Search and Data Mining (WSDM 2022). Code available soon at: https://github.com/omribene/sampling-nodes

R2 v1 2026-06-24T07:10:56.964Z