The Online Disjoint Set Cover Problem and its Applications
Ashwin Pananjady, Vivek Kumar Bagaria, Rahul Vaze

TL;DR
This paper introduces an online algorithm for the disjoint set cover problem with a competitive ratio of ln n, establishes a lower bound of sqrt(ln n), and discusses practical applications in various online resource allocation scenarios.
Contribution
It presents the first online algorithm with a competitive ratio of ln n for the DSCP and proves a lower bound of sqrt(ln n), advancing understanding of online set cover problems.
Findings
Proposed an online algorithm with competitive ratio ln n.
Established a lower bound of Omega(sqrt(ln n)) for any online algorithm.
Demonstrated applications in crowd-sourcing, sensor networks, and resource allocation.
Abstract
Given a universe of elements and a collection of subsets of , the maximum disjoint set cover problem (DSCP) is to partition into as many set covers as possible, where a set cover is defined as a collection of subsets whose union is . We consider the online DSCP, in which the subsets arrive one by one (possibly in an order chosen by an adversary), and must be irrevocably assigned to some partition on arrival with the objective of minimizing the competitive ratio. The competitive ratio of an online DSCP algorithm is defined as the maximum ratio of the number of disjoint set covers obtained by the optimal offline algorithm to the number of disjoint set covers obtained by across all inputs. We propose an online algorithm for solving the DSCP with competitive ratio . We then show a lower bound of on 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.
