English

Graph Reconstruction via MIS Queries

Data Structures and Algorithms 2024-12-04 v4

Abstract

In the Graph Reconstruction (GR) problem, a player initially only knows the vertex set VV of an input graph G=(V,E)G=(V, E) and is required to learn its set of edges EE. To this end, the player submits queries to an oracle and must deduce EE from the oracle's answers. In this paper, we initiate the study of GR via Maximal Independent Set (MIS) queries, a more powerful variant of Independent Set (IS) queries. Given a query UVU \subseteq V, the oracle responds with any, potentially adversarially chosen, maximal independent set IUI \subseteq U in the induced subgraph G[U]G[U]. We show that, for GR, MIS queries are strictly more powerful than IS queries when parametrized by the maximum degree Δ\Delta of the input graph. We give tight (up to poly-logarithmic factors) upper and lower bounds for this problem: 1. We observe that the simple strategy of taking uniform independent random samples of VV and submitting those to the oracle yields a non-adaptive randomized algorithm that executes O(Δ2logn)O(\Delta^2 \cdot \log n) queries and succeeds with high probability. Furthermore, combining the strategy of taking uniform random samples of VV with the probabilistic method, we show the existence of a deterministic non-adaptive algorithm that executes O(Δ3log(nΔ))O(\Delta^3 \cdot \log(\frac{n}{\Delta})) queries. 2. Regarding lower bounds, we prove that the additional Δ\Delta factor when going from randomized non-adaptive algorithms to deterministic non-adaptive algorithms is necessary. We show that every non-adaptive deterministic algorithm requires Ω(Δ3/log2Δ)\Omega(\Delta^3 / \log^2 \Delta) queries. For arbitrary randomized adaptive algorithms, we show that Ω(Δ2)\Omega(\Delta^2) queries are necessary in graphs of maximum degree Δ\Delta, and that Ω(logn)\Omega(\log n) queries are necessary, even when the input graph is an nn-vertex cycle.

Keywords

Cite

@article{arxiv.2401.05845,
  title  = {Graph Reconstruction via MIS Queries},
  author = {Christian Konrad and Conor O'Sullivan and Victor Traistaru},
  journal= {arXiv preprint arXiv:2401.05845},
  year   = {2024}
}

Comments

To appear in ITCS'25

R2 v1 2026-06-28T14:14:11.071Z