Robust Categorical Data Clustering Guided by Multi-Granular Competitive Learning
Shenghong Cai, Yiqun Zhang, Xiaopeng Luo, Yiu-Ming Cheung, Hong Jia, Peng Liu
TL;DR
This work tackles clustering of purely categorical data, where the implicit distance space creates nested, multi-granular cluster structures that are hard to capture with traditional methods. It introduces MCDC, a two-stage framework combining MGCPL (multi-granular competitive penalization learning) to uncover a hierarchy of granular partitions and CAME (cluster aggregation based on MGCPL encoding) to encode these multi-granular affiliations into embeddings for final clustering. The approach yields automatic discovery of multiple valid clusterings, robust performance across diverse domains, and linear-time scalability suitable for large datasets and pre-partitioning in distributed settings. Empirical results on real and synthetic data demonstrate consistent improvements over state-of-the-art methods, with statistical significance and strong ablation support for the contribution of both MGCPL and CAME components.
Abstract
Data set composed of categorical features is very common in big data analysis tasks. Since categorical features are usually with a limited number of qualitative possible values, the nested granular cluster effect is prevalent in the implicit discrete distance space of categorical data. That is, data objects frequently overlap in space or subspace to form small compact clusters, and similar small clusters often form larger clusters. However, the distance space cannot be well-defined like the Euclidean distance due to the qualitative categorical data values, which brings great challenges to the cluster analysis of categorical data. In view of this, we design a Multi-Granular Competitive Penalization Learning (MGCPL) algorithm to allow potential clusters to interactively tune themselves and converge in stages with different numbers of naturally compact clusters. To leverage MGCPL, we also propose a Cluster Aggregation strategy based on MGCPL Encoding (CAME) to first encode the data objects according to the learned multi-granular distributions, and then perform final clustering on the embeddings. It turns out that the proposed MGCPL-guided Categorical Data Clustering (MCDC) approach is competent in automatically exploring the nested distribution of multi-granular clusters and highly robust to categorical data sets from various domains. Benefiting from its linear time complexity, MCDC is scalable to large-scale data sets and promising in pre-partitioning data sets or compute nodes for boosting distributed computing. Extensive experiments with statistical evidence demonstrate its superiority compared to state-of-the-art counterparts on various real public data sets.
