pith. sign in

arxiv: 0809.2554 · v1 · submitted 2008-09-15 · 💻 cs.DS

Simpler Analyses of Local Search Algorithms for Facility Location

classification 💻 cs.DS
keywords facilitylocalalgorithmlocationproblemproblemssearchused
0
0 comments X
read the original abstract

We study local search algorithms for metric instances of facility location problems: the uncapacitated facility location problem (UFL), as well as uncapacitated versions of the $k$-median, $k$-center and $k$-means problems. All these problems admit natural local search heuristics: for example, in the UFL problem the natural moves are to open a new facility, close an existing facility, and to swap a closed facility for an open one; in $k$-medians, we are allowed only swap moves. The local-search algorithm for $k$-median was analyzed by Arya et al. (SIAM J. Comput. 33(3):544-562, 2004), who used a clever ``coupling'' argument to show that local optima had cost at most constant times the global optimum. They also used this argument to show that the local search algorithm for UFL was 3-approximation; their techniques have since been applied to other facility location problems. In this paper, we give a proof of the $k$-median result which avoids this coupling argument. These arguments can be used in other settings where the Arya et al. arguments have been used. We also show that for the problem of opening $k$ facilities $F$ to minimize the objective function $\Phi_p(F) = \big(\sum_{j \in V} d(j, F)^p\big)^{1/p}$, the natural swap-based local-search algorithm is a $\Theta(p)$-approximation. This implies constant-factor approximations for $k$-medians (when $p=1$), and $k$-means (when $p = 2$), and an $O(\log n)$-approximation algorithm for the $k$-center problem (which is essentially $p = \log n$).

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. A $(2+\varepsilon)$-Approximation Algorithm for Metric $k$-Median

    cs.DS 2025-03 conditional novelty 8.0

    A (2+ε)-approximation algorithm for metric k-median using modified greedy phases and sampling on stable instances.

  2. $k$-Clustering via Iterative Randomized Rounding

    cs.DS 2026-04 unverdicted novelty 7.0

    An iterative rounding procedure achieves a ((3^p + 1)/2 + ε)-approximation for k-clustering under p-th power distance costs, recovering the 2-approximation for k-median and improving k-means bounds to 5+ε (metric) and...

  3. On Tight FPT Time Approximation Algorithms for k-Clustering Problems

    cs.DS 2025-12 unverdicted novelty 7.0

    Provides tight FPT-time (3+ε)-approximations for capacitated general-norm k-clustering and (1 + 2/(e c) + ε) for top-cn norm k-clustering, plus a bicriteria result.

  4. Learning to Approximate Uniform Facility Location via Graph Neural Networks

    cs.LG 2026-02 unverdicted novelty 6.0

    A differentiable MPNN approximates uniform facility location with provable guarantees and outperforms standard approximation algorithms while closing the gap to exact ILP solutions.