Computing largest minimum color-spanning intervals of imprecise points
Ankush Acharyya, Vahideh Keikha, Maria Saumell, Rodrigo I. Silveira

TL;DR
This paper investigates a geometric facility location problem with imprecise data, providing efficient algorithms for disjoint intervals and a near-optimal solution for overlapping intervals when two colors are involved.
Contribution
It introduces the first linear-time algorithm for disjoint intervals and an $O(n \, \log^2 n)$ algorithm for overlapping intervals with two colors, contrasting with the NP-hardness in higher dimensions.
Findings
Disjoint intervals can be solved in $O(n)$ time.
Overlapping intervals with two colors can be solved in $O(n \log^2 n)$ time.
The problem is NP-hard in 2D, but efficiently solvable in 1D for certain cases.
Abstract
We study a geometric facility location problem under imprecision. Given unit intervals in the real line, each with one of colors, the goal is to place one point in each interval such that the resulting \emph{minimum color-spanning interval} is as large as possible. A minimum color-spanning interval is an interval of minimum size that contains at least one point from a given interval of each color. We prove that if the input intervals are pairwise disjoint, the problem can be solved in time, even for intervals of arbitrary length. For overlapping intervals, the problem becomes much more difficult. Nevertheless, we show that it can be solved in time when , by exploiting several structural properties of candidate solutions, combined with a number of advanced algorithmic techniques. Interestingly, this shows a sharp contrast with the 2-dimensional version…
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
TopicsAdvanced Numerical Analysis Techniques · Digital Image Processing Techniques · Image Retrieval and Classification Techniques
