A Deterministic Polylogarithmic Competitive Algorithm for Matching with Delays
Marc Dufay, Roger Wattenhofer

TL;DR
This paper introduces a deterministic, polylogarithmic competitive algorithm for the online Min-cost Perfect Matching with Delays problem, significantly improving over prior algorithms especially in unknown or infinite metric spaces.
Contribution
It presents the first deterministic polylogarithmic competitive algorithm for MPMD that does not require prior knowledge of the metric space or request count.
Findings
Achieves $ ext{O}( ext{log}^5 m)$ competitiveness.
Operates without prior knowledge of the metric space or number of requests.
Provides exponential improvement over previous algorithms.
Abstract
In the online Min-cost Perfect Matching with Delays (MPMD) problem, requests in a metric space are submitted at different times by an adversary. The goal is to match all requests while (i) minimizing the sum of the distances between matched pairs as well as (ii) how long each request remained unmatched after it appeared. While there exist almost optimal algorithms when the metric space is finite and known a priori, this is not the case when the metric space is infinite or unknown. In this latter case, the best known algorithm, due to Azar and Jacob-Fanani, has competitiveness which is exponentially worse than the best known lower bound of by Ashlagi et al. We present a -competitive algorithm for the MPMD problem. This algorithm is deterministic and does not need to know the metric space or in…
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 · Advanced Bandit Algorithms Research
