Approximating the discrete and continuous median line segments in $d$ dimensions
Abstract
Consider a set of points in . In the discrete median line segment problem, the objective is to find a line segment bounded by a pair of points in such that the sum of the Euclidean distances from to the line segment is minimized. In the continuous median line segment problem, a real number is given, and the goal is to locate a line segment of length in such that the sum of the Euclidean distances between and the line segment is minimized. We show how to compute - and -approximations to a discrete median line segment in time and , respectively, where is the spread of line segments spanned by pairs of points. While developing our algorithms, by using the principle of pair decomposition, we derive new data structures that allow us to quickly approximate the sum of the distances from a set of points to a given line segment or point. To our knowledge, our utilization of pair decompositions for solving minsum facility location problems is the first of its kind; it is versatile and easily implementable. We prove that it is impossible to construct a continuous median line segment for non-collinear points in the plane by using only ruler and compass. In view of this, we present an -time algorithm for approximating a continuous median line segment in within a factor of . The algorithm is based upon generalizing the point-segment pair decomposition from the discrete to the continuous domain. Last but not least, we give an -approximation algorithm, whose time complexity is sub-quadratic in , for solving the constrained median line segment problem in where an endpoint or the slope of the median line segment is given at input.
Cite
@article{arxiv.2201.08900,
title = {Approximating the discrete and continuous median line segments in $d$ dimensions},
author = {Ovidiu Daescu and Ka Yaw Teo},
journal= {arXiv preprint arXiv:2201.08900},
year = {2022}
}
Comments
There is an error in the packing argument used to determine the number of well separated pairs/subsets. The error first appears in the proof in Appendix C -- on page 17, in the first mathematical expression, the term $||ab||$ should be $||ab||/E[x]$