English

Online Stochastic Matching: Beating 1-1/e

Data Structures and Algorithms 2009-05-27 v1 Computational Complexity

Abstract

We study the online stochastic bipartite matching problem, in a form motivated by display ad allocation on the Internet. In the online, but adversarial case, the celebrated result of Karp, Vazirani and Vazirani gives an approximation ratio of 11/e1-1/e. In the online, stochastic case when nodes are drawn repeatedly from a known distribution, the greedy algorithm matches this approximation ratio, but still, no algorithm is known that beats the 11/e1 - 1/e bound. Our main result is a 0.67-approximation online algorithm for stochastic bipartite matching, breaking this 11/e1 - {1/e} barrier. Furthermore, we show that no online algorithm can produce a 1ϵ1-\epsilon approximation for an arbitrarily small ϵ\epsilon for this problem. We employ a novel application of the idea of the power of two choices from load balancing: we compute two disjoint solutions to the expected instance, and use both of them in the online algorithm in a prescribed preference order. To identify these two disjoint solutions, we solve a max flow problem in a boosted flow graph, and then carefully decompose this maximum flow to two edge-disjoint (near-)matchings. These two offline solutions are used to characterize an upper bound for the optimum in any scenario. This is done by identifying a cut whose value we can bound under the arrival distribution.

Keywords

Cite

@article{arxiv.0905.4100,
  title  = {Online Stochastic Matching: Beating 1-1/e},
  author = {Jon Feldman and Aranyak Mehta and Vahab Mirrokni and S. Muthukrishnan},
  journal= {arXiv preprint arXiv:0905.4100},
  year   = {2009}
}
R2 v1 2026-06-21T13:05:52.107Z