Small space representations for metric min-sum k-clustering and their applications

  • Authors:
  • Artur Czumaj;Christian Sohler

  • Affiliations:
  • Department of Computer Science, University of Warwick, Coventry, U.K.;Heinz Nixdorf Institute and Department of Computer Science, University of Paderborn, Paderborn, Germany

  • Venue:
  • STACS'07 Proceedings of the 24th annual conference on Theoretical aspects of computer science
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

The min-sum k-clustering problem is to partition a metric space (P, d) into k clusters C1, . . . , Ck ⊆ P such that Σi=1k Σ p,q∈Ci d(p,q) is minimized. We show the first efficient construction of a coreset for this problem. Our coreset construction is based on a new adaptive sampling algorithm. Using our coresets we obtain three main algorithmic results. The first result is a sublinear time (4+Ɛ)-approximation algorithm for the min-sum k-clustering problem in metric spaces. The running time of this algorithm is Õ(n) for any constant k and Ɛ, and it is o(n2) for all k = o(log n/ log log n). Since the description size of the input is Θ(n2), this is sublinear in the input size. Our second result is the first pass-efficient data streaming algorithm for min-sum k-clustering in the distance oracle model, i.e., an algorithm that uses poly(log n, k) space and makes 2 passes over the input point set arriving as a data stream. Our third result is a sublinear-time polylogarithmic-factor approximation algorithm for the min-sum k-clustering problem for arbitrary values of k. To develop the coresets, we introduce the concept of a-preserving metric embeddings. Such an embedding satisfies properties that (a) the distance between any pair of points does not decrease, and (b) the cost of an optimal solution for the considered problem on input (P, d′) is within a constant factor of the optimal solution on input (P, d). In other words, the idea is find a metric embedding into a (structurally simpler) metric space that approximates the original metric up to a factor of a with respect to a certain problem. We believe that this concept is an interesting generalization of coresets.