Online Bipartite Matching with Reusable Resources
Steven Delong, Alireza Farhadi, Rad Niazadeh, Balasubramanian Sivan,, Rajan Udwani

TL;DR
This paper introduces new algorithms for online bipartite matching with reusable resources, achieving better competitive ratios than the naive approach by leveraging reranking and randomized tie-breaking techniques.
Contribution
It presents the first algorithms surpassing the 0.5 competitive ratio for unit inventory reusable resources, extending classic methods with novel reranking and correlated selection strategies.
Findings
Achieved a 0.589 competitive ratio with a reranking-based algorithm.
Developed a 0.505 competitive ratio primal-dual randomized algorithm.
Extended results to weighted offline vertices.
Abstract
We study the classic online bipartite matching problem with a twist: offline vertices, called resources, are . In particular, when a resource is matched to an online vertex it is unavailable for a deterministic time duration after which it becomes available again for a re-match. Thus, a resource can be matched to many different online vertices over a period of time. While recent work on the problem have resolved the asymptotic case where we have large starting inventory (i.e., many copies) of every resource, we consider the (more general) case of and give the first algorithms that are provably better than the naive greedy approach which has a competitive ratio of (exactly) 0.5. Our first algorithm, which achieves a competitive ratio of , generalizes the classic RANKING algorithm for online bipartite matching of non-reusable…
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 · Cryptography and Data Security
