Query Complexity of the Metric Steiner Tree Problem
Yu Chen, Sanjeev Khanna, Zihan Tan

TL;DR
This paper investigates the query complexity for approximating the metric Steiner Tree problem, establishing bounds that highlight the difficulty of achieving better-than-2 approximations with sublinear queries.
Contribution
It provides new lower bounds and a sublinear query algorithm for estimating Steiner Tree cost, revealing fundamental differences from MST estimation.
Findings
Any (5/3 - ε)-approximation requires Ω(n^2) queries.
A sublinear algorithm achieves better-than-2 approximation with Õ(n^{13/7}) queries.
Establishes an Ω(n + k^{6/5}) lower bound for approximations better than 2.
Abstract
We study the query complexity of the metric Steiner Tree problem, where we are given an metric on a set of vertices along with a set of terminals, and the goal is to find a tree of minimum cost that contains all terminals in . The query complexity for the related minimum spanning tree (MST) problem is well-understood: for any fixed , one can estimate the MST cost to within a -factor using only queries, and this is known to be tight. This implies that a -approximate estimate of Steiner Tree cost can be obtained with queries by simply applying the MST cost estimation algorithm on the metric induced by the terminals. Our first result shows that any (randomized) algorithm that estimates the Steiner Tree cost to within a -factor requires…
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 · Error Correcting Code Techniques
