An improved approximation algorithm for k-Median
Neal E. Young

TL;DR
This paper presents a polynomial-time approximation algorithm for the k-Median problem that guarantees solutions close in size and cost to the optimal, matching known bounds for related problems within a constant factor.
Contribution
It introduces the first polynomial-time approximation algorithm for k-Median that matches the bounds of unweighted Set Cover within a factor of 2.
Findings
Achieves an approximation ratio of less than 1 + 2 ln(n/k) for solution size.
Runs in polynomial time with complexity O(k m log(n/k) log m).
Matches bounds of Set Cover within a factor of 2.
Abstract
We give a polynomial-time approximation algorithm for the (not necessarily metric) -Median problem. The algorithm is an -size-approximation algorithm for . That is, it guarantees a solution having size at most , and cost at most the cost of any size- solution. This is the first polynomial-time approximation algorithm to match the well-known bounds of and for unweighted Set Cover (a special case) within a constant factor. It matches these bounds within a factor of 2. The algorithm runs in time , where is the number of customers and is the instance size.
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
TopicsComplexity and Algorithms in Graphs · Facility Location and Emergency Management · Computational Geometry and Mesh Generation
