Periodic Reranking for Online Matching of Reusable Resources
Rajan Udwani

TL;DR
This paper introduces a novel online matching algorithm for reusable resources with unit inventory, achieving a competitive ratio of 0.589, surpassing the traditional greedy approach's ratio of 0.5.
Contribution
The paper presents the first algorithm with a provable competitive ratio better than 0.5 for online matching with reusable resources and unit inventory.
Findings
Achieves a competitive ratio of 0.589 against an LP relaxation.
First to improve upon the greedy approach for this problem setting.
Addresses the general case of unit inventory resources in online matching.
Abstract
We consider a generalization of the vertex weighted online bipartite matching problem where the offline vertices, called resources, are reusable. In particular, when a resource is matched it is unavailable for a deterministic time duration after which it becomes available 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 has resolved the asymptotic case where we have large starting inventory (i.e., many copies) of every resource, we consider the (more general) case of unit inventory and give the first algorithm that is provably better than the na\"ive greedy approach which has a competitive ratio of (exactly) 0.5. In particular, we achieve a competitive ratio of 0.589 against an LP relaxation of the offline problem.
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 · Mobile Ad Hoc Networks
