Online Maximum $k$-Interval Coverage Problem
Songhua Li, Minming Li, Lingjie Duan, Victor C.S. Lee

TL;DR
This paper investigates the online maximum coverage problem on a line, proposing algorithms with near-optimal competitive ratios and analyzing their performance bounds in various settings.
Contribution
It introduces a dynamic programming approach for the offline problem and develops single- and double-threshold algorithms for the online problem, improving worst-case performance.
Findings
The double-threshold algorithm DOA outperforms the single-threshold SOA.
Lower bounds on competitive ratios are established for different problem settings.
Deterministic multi-threshold algorithms cannot surpass SOA's performance.
Abstract
We study the online maximum coverage problem on a line, in which, given an online sequence of sub-intervals (which may intersect among each other) of a target large interval and an integer , we aim to select at most of the sub-intervals such that the total covered length of the target interval is maximized. The decision to accept or reject each sub-interval is made immediately and irrevocably (no preemption) right at the release timestamp of the sub-interval. We comprehensively study different settings of this problem regarding both the length of a released sub-interval and the total number of released sub-intervals. We first present lower bounds on the competitive ratio for the settings concerned in this paper, respectively. For the offline problem where the sequence of all the released sub-intervals is known in advance to the decision-maker, we propose a…
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
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Auction Theory and Applications
