Maximum Matchings via Glauber Dynamics
Anant Jindal, Gazal Kochar, Manjish Pal

TL;DR
This paper introduces a randomized Markov Chain Monte Carlo algorithm for maximum matchings in general graphs, achieving faster running time than previous algorithms by leveraging Glauber Dynamics with a novel analysis of mixing times.
Contribution
It presents a new MCMC-based algorithm with $O(m \, \log^2 n)$ runtime for maximum matchings, improving over the classical $O(m \sqrt{n})$ algorithms, and demonstrates the independence of mixing time from the fugacity parameter.
Findings
Achieves $O(m \log^2 n)$ running time for maximum matching.
Shows mixing time is independent of the fugacity parameter.
Provides conductance bounds indicating mixing lower bounds.
Abstract
In this paper we study the classic problem of computing a maximum cardinality matching in general graphs . The best known algorithm for this problem till date runs in time due to Micali and Vazirani \cite{MV80}. Even for general bipartite graphs this is the best known running time (the algorithm of Karp and Hopcroft \cite{HK73} also achieves this bound). For regular bipartite graphs one can achieve an time algorithm which, following a series of papers, has been recently improved to by Goel, Kapralov and Khanna (STOC 2010) \cite{GKK10}. In this paper we present a randomized algorithm based on the Markov Chain Monte Carlo paradigm which runs in time, thereby obtaining a significant improvement over \cite{MV80}. We use a Markov chain similar to the \emph{hard-core model} for Glauber Dynamics with \emph{fugacity} parameter…
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
TopicsMarkov Chains and Monte Carlo Methods · Bayesian Modeling and Causal Inference · Stochastic processes and statistical mechanics
