Online Bipartite Matching with Decomposable Weights
Moses Charikar, Monika Henzinger, Huy L. Nguyen

TL;DR
This paper introduces a new online bipartite matching algorithm for a weighted setting with free disposal, achieving a competitive ratio above 0.5 in a special decomposable weight case, advancing beyond previous bounds.
Contribution
It presents the first online algorithm with a competitive ratio above 0.5 for weighted bipartite matching with reassignments in a non-trivial case involving decomposable weights.
Findings
Developed a 0.5664-competitive randomized algorithm for decomposable weights.
Established upper bounds of 0.618 for deterministic and 0.8 for randomized algorithms in this setting.
Compared to previous ratios, this work surpasses the 0.5 barrier for weighted matching with free disposal.
Abstract
We study a weighted online bipartite matching problem: is a weighted bipartite graph where is known beforehand and the vertices of arrive online. The goal is to match vertices of as they arrive to vertices in , so as to maximize the sum of weights of edges in the matching. If assignments to cannot be changed, no bounded competitive ratio is achievable. We study the weighted online matching problem with {\em free disposal}, where vertices in can be assigned multiple times, but only get credit for the maximum weight edge assigned to them over the course of the algorithm. For this problem, the greedy algorithm is -competitive and determining whether a better competitive ratio is achievable is a well known open problem. We identify an interesting special case where the edge weights are decomposable as the product of two factors, one…
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 · Auction Theory and Applications · Complexity and Algorithms in Graphs
