Edge-Weighted Online Bipartite Matching
Matthew Fahrbach, Zhiyi Huang, Runzhou Tao, Morteza Zadimoghaddam

TL;DR
This paper introduces the first online algorithm for edge-weighted bipartite matching that surpasses the 1/2 competitive ratio barrier, using a novel correlated selection technique, indicating the problem's relative simplicity compared to submodular welfare maximization.
Contribution
The paper presents a new online algorithm with a competitive ratio of at least 0.5086 for edge-weighted bipartite matching, breaking the long-standing 1/2 barrier, and introduces the online correlated selection subroutine.
Findings
Achieves a competitive ratio of at least 0.5086 for edge-weighted bipartite matching.
Introduces the online correlated selection (OCS) technique for online decision-making.
Suggests edge-weighted bipartite matching is easier than submodular welfare maximization online.
Abstract
Online bipartite matching and its variants are among the most fundamental problems in the online algorithms literature. Karp, Vazirani, and Vazirani (STOC 1990) introduced an elegant algorithm for the unweighted problem that achieves an optimal competitive ratio of . Later, Aggarwal et al. (SODA 2011) generalized their algorithm and analysis to the vertex-weighted case. Little is known, however, about the most general edge-weighted problem aside from the trivial -competitive greedy algorithm. In this paper, we present the first online algorithm that breaks the long-standing barrier and achieves a competitive ratio of at least . In light of the hardness result of Kapralov, Post, and Vondr\'ak (SODA 2013) that restricts beating a competitive ratio for the more general problem of monotone submodular welfare maximization, our result can be seen as strong…
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.
Code & Models
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 · Cryptography and Data Security
