Fully Online Matching II: Beating Ranking and Water-filling
Zhiyi Huang, Zhihao Gavin Tang, Xiaowei Wu, Yuhao Zhang

TL;DR
This paper introduces new algorithms for fully online matching that outperform previous methods like Ranking and Water-filling, achieving higher competitive ratios for both integral and fractional matchings in general graphs.
Contribution
It presents the first algorithms that surpass Ranking and Water-filling in the fully online matching model, including a hybrid integral matching algorithm and an eager fractional matching algorithm.
Findings
Balanced Ranking achieves 0.569-competitiveness for integral matching.
Eager Water-filling achieves 0.592-competitiveness for fractional matching.
Results demonstrate a separation from vertex arrival models with lower bounds of 0.5914.
Abstract
Karp, Vazirani, and Vazirani (STOC 1990) initiated the study of online bipartite matching, which has held a central role in online algorithms ever since. Of particular importance are the Ranking algorithm for integral matching and the Water-filling algorithm for fractional matching. Most algorithms in the literature can be viewed as adaptations of these two in the corresponding models. Recently, Huang et al.~(STOC 2018, SODA 2019) introduced a more general model called \emph{fully online matching}, which considers general graphs and allows all vertices to arrive online. They also generalized Ranking and Water-filling to fully online matching and gave some tight analysis: Ranking is -competitive on bipartite graphs where the -constant satisfies , and Water-filling is -competitive on general graphs. We propose…
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 · Advanced Bandit Algorithms Research
