Random-Order Interval Selection
Allan Borodin, Christodoulos Karavasilis

TL;DR
This paper analyzes the online unweighted interval selection problem in the random-order model, providing an improved competitive ratio bound and exploring the use of random arrivals for derandomization and extracting randomness.
Contribution
It extends the analysis of interval selection algorithms to the random-order model and introduces a method for extracting random bits from random arrivals to derandomize algorithms.
Findings
Upper bound of 2.5 on the competitive ratio in the random-order model.
A process for extracting biased random bits with bias 0.585 from random arrivals.
Application of the extraction process to derandomize algorithms for various problems.
Abstract
In the problem of online unweighted interval selection, the objective is to maximize the number of non-conflicting intervals accepted by the algorithm. In the conventional online model of irrevocable decisions, there is an Omega(n) lower bound on the competitive ratio, even for randomized algorithms [Bachmann et al. 2013]. In a line of work that allows for revocable acceptances, [Faigle and Nawijn 1995] gave a greedy 1-competitive (i.e. optimal) algorithm in the real-time model, where intervals arrive in order of non-decreasing starting times. The natural extension of their algorithm in the adversarial (any-order) model is 2k-competitive [Borodin and Karavasilis 2023], when there are at most k different interval lengths, and that is optimal for all deterministic, and memoryless randomized algorithms. We study this problem in the random-order model, where the adversary chooses the…
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
TopicsFault Detection and Control Systems · Advanced Control Systems Optimization
