Parameterized Approximation Algorithms for Sum of Radii Clustering and Variants

Abstract

Clustering is one of the most fundamental tools in artificial intelligence, machine learning, and data mining. In this paper, we follow one of the recent mainstream topics of clustering, Sum of Radii (SoR), which naturally arises as a balance between the folklore k-center and k-median. SoR aims to determine a set of k balls, each centered at a point in a given dataset, such that their union covers the entire dataset while minimizing the sum of radii of the k balls. We propose a general technical framework to overcome the challenge posed by varying radii in SoR, which yields fixed-parameter tractable (fpt) algorithms with respect to k (i.e., whose running time is f(k) ploy(n) for some f). Our framework is versatile and obtains fpt approximation algorithms with constant approximation ratios for SoR as well as its variants in general metrics, such as Fair SoR and Matroid SoR, which significantly improve the previous results.

Cite

Text

Chen et al. "Parameterized Approximation Algorithms for Sum of Radii Clustering and Variants." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I18.30053

Markdown

[Chen et al. "Parameterized Approximation Algorithms for Sum of Radii Clustering and Variants." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/chen2024aaai-parameterized/) doi:10.1609/AAAI.V38I18.30053

BibTeX

@inproceedings{chen2024aaai-parameterized,
  title     = {{Parameterized Approximation Algorithms for Sum of Radii Clustering and Variants}},
  author    = {Chen, Xianrun and Xu, Dachuan and Xu, Yicheng and Zhang, Yong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {20666-20673},
  doi       = {10.1609/AAAI.V38I18.30053},
  url       = {https://mlanthology.org/aaai/2024/chen2024aaai-parameterized/}
}