On Randomized Algorithms for Matching in the Online Preemptive Model
Ashish Chiplunkar, Sumedh Tirodkar, Sundar Vishwanathan

TL;DR
This paper explores randomized algorithms for online maximum matching problems, providing new competitive bounds and extending deterministic lower bounds to randomized settings through primal-dual analysis and structural insights.
Contribution
It introduces a randomized algorithm with a 28/15-competitive ratio for tree instances and extends deterministic lower bounds to certain randomized algorithms.
Findings
Randomized algorithm achieves 28/15-competitiveness on trees.
Extended deterministic lower bounds to randomized algorithms with independent random choices.
Provided structural analysis of algorithm performance on input trees.
Abstract
We investigate the power of randomized algorithms for the maximum cardinality matching (MCM) and the maximum weight matching (MWM) problems in the online preemptive model. In this model, the edges of a graph are revealed one by one and the algorithm is required to always maintain a valid matching. On seeing an edge, the algorithm has to either accept or reject the edge. If accepted, then the adjacent edges are discarded. The complexity of the problem is settled for deterministic algorithms. Almost nothing is known for randomized algorithms. A lower bound of is known for MCM with a trivial upper bound of . An upper bound of is known for MWM. We initiate a systematic study of the same in this paper with an aim to isolate and understand the difficulty. We begin with a primal-dual analysis of the deterministic algorithm due to McGregor. All deterministic lower bounds…
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 · Machine Learning and Algorithms
