Online Bipartite Matching in the Probe-Commit Model
Allan Borodin, Calum MacRury

TL;DR
This paper introduces a new LP relaxation for the online bipartite matching problem in the probe-commit model, achieving improved competitive ratios under various graph generation and arrival order assumptions.
Contribution
It develops a novel configuration LP and derives new competitive ratios that surpass previous bounds, extending results to both online and offline stochastic matching scenarios.
Findings
Achieves a 1/e competitive ratio in worst-case instances with random arrivals.
Attains a 1/2 ratio in adversarial order for known i.i.d. instances.
Reaches a 1-1/e ratio in uniform random arrivals for known i.i.d. instances.
Abstract
We consider the classical online bipartite matching problem in the probe-commit model. In this problem, when an online vertex arrives, its edges must be probed to determine if they exist, based on known edge probabilities. A probing algorithm must respect commitment, meaning that if a probed edge exists, it must be used in the matching. Additionally, each online vertex has a patience constraint which limits the number of probes that can be made to an online vertex's adjacent edges. We introduce a new configuration linear program (LP) which we prove is a relaxation of an optimal offline probing algorithm. Using this LP, we establish the following competitive ratios which depend on the model used to generate the instance graph, and the arrival order of its online vertices: - In the worst-case instance model, an optimal ratio when the vertices arrive in uniformly at random (u.a.r.)…
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 · Complexity and Algorithms in Graphs · Auction Theory and Applications
