Online k-Way Matching with Delays and the H-Metric
Darya Melnyk, Yuyi Wang, and Roger Wattenhofer

TL;DR
This paper introduces the H-metric as a new metric space enabling competitive online algorithms for k-way matching with delays, overcoming limitations of previous metrics for k>2.
Contribution
The paper defines the H-metric, the first metric suitable for solving the k-MPMD problem for all k, and extends existing algorithms to achieve an O(log n) competitive ratio.
Findings
H-metrics enable competitive algorithms for all k.
Existing metrics like 2-metric and D-metric are insufficient for k>2.
The extended algorithm achieves an O(log n) competitive ratio.
Abstract
In this paper, we study -Way Min-cost Perfect Matching with Delays - the -MPMD problem. This problem considers a metric space with nodes. Requests arrive at these nodes in an online fashion. The task is to match these requests into sets of exactly , such that the space and time cost of all matched requests are minimized. The notion of the space cost requires a definition of an underlying metric space that gives distances of subsets of elements. For , the task of finding a suitable metric space is at the core of our problem: We show that for some known generalizations to points, such as the -metric and the -metric, there exists no competitive randomized algorithm for the -MPMD problem. The -metrics are defined for 3 points and allows for a competitive algorithm for the -MPMD problem. For points, there exist two generalizations of the…
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 · Caching and Content Delivery
