An Improved Local Search Algorithm for k-Median
Vincent Cohen-Addad, Anupam Gupta, Lunjia Hu, Hoon Oh, David Saulpic

TL;DR
This paper introduces a novel local search algorithm for the k-median problem that achieves a better approximation ratio of approximately 2.836, utilizing a new potential function based on closest and second-closest facilities to improve solution quality.
Contribution
The paper proposes a new local search algorithm with an innovative potential function, improving the approximation guarantee for k-median clustering over previous methods.
Findings
Achieves a $(2.836+\epsilon)$-approximation ratio.
Outperforms the previous $(3+\epsilon)$-approximate local-search algorithm.
Potential function based on closest and second-closest facilities enhances solution quality.
Abstract
We present a new local-search algorithm for the -median clustering problem. We show that local optima for this algorithm give a -approximation; our result improves upon the -approximate local-search algorithm of Arya et al. [STOC 01]. Moreover, a computer-aided analysis of a natural extension suggests that this approach may lead to an improvement over the best-known approximation guarantee for the problem. The new ingredient in our algorithm is the use of a potential function based on both the closest and second-closest facilities to each client. Specifically, the potential is the sum over all clients, of the distance of the client to its closest facility, plus (a small constant times) the truncated distance to its second-closest facility. We move from one solution to another only if the latter can be obtained by swapping a constant number of…
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
TopicsFacility Location and Emergency Management · Complexity and Algorithms in Graphs · Data Management and Algorithms
