English

Clustering in Varying Metrics

Data Structures and Algorithms 2025-10-10 v1

Abstract

We introduce the aggregated clustering problem, where one is given TT instances of a center-based clustering task over the same nn points, but under different metrics. The goal is to open kk centers to minimize an aggregate of the clustering costs -- e.g., the average or maximum -- where the cost is measured via kk-center/median/means objectives. More generally, we minimize a norm Ψ\Psi over the TT cost values. We show that for T3T \geq 3, the problem is inapproximable to any finite factor in polynomial time. For T=2T = 2, we give constant-factor approximations. We also show W[2]-hardness when parameterized by kk, but obtain f(k,T)poly(n)f(k,T)\mathrm{poly}(n)-time 3-approximations when parameterized by both kk and TT. When the metrics have structure, we obtain efficient parameterized approximation schemes (EPAS). If all TT metrics have bounded ε\varepsilon-scatter dimension, we achieve a (1+ε)(1+\varepsilon)-approximation in f(k,T,ε)poly(n)f(k,T,\varepsilon)\mathrm{poly}(n) time. If the metrics are induced by edge weights on a common graph GG of bounded treewidth tw\mathsf{tw}, and Ψ\Psi is the sum function, we get an EPAS in f(T,ε,tw)poly(n,k)f(T,\varepsilon,\mathsf{tw})\mathrm{poly}(n,k) time. Conversely, unless (randomized) ETH is false, any finite factor approximation is impossible if parametrized by only TT, even when the treewidth is tw=Ω(polylogn)\mathsf{tw} = \Omega(\mathrm{poly}\log n).

Keywords

Cite

@article{arxiv.2510.07860,
  title  = {Clustering in Varying Metrics},
  author = {Deeparnab Chakrabarty and Jonathan Conroy and Ankita Sarkar},
  journal= {arXiv preprint arXiv:2510.07860},
  year   = {2025}
}

Comments

Accepted to FSTTCS 2025

R2 v1 2026-07-01T06:25:53.590Z