Set Covering with our Eyes Closed

  • Fabrizio Grandoni ,
  • Anupam Gupta ,
  • Stefano Leonardi ,
  • Pauli Miettinen ,
  • Pitor Sankowski ,
  • Mohit Singh

49th Annual IEEE Symposium on Foundations of Computer Science |

Given a universe U of n elements and a weighted collectionS of m subsets of U, the universal set cover problem is to a-priori map each element u ∈U to a set S(u) ∈ S containing u, so that X ⊆ U is covered by S(X) = ∪u∈XS(u). The aim is finding a mapping such that the cost of S(X) is as close as possible to the optimal set-cover cost for X. (Such problems are also called oblivious or a-priori optimization problems.) Unfortunately, for every universal mapping, the cost of S(X) can be Ω(√ n) times larger than optimal if the set X is adversarially chosen.

In this paper we study the performance on average, when X is a set of randomly chosen elements from the universe: we show how to efficiently find a universal map whose expected cost is O(logmn) times the expected optimal cost. In fact, we give a slightly improved analysis and show that this is the best possible. We generalize these ideas to weighted set cover and show similar guarantees to (non-metric) facility location, where we have to balance the facility opening cost with the cost of connecting clients to the facilities. We show applications of our results to universal multi-cut and disc-covering problems, and show how all these universal mappings give us stochastic online algorithms with the same competitive factors.