English

Ordered $k$-Median with Outliers and Fault-Tolerance

Data Structures and Algorithms 2021-11-09 v5

Abstract

In this paper, we study two natural generalizations of ordered kk-median, named robust ordered kk-median and fault-tolerant ordered kk-median. In ordered kk-median, given a finite metric space (X,d)(X,d), we seek to open kk facilities SXS\subseteq X which induce a service cost vector c={d(j,S):jX}\vec{c}=\{d(j,S):j\in X\}, and minimize the ordered objective wcw^\top\vec{c}^\downarrow. Here d(j,S)=miniSd(j,i)d(j,S)=\min_{i\in S}d(j,i) is the minimum distance between jj and facilities in SS, wRXw\in\mathbb{R}^{|X|} is a given non-increasing non-negative vector, and c\vec{c}^\downarrow is the non-increasingly sorted version of c\vec{c}. The current best result is a (5+ϵ)(5+\epsilon)-approximation [CS19]. We first consider robust ordered kk-median, a.k.a. ordered kk-median with outliers, where the input consists of an ordered kk-median instance and parameter mZ+m\in\mathbb{Z}_+. The goal is to open kk facilities SS, select mm clients TXT\subseteq X and assign the nearest open facility to each jTj\in T. The service cost vector is c={d(j,S):jT}\vec{c}=\{d(j,S):j\in T\} and ww is in Rm\mathbb{R}^m. We introduce a novel yet simple objective function that enables linear analysis of the non-linear ordered objective, apply an iterative rounding framework [KLS18] and obtain a constant-factor approximation. We devise the first constant-approximations for ordered matroid median and ordered knapsack median using the same method. We also consider fault-tolerant ordered kk-median, where besides the same input as ordered kk-median, we are also given additional client requirements {rjZ+:jX}\{r_j\in\mathbb{Z}_+:j\in X\} and need to assign rjr_j distinct open facilities to each client jXj\in X. The service cost of jj is the sum of distances to its assigned facilities, and the objective is the same. We obtain a constant-factor approximation using a novel LP relaxation with constraints created via a new sparsification technique.

Keywords

Cite

@article{arxiv.2011.04289,
  title  = {Ordered $k$-Median with Outliers and Fault-Tolerance},
  author = {Shichuan Deng and Qianfan Zhang},
  journal= {arXiv preprint arXiv:2011.04289},
  year   = {2021}
}