Streaming Euclidean MST to a Constant Factor
Vincent Cohen-Addad, Xi Chen, Rajesh Jayaram, Amit Levi, Erik, Waingarten

TL;DR
This paper presents the first constant-factor sublinear space streaming algorithm for approximating Euclidean MST in high dimensions, breaking previous logarithmic barriers and extending to parallel computation models.
Contribution
It introduces a novel streaming algorithm achieving constant-factor approximation with sublinear space, and demonstrates its optimality and applicability in parallel computation models.
Findings
Achieves a constant-factor approximation in sublinear space for high-dimensional Euclidean MST.
Proves that better than 1.10-approximation requires linear space, establishing tight bounds.
Extends the algorithm to multiple passes and parallel models, enabling practical high-dimensional MST approximation.
Abstract
We study streaming algorithms for the fundamental geometric problem of computing the cost of the Euclidean Minimum Spanning Tree (MST) on an -point set . In the streaming model, the points in can be added and removed arbitrarily, and the goal is to maintain an approximation in small space. In low dimensions, approximations are possible in sublinear space [Frahling, Indyk, Sohler, SoCG '05]. However, for high dimensional spaces the best known approximation for this problem was , due to [Chen, Jayaram, Levi, Waingarten, STOC '22], improving on the prior bound due to [Indyk, STOC '04] and [Andoni, Indyk, Krauthgamer, SODA '08]. In this paper, we break the logarithmic barrier, and give the first constant factor sublinear space approximation to Euclidean MST. For any , our algorithm achieves an…
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
TopicsComputational Geometry and Mesh Generation · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
