English

Clustering to Minimize Cluster-Aware Norm Objectives

Data Structures and Algorithms 2024-11-01 v1 Machine Learning

Abstract

We initiate the study of the following general clustering problem. We seek to partition a given set PP of data points into kk clusters by finding a set XX of kk centers and assigning each data point to one of the centers. The cost of a cluster, represented by a center xXx\in X, is a monotone, symmetric norm ff (inner norm) of the vector of distances of points assigned to xx. The goal is to minimize a norm gg (outer norm) of the vector of cluster costs. This problem, which we call (f,g)(f,g)-Clustering, generalizes many fundamental clustering problems such as kk-Center, kk-Median , Min-Sum of Radii, and Min-Load kk-Clustering . A recent line of research (Chakrabarty, Swamy [STOC'19]) studies norm objectives that are oblivious to the cluster structure such as kk-Median and kk-Center. In contrast, our problem models cluster-aware objectives including Min-Sum of Radii and Min-Load kk-Clustering. Our main results are as follows. First, we design a constant-factor approximation algorithm for (top,L1)(\textsf{top}_\ell,\mathcal{L}_1)-Clustering where the inner norm (top\textsf{top}_\ell) sums over the \ell largest distances. Second, we design a constant-factor approximation\ for (L,Ord)(\mathcal{L}_\infty,\textsf{Ord})-Clustering where the outer norm is a convex combination of top\textsf{top}_\ell norms (ordered weighted norm).

Keywords

Cite

@article{arxiv.2410.24104,
  title  = {Clustering to Minimize Cluster-Aware Norm Objectives},
  author = {Martin G. Herold and Evangelos Kipouridis and Joachim Spoerhase},
  journal= {arXiv preprint arXiv:2410.24104},
  year   = {2024}
}

Comments

accepted at SODA 2025

R2 v1 2026-06-28T19:43:08.779Z