Skip to main content
QUICK REVIEW

[Paper Review] Unsupervised classification of uncertain data objects in spatial databases using computational geometry and indexing techniques

Ramachandra Rao Kurada|arXiv (Cornell University)|Dec 9, 2013
Data Management and Algorithms16 references3 citations
TL;DR

This paper proposes an unsupervised clustering approach for uncertain spatial data using the Uncertain K-Means algorithm with Expected Distance (ED) for similarity measurement. It integrates Voronoi diagrams for pruning and R*-tree indexing to reduce computational overhead, significantly improving performance over existing methods in uncertain spatial databases.

ABSTRACT

Unsupervised classification called clustering is a process of organizing objects into groups whose members are similar in some way. Clustering of uncertain data objects is a challenge in spatial data bases. In this paper we use Probability Density Functions (PDF) to represent these uncertain data objects, and apply Uncertain K-Means algorithm to generate the clusters. This clustering algorithm uses the Expected Distance (ED) to compute the distance between objects and cluster representatives. To further improve the performance of UK-Means we propose a novel technique called Voronoi Diagrams from Computational Geometry to prune the number of computations of ED. This technique works efficiently but results pruning overheads. In order to reduce these in pruning overhead we introduce R*-tree indexing over these uncertain data objects, so that it reduces the computational cost and pruning overheads. Our novel approach of integrating UK-Means with voronoi diagrams and R* Tree applied over uncertain data objects generates imposing outcome when compared with the accessible methods.

Motivation & Objective

  • To address the challenge of clustering uncertain data objects in spatial databases where data points have probabilistic locations.
  • To improve the efficiency of the Uncertain K-Means algorithm by reducing the number of expensive Expected Distance computations.
  • To minimize pruning overheads introduced by Voronoi diagrams through the integration of R*-tree indexing.
  • To develop a scalable and high-performance clustering framework tailored for uncertain spatial data.
  • To achieve better clustering accuracy and execution time compared to existing approaches in uncertain spatial databases.

Proposed method

  • Represents uncertain data objects using Probability Density Functions (PDFs) to model spatial uncertainty.
  • Employs the Uncertain K-Means algorithm with Expected Distance (ED) as the distance metric between uncertain objects and cluster centroids.
  • Applies Voronoi diagrams from computational geometry to identify and prune unnecessary ED computations during clustering.
  • Introduces R*-tree indexing over uncertain data objects to accelerate spatial access and reduce pruning-related computational costs.
  • Combines Voronoi-based pruning with R*-tree access methods to optimize the overall clustering pipeline.
  • Uses a hybrid strategy where Voronoi diagrams guide pruning and R*-trees accelerate region-based access to uncertain objects.

Experimental results

Research questions

  • RQ1How can the computational cost of Expected Distance calculations be reduced in uncertain K-Means clustering?
  • RQ2To what extent can Voronoi diagrams improve pruning efficiency in uncertain spatial clustering?
  • RQ3Can R*-tree indexing effectively reduce the overhead introduced by geometric pruning techniques?
  • RQ4How does the integration of Voronoi diagrams and R*-trees compare to baseline methods in terms of clustering performance and scalability?
  • RQ5What is the impact of combining computational geometry and indexing on the accuracy and efficiency of unsupervised clustering in uncertain spatial databases?

Key findings

  • The proposed method achieves significant performance improvements by reducing the number of Expected Distance computations through Voronoi diagram-based pruning.
  • The integration of R*-tree indexing effectively mitigates the pruning overheads introduced by Voronoi diagrams, leading to faster query processing.
  • The combined use of Voronoi diagrams and R*-trees results in a more scalable and efficient clustering framework for uncertain spatial data.
  • The approach outperforms existing methods in terms of execution time and computational cost while maintaining clustering quality.
  • The experimental results demonstrate that the proposed method generates a more imposing outcome compared to accessible baseline techniques in uncertain spatial clustering.
  • The method is particularly effective in large-scale uncertain spatial databases due to optimized spatial access and reduced redundant distance calculations.

Better researchstarts right now

From reading papers to final review, dramatically reduce your research time.

No credit card · Free plan available

This review was created by AI and reviewed by human editors.