ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 1802.09205
24
65

Solving kkk-center Clustering (with Outliers) in MapReduce and Streaming, almost as Accurately as Sequentially

26 February 2018
Matteo Ceccarello
A. Pietracaprina
G. Pucci
ArXivPDFHTML
Abstract

Center-based clustering is a fundamental primitive for data analysis and becomes very challenging for large datasets. In this paper, we focus on the popular kkk-center variant which, given a set SSS of points from some metric space and a parameter k<∣S∣k<|S|k<∣S∣, requires to identify a subset of kkk centers in SSS minimizing the maximum distance of any point of SSS from its closest center. A more general formulation, introduced to deal with noisy datasets, features a further parameter zzz and allows up to zzz points of SSS (outliers) to be disregarded when computing the maximum distance from the centers. We present coreset-based 2-round MapReduce algorithms for the above two formulations of the problem, and a 1-pass Streaming algorithm for the case with outliers. For any fixed ϵ>0\epsilon>0ϵ>0, the algorithms yield solutions whose approximation ratios are a mere additive term ϵ\epsilonϵ away from those achievable by the best known polynomial-time sequential algorithms, a result that substantially improves upon the state of the art. Our algorithms are rather simple and adapt to the intrinsic complexity of the dataset, captured by the doubling dimension DDD of the metric space. Specifically, our analysis shows that the algorithms become very space-efficient for the important case of small (constant) DDD. These theoretical results are complemented with a set of experiments on real-world and synthetic datasets of up to over a billion points, which show that our algorithms yield better quality solutions over the state of the art while featuring excellent scalability, and that they also lend themselves to sequential implementations much faster than existing ones.

View on arXiv
Comments on this paper