Categorical data clustering: 25 years beyond K-modes
Tai Dinh, Wong Hauchi, Philippe Fournier-Viger, Daniil Lisik, Minh-Quyet Ha, Hieu-Chi Dam, Van-Nam Huynh
TL;DR
This survey traces 25 years of categorical data clustering, from the K-modes inception to contemporary hybrids, subspace, graph-based, and language-model–informed methods. It organizes algorithms into a coherent taxonomy, connects them to data sources and validation metrics, and surveys cross-domain applications. By comparing open-source implementations on standard datasets, it assesses practical performance and reproducibility while outlining persistent challenges like distance definitions, high dimensionality, and scalability. The paper highlights trends toward hybrid models, graph mining, parallel processing, and LLM-assisted labeling as key directions for impactful, interpretable clustering of categorical data. Overall, it provides a rigorous, action-oriented roadmap for researchers and practitioners working with categorical data.
Abstract
The clustering of categorical data is a common and important task in computer science, offering profound implications across a spectrum of applications. Unlike purely numerical data, categorical data often lack inherent ordering as in nominal data, or have varying levels of order as in ordinal data, thus requiring specialized methodologies for efficient organization and analysis. This review provides a comprehensive synthesis of categorical data clustering in the past twenty-five years, starting from the introduction of K-modes. It elucidates the pivotal role of categorical data clustering in diverse fields such as health sciences, natural sciences, social sciences, education, engineering and economics. Practical comparisons are conducted for algorithms having public implementations, highlighting distinguishing clustering methodologies and revealing the performance of recent algorithms on several benchmark categorical datasets. Finally, challenges and opportunities in the field are discussed.
