Online Vertex Cover and Matching: Beating the Greedy Algorithm
Yajun Wang, Sam Chiu-wai Wong

TL;DR
This paper introduces improved algorithms for online vertex cover and matching problems, surpassing traditional greedy approaches, with new competitive ratios and analysis techniques for bipartite and general graphs.
Contribution
It presents a novel water-filling algorithm and primal-dual analysis that beat the greedy algorithm for online vertex cover and matching, including fractional and integral solutions.
Findings
Achieved a 1.901-competitive algorithm for online fractional vertex cover.
Developed a 0.526-competitive algorithm for online fractional matching.
Proved lower bounds of 1.753 and 0.625 for these problems, respectively.
Abstract
In this paper, we explicitly study the online vertex cover problem, which is a natural generalization of the well-studied ski-rental problem. In the online vertex cover problem, we are required to maintain a monotone vertex cover in a graph whose vertices arrive online. When a vertex arrives, all its incident edges to previously arrived vertices are revealed to the algorithm. For bipartite graphs with the left vertices offline (i.e. all of the left vertices arrive first before any right vertex), there are algorithms achieving the optimal competitive ratio of . Our first result is a new optimal water-filling algorithm for this case. One major ingredient of our result is a new charging-based analysis, which can be generalized to attack the online fractional vertex cover problem in general graphs. The main contribution of this paper is a 1.901-competitive…
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 · Auction Theory and Applications
