English

Random-Order Online Independent Set of Intervals and Hyperrectangles

Data Structures and Algorithms 2024-06-28 v2 Computational Geometry

Abstract

In the Maximum Independent Set of Hyperrectangles problem, we are given a set of nn (possibly overlapping) dd-dimensional axis-aligned hyperrectangles, and the goal is to find a subset of non-overlapping hyperrectangles of maximum cardinality. For d=1d=1, this corresponds to the classical Interval Scheduling problem, where a simple greedy algorithm returns an optimal solution. In the offline setting, for dd-dimensional hyperrectangles, polynomial time (logn)O(d)(\log n)^{O(d)}-approximation algorithms are known. However, the problem becomes notably challenging in the online setting, where the input objects (hyperrectangles) appear one by one in an adversarial order, and on the arrival of an object, the algorithm needs to make an immediate and irrevocable decision whether or not to select the object while maintaining the feasibility. Even for interval scheduling, an Ω(n)\Omega(n) lower bound is known on the competitive ratio. To circumvent these negative results, in this work, we study the online maximum independent set of axis-aligned hyperrectangles in the random-order arrival model, where the adversary specifies the set of input objects which then arrive in a uniformly random order. Starting from the prototypical secretary problem, the random-order model has received significant attention to study algorithms beyond the worst-case competitive analysis. Surprisingly, we show that the problem in the random-order model almost matches the best-known offline approximation guarantees, up to polylogarithmic factors. In particular, we give a simple (logn)O(d)(\log n)^{O(d)}-competitive algorithm for dd-dimensional hyperrectangles in this model, which runs in Od~(n)\tilde{O_d}(n) time. Our approach also yields (logn)O(d)(\log n)^{O(d)}-competitive algorithms in the random-order model for more general objects such as dd-dimensional fat objects and ellipsoids. Furthermore, our guarantees hold with high probability.

Keywords

Cite

@article{arxiv.2402.14201,
  title  = {Random-Order Online Independent Set of Intervals and Hyperrectangles},
  author = {Mohit Garg and Debajyoti Kar and Arindam Khan},
  journal= {arXiv preprint arXiv:2402.14201},
  year   = {2024}
}

Comments

31 pages, Full version of ESA 2024 paper

R2 v1 2026-06-28T14:56:31.145Z