AIApr 27, 2023

High-dimensional Clustering onto Hamiltonian Cycle

arXiv:2304.14531v212 citationsh-index: 109
AI Analysis

This addresses the need for better visualization in clustering for data analysts, though it appears incremental as it builds on existing clustering methods.

The paper tackles the problem of visualizing cluster similarities and outliers in high-dimensional clustering by proposing the HCHC framework, which maps clusters onto a Hamiltonian cycle and a circle to simultaneously display clusters, their similarities, and outliers, with experiments showing its superiority.

Clustering aims to group unlabelled samples based on their similarities. It has become a significant tool for the analysis of high-dimensional data. However, most of the clustering methods merely generate pseudo labels and thus are unable to simultaneously present the similarities between different clusters and outliers. This paper proposes a new framework called High-dimensional Clustering onto Hamiltonian Cycle (HCHC) to solve the above problems. First, HCHC combines global structure with local structure in one objective function for deep clustering, improving the labels as relative probabilities, to mine the similarities between different clusters while keeping the local structure in each cluster. Then, the anchors of different clusters are sorted on the optimal Hamiltonian cycle generated by the cluster similarities and mapped on the circumference of a circle. Finally, a sample with a higher probability of a cluster will be mapped closer to the corresponding anchor. In this way, our framework allows us to appreciate three aspects visually and simultaneously - clusters (formed by samples with high probabilities), cluster similarities (represented as circular distances), and outliers (recognized as dots far away from all clusters). The experiments illustrate the superiority of HCHC.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes