Online Stochastic Matching: Beating 1-1/e
Jon Feldman, Aranyak Mehta, Vahab Mirrokni, S. Muthukrishnan

TL;DR
This paper introduces a novel online stochastic bipartite matching algorithm that surpasses the traditional 1-1/e approximation barrier, achieving a 0.67-approximation by leveraging dual offline solutions and the power of two choices.
Contribution
The paper presents the first online algorithm for stochastic bipartite matching that beats the 1-1/e approximation barrier, using a new approach based on disjoint offline solutions.
Findings
Achieves a 0.67-approximation ratio, surpassing the 1-1/e barrier.
Employs a novel method combining max flow solutions and the power of two choices.
Provides bounds on the optimal solution using a carefully constructed cut.
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 . 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 bound. Our main result is a 0.67-approximation online algorithm for stochastic bipartite matching, breaking this barrier. Furthermore, we show that no online algorithm can produce a approximation for an arbitrarily small 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Advanced Bandit Algorithms Research · Auction Theory and Applications
