Incremental Medians via Online Bidding
Marek Chrobak, Claire Kenyon, John Noga, Neal E. Young

TL;DR
This paper introduces improved incremental algorithms for the metric k-median problem, achieving better competitive ratios and providing the first poly-time algorithms with logarithmic size-approximation guarantees.
Contribution
It presents new deterministic and randomized incremental algorithms with improved competitive ratios and introduces the first poly-time algorithms with logarithmic size-approximation guarantees.
Findings
Deterministic 8-cost-competitive incremental algorithm.
Randomized 2e (~5.44)-cost-competitive incremental algorithm.
First poly-time O(log m)-size-approximation algorithm for offline and incremental problems.
Abstract
In the k-median problem we are given sets of facilities and customers, and distances between them. For a given set F of facilities, the cost of serving a customer u is the minimum distance between u and a facility in F. The goal is to find a set F of k facilities that minimizes the sum, over all customers, of their service costs. Following Mettu and Plaxton, we study the incremental medians problem, where k is not known in advance, and the algorithm produces a nested sequence of facility sets where the kth set has size k. The algorithm is c-cost-competitive if the cost of each set is at most c times the cost of the optimum set of size k. We give improved incremental algorithms for the metric version: an 8-cost-competitive deterministic algorithm, a 2e ~ 5.44-cost-competitive randomized algorithm, a (24+epsilon)-cost-competitive, poly-time deterministic algorithm, and a (6e+epsilon ~…
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.
