Parallel Edge-Based Visual Assessment of Cluster Tendency on GPU

Tao Meng,Bo Yuan
DOI: https://doi.org/10.1007/s41060-018-0100-7
2018-01-01
International Journal of Data Science and Analytics
Abstract:The visual assessment of (cluster) tendency (VAT) algorithm is an effective tool for investigating cluster tendency, which produces an intuitive image of matrix as the representation of complex datasets. The improved VAT (iVAT) incorporates a path-based distance metric into VAT to improve its effectiveness on complex-shaped datasets. The efficient formulation of the iVAT algorithm (efiVAT) further reduces the computational complexity of iVAT from O(N^3) to O(N^2) . In this paper, we propose eVAT, an edge-based algorithm that can replicate the output of efiVAT but is more efficient and more suitable for parallelism. We also propose a parallel scheme to accelerate eVAT using NVIDIA GPU and CUDA architecture. We show that, on a range of datasets, the GPU-based eVAT features good scalability and can achieve significant speedups.
What problem does this paper attempt to address?