LGNAJun 10, 2022

A new distance measurement and its application in K-Means Algorithm

arXiv:2206.05215v11 citationsh-index: 4
Originality Incremental advance
AI Analysis

This work addresses clustering challenges in high-dimensional data for machine learning practitioners, but it is incremental as it modifies an existing algorithm with a new distance metric.

The paper tackled the problem of K-Means clustering ignoring dataset structure by proposing a new distance measurement called view-distance, which improved classification accuracy and clustering effects on most tested datasets, including classical manifold learning datasets like S-curve and Swiss roll.

K-Means clustering algorithm is one of the most commonly used clustering algorithms because of its simplicity and efficiency. K-Means clustering algorithm based on Euclidean distance only pays attention to the linear distance between samples, but ignores the overall distribution structure of the dataset (i.e. the fluid structure of dataset). Since it is difficult to describe the internal structure of two data points by Euclidean distance in high-dimensional data space, we propose a new distance measurement, namely, view-distance, and apply it to the K-Means algorithm. On the classical manifold learning datasets, S-curve and Swiss roll datasets, not only this new distance can cluster the data according to the structure of the data itself, but also the boundaries between categories are neat dividing lines. Moreover, we also tested the classification accuracy and clustering effect of the K-Means algorithm based on view-distance on some real-world datasets. The experimental results show that, on most datasets, the K-Means algorithm based on view-distance has a certain degree of improvement in classification accuracy and clustering effect.

Foundations

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

Your Notes