LGOct 31, 2024

K-Means Clustering With Incomplete Data with the Use of Mahalanobis Distances

arXiv:2411.00870v21 citations
Originality Incremental advance
AI Analysis

This work addresses clustering with missing features, a common issue in real-world applications, but is incremental as it builds on prior unified imputation-clustering approaches.

The paper tackled clustering with incomplete data by developing a unified K-means algorithm using Mahalanobis distances, which outperformed existing methods on synthetic and IRIS datasets with improvements in ARI and NMI metrics.

Effectively applying the K-means algorithm to clustering tasks with incomplete features remains an important research area due to its impact on real-world applications. Recent work has shown that unifying K-means clustering and imputation into one single objective function and solving the resultant optimization yield superior results compared to handling imputation and clustering separately. In this work, we extend this approach by developing a unified K-means algorithm that incorporates Mahalanobis distances, instead of the traditional Euclidean distances, which previous research has shown to perform better for clusters with elliptical shapes. We conducted extensive experiments on synthetic datasets containing up to ten elliptical clusters, as well as the IRIS dataset. Using the Adjusted Rand Index (ARI) and Normalized Mutual Information (NMI), we demonstrate that our algorithm consistently outperforms both standalone imputation followed by K-means (using either Mahalanobis or Euclidean distance) and K-Means with Incomplete Data, the recent K-means algorithms that integrate imputation and clustering for handling incomplete data. These results hold across both the IRIS dataset and randomly generated data with elliptical clusters.

Foundations

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

Your Notes