NeFut Logo NeFut
Admin Login

[CS.DS] A Configuration-LP Framework for Connected $k$-Median Clustering

Published at: 2026-08-31 22:00 Last updated: 2026-09-02 01:48
#algorithm #optimization #Graph

We study the connected $k$-median clustering problem, which augments the classic $k$-median objective with connectivity constraints. The input consists of a metric space $(V,d)$ and a connected graph $G$ on the same vertex set $V$ (with $|V|=n$). The goal is to select at most $k$ centers $C$ and assign vertices to them so that the $k$-median cost $\sum_{v\in V} d(v,C)$ is minimized, while each cluster induces a connected subgraph of $G$. Because the metric space and the connectivity graph are independent, the problem is considerably harder than standard clustering.

Prior work by Eube et al. (2025) showed that even the assignment‑only version is $\Omega(\log n)$‑hard to approximate and provided algorithms whose guarantees grow polynomially with $k$. We introduce a configuration‑LP framework that combines covering‑LP techniques with a rooted minimum‑density oracle.

This framework demonstrates that configuration LPs, covering LPs, and rooted density oracles can be effectively combined to handle clustering objectives under graph‑theoretic constraints.

Blogger's Review: The paper offers a fresh LP‑based perspective, especially the techniques for enforcing connectivity, which are valuable for future research in constrained clustering.

Original Source: https://arxiv.org/abs/2608.28081

[h] Back to Home