English

Online Submodular Welfare Maximization: Greedy Beats 1/2 in Random Order

Data Structures and Algorithms 2017-12-18 v1

Abstract

In the Submodular Welfare Maximization (SWM) problem, the input consists of a set of nn items, each of which must be allocated to one of mm agents. Each agent \ell has a valuation function vv_\ell, where v(S)v_\ell(S) denotes the welfare obtained by this agent if she receives the set of items SS. The functions vv_\ell are all submodular; as is standard, we assume that they are monotone and v()=0v_\ell(\emptyset) = 0. The goal is to partition the items into mm disjoint subsets S1,S2,SmS_1, S_2, \ldots S_m in order to maximize the social welfare, defined as =1mv(S)\sum_{\ell = 1}^m v_\ell(S_\ell). In this paper, we consider the online version of SWM. Here, items arrive one at a time in an online manner; when an item arrives, the algorithm must make an irrevocable decision about which agent to assign it to before seeing any subsequent items. This problem is motivated by applications to Internet advertising, where user ad impressions must be allocated to advertisers whose value is a submodular function of the set of users / impressions they receive. In the random order model, the adversary can construct a worst-case set of items and valuations, but does not control the order in which the items arrive; instead, they are assumed to arrive in a random order. Obtaining a competitive ratio of 1/2+Ω(1)1/2 + \Omega(1) for the random order model has been an important open problem for several years. We solve this open problem by demonstrating that the greedy algorithm has a competitive ratio of at least 0.5050.505 for the Online Submodular Welfare Maximization problem in the random order model. For special cases of submodular functions including weighted matching, weighted coverage functions and a broader class of "second-order supermodular" functions, we provide a different analysis that gives a competitive ratio of 0.510.51.

Keywords

Cite

@article{arxiv.1712.05450,
  title  = {Online Submodular Welfare Maximization: Greedy Beats 1/2 in Random Order},
  author = {Nitish Korula and Vahab Mirrokni and Morteza Zadimoghaddam},
  journal= {arXiv preprint arXiv:1712.05450},
  year   = {2017}
}
R2 v1 2026-06-22T23:18:38.256Z