Online Disjoint Set Covers: Randomization is not Necessary
Marcin Bienkowski, Jaros{\l}aw Byrka, {\L}ukasz Je\.z

TL;DR
This paper introduces a deterministic online algorithm for the disjoint set covers problem that achieves an O(log^2 n) competitive ratio, matching randomized algorithms and extending derandomization techniques to new challenges.
Contribution
A novel potential function-based derandomization method for online set cover problems that improves competitive ratios and handles complex probabilistic challenges.
Findings
Deterministic algorithm matches randomized performance.
Achieves O(log^2 n) competitive ratio.
Extends derandomization to coupon collector and unbounded OPT.
Abstract
In the online disjoint set covers problem, the edges of a hypergraph are revealed online, and the goal is to partition them into a maximum number of disjoint set covers. That is, n nodes of a hypergraph are given at the beginning, and then a sequence of hyperedges (subsets of [n]) is presented to an algorithm. For each hyperedge, an online algorithm must assign a color (an integer). Once an input terminates, the gain of the algorithm is the number of colors that correspond to valid set covers (i.e., the union of hyperedges that have that color contains all n nodes). We present a deterministic online algorithm that is O(log^2 n)-competitive, exponentially improving on the previous bound of O(n) and matching the performance of the best randomized algorithm by Emek et al. [ESA 2019]. For color selection, our algorithm uses a novel potential function, which can be seen as an online…
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 · Caching and Content Delivery · Advanced Bandit Algorithms Research
