Graph Connectivity and Single Element Recovery via Linear and OR Queries

Abstract

We study the problem of finding a spanning forest in an undirected, nn-vertex multi-graph under two basic query models. One is the Linear query model which are linear measurements on the incidence vector induced by the edges; the other is the weaker OR query model which only reveals whether a given subset of plausible edges is empty or not. At the heart of our study lies a fundamental problem which we call the {\em single element recovery} problem: given a non-negative real vector xx in NN dimension, return a single element xj>0x_j > 0 from the support. Queries can be made in rounds, and our goals is to understand the trade-offs between the query complexity and the rounds of adaptivity needed to solve these problems, for both deterministic and randomized algorithms. These questions have connections and ramifications to multiple areas such as sketching, streaming, graph reconstruction, and compressed sensing. Our main results are: * For the single element recovery problem, it is easy to obtain a deterministic, rr-round algorithm which makes (N1/r1)(N^{1/r}-1)-queries per-round. We prove that this is tight: any rr-round deterministic algorithm must make (N1/r1)\geq (N^{1/r} - 1) linear queries in some round. In contrast, a 11-round O(log2N)O(\log^2 N)-query randomized algorithm which succeeds 99% of the time is known to exist. * We design a deterministic O(r)O(r)-round, O~(n1+1/r)\tilde{O}(n^{1+1/r})-OR query algorithm for graph connectivity. We complement this with an Ω~(n1+1/r)\tilde{\Omega}(n^{1 + 1/r})-lower bound for any rr-round deterministic algorithm in the OR-model. * We design a randomized, 22-round algorithm for the graph connectivity problem which makes O~(n)\tilde{O}(n)-OR queries. In contrast, we prove that any 11-round algorithm (possibly randomized) requires Ω~(n2)\tilde{\Omega}(n^2)-OR queries

    Similar works