TL;DR
This paper introduces the Non-Uniform k-Center problem, a complex generalization of classic clustering problems, and provides approximation algorithms with proven bounds, connecting it to firefighter problems on trees.
Contribution
The paper presents the first bi-criteria approximation algorithm for NUkC and improves the approximation ratio for the k-center with outliers problem.
Findings
Bi-criteria $(O(1),O(1))$-approximation for NUkC
Optimal 2-approximation for k-center with outliers
Connection established between NUkC and firefighter problems on trees
Abstract
In this paper, we introduce and study the Non-Uniform k-Center problem (NUkC). Given a finite metric space and a collection of balls of radii , the NUkC problem is to find a placement of their centers on the metric space and find the minimum dilation , such that the union of balls of radius around the th center covers all the points in . This problem naturally arises as a min-max vehicle routing problem with fleets of different speeds. The NUkC problem generalizes the classic -center problem when all the radii are the same (which can be assumed to be after scaling). It also generalizes the -center with outliers (kCwO) problem when there are balls of radius and balls of radius . There are -approximation and -approximation algorithms known for these problems respectively; the former…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
The Non-Uniform k-Center Problem· youtube
