The Power of Greedy for Online Minimum Cost Matching on the Line
Eric Balkanski, Yuri Faenza, Noemie Perivier

TL;DR
This paper analyzes the performance of the greedy algorithm for online minimum cost matching on the line, showing it is constant competitive under certain random models and providing bounds under semi-random and adversarial conditions.
Contribution
It proves that greedy is constant competitive with random requests and servers, extends bounds to cases with excess servers, and establishes a tight lower bound in semi-random models.
Findings
Greedy is constant competitive with fully random requests and servers.
Extends competitive ratio bounds to cases with excess servers.
Provides a tight ( ext{log}n) lower bound in semi-random models.
Abstract
We consider the online minimum cost matching problem on the line, in which there are servers and, at each of time steps, a request arrives and must be irrevocably matched to a server that has not yet been matched to, with the goal of minimizing the sum of the distances between the matched pairs. Despite achieving a worst-case competitive ratio that is exponential in , the simple greedy algorithm, which matches each request to its nearest available free server, performs very well in practice. A major question is thus to explain greedy's strong empirical performance. In this paper, we aim to understand the performance of greedy over instances that are at least partially random. When both the requests and the servers are drawn uniformly and independently from , we show that greedy is constant competitive, which improves over the previously best-known bound.…
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 · Complexity and Algorithms in Graphs
