Non-Adaptive Edge Counting and Sampling via Bipartite Independent Set Queries
Raghavendra Addanki, Andrew McGregor, and Cameron Musco

TL;DR
This paper introduces a non-adaptive algorithm for estimating edges and sampling in graphs using bipartite independent set queries, achieving significant improvements over prior adaptive methods in query complexity and round efficiency.
Contribution
It presents the first non-adaptive algorithms for edge estimation and sampling in this model, with improved query complexities and fewer rounds than previous adaptive algorithms.
Findings
Non-adaptive edge estimation with $ ilde O( ext{poly}(1/ extepsilon), ext{poly}( extlog n))$ queries.
Non-adaptive nearly uniform edge sampling with $ ilde O( extepsilon^{-6} extlog^6 n)$ queries.
Connectivity algorithm with $ ilde O(n extlog^8 n)$ queries and two rounds of adaptivity.
Abstract
We study the problem of estimating the number of edges in an -vertex graph, accessed via the Bipartite Independent Set query model introduced by Beame et al. (ITCS '18). In this model, each query returns a Boolean, indicating the existence of at least one edge between two specified sets of nodes. We present a non-adaptive algorithm that returns a relative error approximation to the number of edges, with query complexity , where hides dependencies. This is the first non-adaptive algorithm in this setting achieving query complexity. Prior work requires rounds of adaptivity. We avoid this by taking a fundamentally different approach, inspired by work on single-pass streaming algorithms. Moreover, for constant , our query…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
