English

Approximate the individually fair k-center with outliers

Data Structures and Algorithms 2022-01-14 v1

Abstract

In this paper, we propose and investigate the individually fair kk-center with outliers (IFkkCO). In the IFkkCO, we are given an nn-sized vertex set in a metric space, as well as integers kk and qq. At most kk vertices can be selected as the centers and at most qq vertices can be selected as the outliers. The centers are selected to serve all the not-an-outlier (i.e., served) vertices. The so-called individual fairness constraint restricts that every served vertex must have a selected center not too far way. More precisely, it is supposed that there exists at least one center among its (nq)/k\lceil (n-q) / k \rceil closest neighbors for every served vertex. Because every center serves (nq)/k(n-q) / k vertices on the average. The objective is to select centers and outliers, assign every served vertex to some center, so as to minimize the maximum fairness ratio over all served vertices, where the fairness ratio of a vertex is defined as the ratio between its distance with the assigned center and its distance with a (nq)/kth\lceil (n - q )/k \rceil_{\rm th} closest neighbor. As our main contribution, a 4-approximation algorithm is presented, based on which we develop an improved algorithm from a practical perspective.

Cite

@article{arxiv.2201.04849,
  title  = {Approximate the individually fair k-center with outliers},
  author = {Lu Han and Dachuan Xu and Yicheng Xu and Ping Yang},
  journal= {arXiv preprint arXiv:2201.04849},
  year   = {2022}
}
R2 v1 2026-06-24T08:48:38.173Z