English

A Learning Perspective on Random-Order Covering Problems

Data Structures and Algorithms 2025-11-11 v1

Abstract

In the random-order online set cover problem, the instance with mm sets and nn elements is chosen in a worst-case fashion, but then the elements arrive in a uniformly random order. Can this random-order model allow us to circumvent the bound of O(logmlogn)O(\log m \log n)-competitiveness for the adversarial arrival order model? This long-standing question was recently resolved by Gupta et al. (2021), who gave an algorithm that achieved an O(logmn)O(\log mn)-competitive ratio. While their LearnOrCover was inspired by ideas in online learning (and specifically the multiplicative weights update method), the analysis proceeded by showing progress from first principles. In this work, we show a concrete connection between random-order set cover and stochastic mirror-descent/online convex optimization. In particular, we show how additive/multiplicative regret bounds for the latter translate into competitiveness for the former. Indeed, we give a clean recipe for this translation, allowing us to extend our results to covering integer programs, set multicover, and non-metric facility location in the random order model, matching (and giving simpler proofs of) the previous applications of the LearnOrCover framework.

Keywords

Cite

@article{arxiv.2511.07283,
  title  = {A Learning Perspective on Random-Order Covering Problems},
  author = {Anupam Gupta and Marco Molinaro and Matteo Russo},
  journal= {arXiv preprint arXiv:2511.07283},
  year   = {2025}
}

Comments

Appears in SOSA 2026

R2 v1 2026-07-01T07:30:10.210Z