Online Deterministic Minimum Cost Bipartite Matching with Delays on a Line
Tung-Wei Kuo

TL;DR
This paper presents a deterministic algorithm for online bipartite matching with delays on a line, improving the competitive ratio to approximately O(m^{0.5}) and leveraging the Robust Matching approach.
Contribution
It introduces a new delay-based matching algorithm for the line metric, achieving a better competitive ratio than previous methods for this specific case.
Findings
Achieves a deterministic old;O(m^{0.5})old; competitive ratio on the line.
Improves upon prior results for the line metric case.
Uses delay strategies based on the t-net-cost to optimize matching timing.
Abstract
We study the online minimum cost bipartite perfect matching with delays problem. In this problem, servers and requests arrive over time, and an online algorithm can delay the matching between servers and requests by paying the delay cost. The objective is to minimize the total distance and delay cost. When servers and requests lie in a known metric space, there is a randomized -competitive algorithm, where is the size of the metric space. When the metric space is unknown a priori, Azar and Jacob-Fanani proposed a deterministic -competitive algorithm for any fixed . This competitive ratio is tight when and becomes for sufficiently small . In this paper, we improve upon the result of Azar and Jacob-Fanani for the case where servers and requests…
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 · Cryptography and Data Security · Machine Learning and Algorithms
