paper-with-me

Papers

Fast Clustering of Categorical Big Data

2025-02-10 · Bipana Thapaliya, Yu Zhuang

The K-Modes algorithm, developed for clustering categorical data, is of high algorithmic simplicity but suffers from unreliable performances in clustering quality and clustering efficiency, both heavily influenced by the choice of initial cluster centers. In this paper, we investigate Bisecting K-Modes (BK-Modes), a successive bisecting process to find clusters, in examining how good the cluster centers out of the bisecting process will be when used as initial centers for the K-Modes. The BK-Modes works by splitting a dataset into multiple clusters iteratively with one cluster being chosen and bisected into two clusters in each iteration. We use the sum of distances of data to their cluster centers as the selection metric to choose a cluster to be bisected in each iteration. This iterative process stops when K clusters are produced. The centers of these K clusters are then used as the initial cluster centers for the K-Modes. Experimental studies of the BK-Modes were carried out and were compared against the K-Modes with multiple sets of initial cluster centers as well as the best of the existing methods we found so far in our survey. Experimental results indicated good performances of BK-Modes both in the clustering quality and efficiency for large datasets.

📄 PDF Abstract BibTeX arXiv:2502.07081

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

nTreeClus: a Tree-based Sequence Encoder for Clustering Categorical Series

2021-02-20 · Hadi Jahanshahi, Mustafa Gokce Baydogan

The overwhelming presence of categorical/sequential data in diverse domains emphasizes the importance of sequence mining. The challenging nature of sequences proves the need for continuing research to find a more accurat…

ClusteringTime SeriesTime Series Analysis

Categorical data clustering: 25 years beyond K-modes

2024-08-30 · Tai Dinh, Wong Hauchi, Philippe Fournier-Viger, Daniil Lisik 외

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 …

Categorical data clusteringClustering

Categorical Unsupervised Variational Acoustic Clustering

2025-04-10 · Luan Vinícius Fiorio, Ivana Nikoloska, Ronald M. Aarts

We propose a categorical approach for unsupervised variational acoustic clustering of audio data in the time-frequency domain. The consideration of a categorical distribution enforces sharper clustering even when data po…

Clustering

Significance-Based Categorical Data Clustering

2022-11-08 · Lianyu Hu, Mudi Jiang, Yan Liu, Zengyou He

Although numerous algorithms have been proposed to solve the categorical data clustering problem, how to access the statistical significance of a set of categorical clusters remains unaddressed. To fulfill this void, we …

Categorical data clusteringClustering

Categorical anomaly detection in heterogeneous data using minimum description length clustering

2020-06-14 · James Cheney, Xavier Gombau, Ghita Berrada, Sidahmed Benabderrahmane

Fast and effective unsupervised anomaly detection algorithms have been proposed for categorical data based on the minimum description length (MDL) principle. However, they can be ineffective when detecting anomalies in h…

Anomaly DetectionClusteringUnsupervised Anomaly Detection