English

On the Complexity of Sampling Nodes Uniformly from a Graph

Data Structures and Algorithms 2017-10-25 v1

Abstract

We study a number of graph exploration problems in the following natural scenario: an algorithm starts exploring an undirected graph from some seed node; the algorithm, for an arbitrary node vv that it is aware of, can ask an oracle to return the set of the neighbors of vv. (In social network analysis, a call to this oracle corresponds to downloading the profile page of user vv in a social network.) The goal of the algorithm is to either learn something (e.g., average degree) about the graph, or to return some random function of the graph (e.g., a uniform-at-random node), while accessing/downloading as few nodes of the graph as possible. Motivated by practical applications, we study the complexities of a variety of problems in terms of the graph's mixing time and average degree -- two measures that are believed to be quite small in real-world social networks, and that have often been used in the applied literature to bound the performance of online exploration algorithms. Our main result is that the algorithm has to access Ω(tmixdavgϵ2lnδ1)\Omega\left(t_{\rm mix} d_{\rm avg} \epsilon^{-2} \ln \delta^{-1}\right) nodes to obtain, with probability at least 1δ1-\delta, an ϵ\epsilon-additive approximation of the average of a bounded function on the nodes of a graph -- this lower bound matches the performance of an algorithm that was proposed in the literature. We also give tight bounds for the problem of returning a close-to-uniform-at-random node from the graph. Finally, we give lower bounds for the problems of estimating the average degree of the graph, and the number of nodes of the graph.

Keywords

Cite

@article{arxiv.1710.08815,
  title  = {On the Complexity of Sampling Nodes Uniformly from a Graph},
  author = {Flavio Chierichetti and Shahrzad Haddadan},
  journal= {arXiv preprint arXiv:1710.08815},
  year   = {2017}
}
R2 v1 2026-06-22T22:24:11.065Z