English

Streaming Algorithms for Geometric Steiner Forest

Data Structures and Algorithms 2024-05-14 v4

Abstract

We consider an important generalization of the Steiner tree problem, the \emph{Steiner forest problem}, in the Euclidean plane: the input is a multiset XR2X \subseteq \mathbb{R}^2, partitioned into kk color classes C1,C2,,CkXC_1, C_2, \ldots, C_k \subseteq X. The goal is to find a minimum-cost Euclidean graph GG such that every color class CiC_i is connected in GG. We study this Steiner forest problem in the streaming setting, where the stream consists of insertions and deletions of points to XX. Each input point xXx\in X arrives with its color color(x)[k]\textsf{color}(x) \in [k], and as usual for dynamic geometric streams, the input points are restricted to the discrete grid {0,,Δ}2\{0, \ldots, \Delta\}^2. We design a single-pass streaming algorithm that uses poly(klogΔ)\mathrm{poly}(k \cdot \log\Delta) space and time, and estimates the cost of an optimal Steiner forest solution within ratio arbitrarily close to the famous Euclidean Steiner ratio α2\alpha_2 (currently 1.1547α21.2141.1547 \le \alpha_2 \le 1.214). This approximation guarantee matches the state-of-the-art bound for streaming Steiner tree, i.e., when k=1k=1, and it is a major open question to improve the ratio to 1+ϵ1 + \epsilon even for this special case. Our approach relies on a novel combination of streaming techniques, like sampling and linear sketching, with the classical Arora-style dynamic-programming framework for geometric optimization problems, which usually requires large memory and has so far not been applied in the streaming setting. We complement our streaming algorithm for the Steiner forest problem with simple arguments showing that any finite approximation requires Ω(k)\Omega(k) bits of space.

Keywords

Cite

@article{arxiv.2011.04324,
  title  = {Streaming Algorithms for Geometric Steiner Forest},
  author = {Artur Czumaj and Shaofeng H. -C. Jiang and Robert Krauthgamer and Pavel Veselý},
  journal= {arXiv preprint arXiv:2011.04324},
  year   = {2024}
}