English

Facility Location and $k$-Median with Fair Outliers

Data Structures and Algorithms 2025-08-05 v1

Abstract

Classical clustering problems such as \emph{Facility Location} and \emph{kk-Median} aim to efficiently serve a set of clients from a subset of facilities -- minimizing the total cost of facility openings and client assignments in Facility Location, and minimizing assignment (service) cost under a facility count constraint in kk-Median. These problems are highly sensitive to outliers, and therefore researchers have studied variants that allow excluding a small number of clients as outliers to reduce cost. However, in many real-world settings, clients belong to different demographic or functional groups, and unconstrained outlier removal can disproportionately exclude certain groups, raising fairness concerns. We study \emph{Facility Location with Fair Outliers}, where each group is allowed a specified number of outliers, and the objective is to minimize total cost while respecting group-wise fairness constraints. We present a bicriteria approximation with a O(1/ϵ)O(1/\epsilon) approximation factor and (1+2ϵ)(1+ 2\epsilon) factor violation in outliers per group. For \emph{kk-Median with Fair Outliers}, we design a bicriteria approximation with a 4(1+ω/ϵ)4(1+\omega/\epsilon) approximation factor and (ω+ϵ)(\omega + \epsilon) violation in outliers per group improving on prior work by avoiding dependence on kk in outlier violations. We also prove that the problems are W[1]-hard parameterized by ω\omega, assuming the Exponential Time Hypothesis. We complement our algorithmic contributions with a detailed empirical analysis, demonstrating that fairness can be achieved with negligible increase in cost and that the integrality gap of the standard LP is small in practice.

Keywords

Cite

@article{arxiv.2508.02572,
  title  = {Facility Location and $k$-Median with Fair Outliers},
  author = {Rajni Dabas and Samir Khuller and Emilie Rivkin},
  journal= {arXiv preprint arXiv:2508.02572},
  year   = {2025}
}