Constant Approximation of Arboricity in Near-Optimal Sublinear Time
Jiangqi Dai, Mohsen Ghaffari, Julian Portmann

TL;DR
This paper introduces a randomized algorithm that efficiently approximates a graph's arboricity within a constant factor using nearly optimal sublinear queries, improving upon previous logarithmic approximations.
Contribution
The paper presents a novel parallel recursive approach with scheduling to achieve near-optimal constant approximation of arboricity in sublinear time, addressing probabilistic recursion challenges.
Findings
Achieves constant approximation with $ ilde{O}(n/ ext{arboricity})$ queries
Runs multiple recursions in parallel to reduce error probability
Demonstrates the effectiveness of scheduling in probabilistic sublinear algorithms
Abstract
We present a randomized algorithm that computes a constant approximation of a graph's arboricity, using queries to adjacency lists and in the same time bound. Here, and denote the number of nodes and the graph's arboricity, respectively. The query complexity of our algorithm is nearly optimal. Our constant approximation settles a question of Eden, Mossel, and Ron [SODA'22], who achieved an approximation with the same query and time complexity and asked whether a better approximation can be achieved using near-optimal query complexity. A key technical challenge in the problem is due to recursive algorithms based on probabilistic samplings, each with a non-negligible error probability. In our case, many of the recursions invoked could have bad probabilistic samples and result in high query complexities. The…
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.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Graph Theory and Algorithms
