English

Reconstruction of geometric random graphs with the Simple algorithm

Data Structures and Algorithms 2024-07-29 v1 Probability

Abstract

Graph reconstruction can efficiently detect the underlying topology of massive networks such as the Internet. Given a query oracle and a set of nodes, the goal is to obtain the edge set by performing as few queries as possible. An algorithm for graph reconstruction is the Simple algorithm (Mathieu & Zhou, 2023), which reconstructs bounded-degree graphs in O~(n3/2)\tilde{O}(n^{3/2}) queries. We extend the use of this algorithm to the class of geometric random graphs with connection radius rnkr \sim n^k, with diverging average degree. We show that for this class of graphs, the query complexity is O~(n2k+1)\tilde{O}(n^{2k+1}) when k > 3/20. This query complexity is up to a polylog(n) term equal to the number of edges in the graph, which means that the reconstruction algorithm is almost edge-optimal. We also show that with only n1+o(1)n^{1+o(1)} queries it is already possible to reconstruct at least 75% of the non-edges of a geometric random graph, in both the sparse and dense setting. Finally, we show that the number of queries is indeed of the same order as the number of edges on the basis of simulations.

Keywords

Cite

@article{arxiv.2407.18591,
  title  = {Reconstruction of geometric random graphs with the Simple algorithm},
  author = {Clara Stegehuis and Lotte Weedage},
  journal= {arXiv preprint arXiv:2407.18591},
  year   = {2024}
}

Comments

21 pages, 8 figures

R2 v1 2026-06-28T17:54:22.360Z