Subquadratic Approximation Algorithms for Clustering Problems in High Dimensional Spaces

  • Authors:
  • Allan Borodin;Rafail Ostrovsky;Yuval Rabani

  • Affiliations:
  • Department of Computer Science, University of Toronto, Toronto, Canada M5S 3G4. bor@cs.toronto.edu;Computer Science Department, University of California, Los Angeles, CA 90095. rafail@cs.ucla.edu;Computer Science Department, Technion IIT, Haifa, Israel 32000. rabani@cs.technion.ac.il

  • Venue:
  • Machine Learning
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

One of the central problems in information retrieval, data mining, computational biology, statistical analysis, computer vision, geographic analysis, pattern recognition, distributed protocols is the question of classification of data according to some clustering rule. Often the data is noisy and even approximate classification is of extreme importance. The difficulty of such classification stems from the fact that usually the data has many incomparable attributes, and often results in the question of clustering problems in high dimensional spaces. Since they require measuring distance between every pair of data points, standard algorithms for computing the exact clustering solutions use quadratic or “nearly quadratic” running time; i.e., O(dn2−α(d)) time where n is the number of data points, d is the dimension of the space and α(d) approaches 0 as d grows. In this paper, we show (for three fairly natural clustering rules) that computing an approximate solution can be done much more efficiently. More specifically, for agglomerative clustering (used, for example, in the Alta Vista™ search engine), for the clustering defined by sparse partitions, and for a clustering based on minimum spanning trees we derive randomized (1 + ε) approximation algorithms with running times Õ(d2 n2−γ) where γ 0 depends only on the approximation parameter ε and is independent of the dimension d.