pPOP: Fast yet accurate parallel hierarchical clustering using partitioning

  • Authors:
  • Manoranjan Dash;Simona Petrutiu;Peter Scheuermann

  • Affiliations:
  • School of Computer Engineering, Nanyang Technological University, Blk N4, #2c-85, Nanyang Avenue, Singapore 639798, Singapore;Department of Electrical and Computer Engineering, Northwestern University, Evanston, IL 60208, United States;Department of Electrical and Computer Engineering, Northwestern University, Evanston, IL 60208, United States

  • Venue:
  • Data & Knowledge Engineering
  • Year:
  • 2007

Quantified Score

Hi-index 0.03

Visualization

Abstract

Hierarchical agglomerative clustering (HAC) is very useful but due to high CPU time and memory complexity its practical use is limited. Earlier, we proposed an efficient partitioning - partially overlapping partitioning (POP) - based on the fact that in HAC small and closely placed clusters are agglomerated initially, and only towards the end larger and distant clusters are agglomerated. Here, we present the parallel version of POP, pPOP. Theoretical analysis shows that, compared to the existing algorithms, pPOP achieves CPU time speed-up and memory scale-down of O(c) without compromising accuracy where c is the number of cells in the partition. A shared memory implementation shows that pPOP outperforms existing algorithms significantly.