A parameter-free clustering algorithm for missing datasets
Qi Li, Xianjun Zeng, Shuliang Wang, Wenhao Zhu, Shijie Ruan, Zhimeng Yuan
TL;DR
The paper tackles clustering on datasets with missing values without relying on imputations or tunable parameters. It introduces Single-Dimensional Clustering (SDC), which performs parameter-free, per-dimension decision-graph clustering and fuses results via partition intersection, augmented by gravity-based boundary contraction and a lightweight batch-density calculation to maintain efficiency. Key contributions include the first parameter-free approach for missing data, a novel partition-intersection fusion mechanism, a gravity-driven cluster-information enhancement, and an overall O((d+2)N log N) time complexity. Empirical results show SDC outperforms multiple baselines on NMI, ARI, and Purity across 13 missing-dataset benchmarks, with robust performance across varying missing rates. This work offers a scalable, parameter-free alternative for real-world incomplete data clustering.
Abstract
Missing datasets, in which some objects have missing values in certain dimensions, are prevalent in the Real-world. Existing clustering algorithms for missing datasets first impute the missing values and then perform clustering. However, both the imputation and clustering processes require input parameters. Too many input parameters inevitably increase the difficulty of obtaining accurate clustering results. Although some studies have shown that decision graphs can replace the input parameters of clustering algorithms, current decision graphs require equivalent dimensions among objects and are therefore not suitable for missing datasets. To this end, we propose a Single-Dimensional Clustering algorithm, i.e., SDC. SDC, which removes the imputation process and adapts the decision graph to the missing datasets by splitting dimension and partition intersection fusion, can obtain valid clustering results on the missing datasets without input parameters. Experiments demonstrate that, across three evaluation metrics, SDC outperforms baseline algorithms by at least 13.7%(NMI), 23.8%(ARI), and 8.1%(Purity).
