Towards a Better Understanding of Randomized Greedy Matching
Zhihao Gavin Tang, Xiaowei Wu, Yuhao Zhang

TL;DR
This paper analyzes a simple randomized greedy matching algorithm, RDO, proving it achieves better approximation ratios than previous algorithms in unweighted, bipartite, and weighted graph settings, advancing understanding of randomized matching.
Contribution
It introduces and analyzes the RDO algorithm, showing it surpasses previous approximation ratios and addresses open questions in weighted and stochastic graph matching.
Findings
RDO is 0.639-approximate for bipartite graphs.
RDO is 0.531-approximate for general graphs.
RDO achieves 0.501 approximation in weighted graphs, solving open problems.
Abstract
There has been a long history for studying randomized greedy matching algorithms since the work by Dyer and Frieze~(RSA 1991). We follow this trend and consider the problem formulated in the oblivious setting, in which the algorithm makes (random) decisions that are essentially oblivious to the input graph. We revisit the \textsf{Modified Randomized Greedy (MRG)} algorithm by Aronson et al.~(RSA 1995) that is proved to be -approximate. In particular, we study a weaker version of the algorithm named \textsf{Random Decision Order (RDO)} that in each step, randomly picks an unmatched vertex and matches it to an arbitrary neighbor if exists. We prove the \textsf{RDO} algorithm is -approximate and -approximate for bipartite graphs and general graphs respectively. As a corollary, we substantially improve the approximation ratio of \textsf{MRG}. Furthermore,…
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
