The Power of Amortized Recourse for Online Graph Problems
Hsiang-Hsuan Liu, Jonathan Toole-Charignon

TL;DR
This paper introduces a versatile greedy algorithm for online graph problems that balances competitiveness with minimal amortized recourse, with specific improvements for classical problems like Independent Set, Matching, and Vertex Cover.
Contribution
The authors propose a general two-fold greedy algorithm for online graph problems that achieves competitive ratios with bounded amortized recourse, and refine it for key classical problems.
Findings
Achieves t-competitiveness with bounded amortized recourse for general problems.
Refines algorithms for Independent Set, Matching, and Vertex Cover with improved recourse bounds.
Provides polynomial-time online algorithms that outperform traditional approximation ratios.
Abstract
In this work, we study online graph problems with monotone-sum objectives. We propose a general two-fold greedy algorithm that references yardstick algorithms to achieve -competitiveness while incurring at most amortized recourse, where and are the largest value and the smallest positive value that can be assigned to an element in the sum. We further show that the general algorithm can be improved for three classical graph problems by carefully choosing the referenced algorithm and tuning its detailed behavior. For Independent Set, we refine the analysis of our general algorithm and show that -competitiveness can be achieved with amortized recourse. For Maximum Cardinality Matching, we limit our algorithm's greed to show that -competitiveness can be achieved…
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
