Competitive Algorithms for Generalized k-Server in Uniform Metrics
Nikhil Bansal, Marek Elias, Grigorios Koumoutsos, Jesper Nederlof

TL;DR
This paper introduces the first competitive algorithms for the generalized k-server problem in uniform metrics, achieving bounds close to known lower bounds, and extends results to weighted uniform metrics.
Contribution
It provides the first f(k)-competitive algorithms for the generalized k-server problem in uniform metrics, using novel polynomial method techniques.
Findings
Deterministic algorithm with O(k 2^k) competitive ratio
Randomized algorithm with O(k^3 log k) competitive ratio
Weighted uniform metrics algorithm with 2^{2^{O(k)}} competitive ratio
Abstract
The generalized k-server problem is a far-reaching extension of the k-server problem with several applications. Here, each server lies in its own metric space . A request is a k-tuple and to serve it, we need to move some server to the point , and the goal is to minimize the total distance traveled by the servers. Despite much work, no f(k)-competitive algorithm is known for the problem for k > 2 servers, even for special cases such as uniform metrics and lines. Here, we consider the problem in uniform metrics and give the first f(k)-competitive algorithms for general k. In particular, we obtain deterministic and randomized algorithms with competitive ratio and respectively. Our deterministic bound is based on a novel application of the polynomial method to online algorithms, and essentially matches…
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 · Cryptography and Data Security
