Interval Selection in Sliding Windows
Abstract
We initiate the study of the Interval Selection problem in the (streaming) sliding window model of computation. In this problem, an algorithm receives a potentially infinite stream of intervals on the line, and the objective is to maintain at every moment an approximation to a largest possible subset of disjoint intervals among the most recent intervals, for some integer . We give the following results: - In the unit-length intervals case, we give a -approximation sliding window algorithm with space , and we show that any sliding window algorithm that computes a -approximation requires space , for any . - In the arbitrary-length case, we give a -approximation sliding window algorithm with space , for any constant , which constitutes our main result. We also show that space is needed for algorithms that compute a -approximation, for any . Our main technical contribution is an improvement over the smooth histogram technique, which consists of running independent copies of a traditional streaming algorithm with different start times. By employing the one-pass -approximation streaming algorithm by Cabello and P\'{e}rez-Lantero [Theor. Comput. Sci. '17] for Interval Selection on arbitrary-length intervals as the underlying algorithm, the smooth histogram technique immediately yields a -approximation in this setting. Our improvement is obtained by forwarding the structure of the intervals identified in a run to the subsequent run, which constrains the shape of an optimal solution and allows us to target optimal intervals differently.
Cite
@article{arxiv.2405.09338,
title = {Interval Selection in Sliding Windows},
author = {Cezar-Mihail Alexandru and Christian Konrad},
journal= {arXiv preprint arXiv:2405.09338},
year = {2024}
}
Comments
22 pages, 6 figures