Steiner Point Removal with distortion $O(\log k)$, using the Noisy-Voronoi algorithm
Abstract
In the Steiner Point Removal (SPR) problem, we are given a weighted graph and a set of terminals of size . The objective is to find a minor of with only the terminals as its vertex set, such that distances between the terminals will be preserved up to a small multiplicative distortion. Kamma, Krauthgamer and Nguyen [SICOMP2015] devised a ball-growing algorithm with exponential distributions to show that the distortion is at most . Cheung [SODA2018] improved the analysis of the same algorithm, bounding the distortion by . We devise a novel and simpler algorithm (called the Noisy Voronoi algorithm) which incurs distortion . This algorithm can be implemented in almost linear time ().
Keywords
Cite
@article{arxiv.1808.02800,
title = {Steiner Point Removal with distortion $O(\log k)$, using the Noisy-Voronoi algorithm},
author = {Arnold Filtser},
journal= {arXiv preprint arXiv:1808.02800},
year = {2018}
}
Comments
A preliminary version was published at SODA'18. The name was slightly modified to emphasize the fact that we analyze a different algorithm in this version