MLLGJul 5, 2019

Hybridized Threshold Clustering for Massive Data

arXiv:1907.02907v1
Originality Incremental advance
AI Analysis

This addresses the problem of scalability for researchers and practitioners dealing with large datasets, though it is incremental as it builds on existing threshold clustering methods.

The paper tackles the computational and memory challenges of clustering massive datasets by proposing Iterative Hybridized Threshold Clustering (IHTC), which uses threshold clustering to reduce data into prototypes before applying traditional algorithms like k-means or HAC, resulting in substantially reduced run time and memory usage while preserving performance.

As the size $n$ of datasets become massive, many commonly-used clustering algorithms (for example, $k$-means or hierarchical agglomerative clustering (HAC) require prohibitive computational cost and memory. In this paper, we propose a solution to these clustering problems by extending threshold clustering (TC) to problems of instance selection. TC is a recently developed clustering algorithm designed to partition data into many small clusters in linearithmic time (on average). Our proposed clustering method is as follows. First, TC is performed and clusters are reduced into single "prototype" points. Then, TC is applied repeatedly on these prototype points until sufficient data reduction has been obtained. Finally, a more sophisticated clustering algorithm is applied to the reduced prototype points, thereby obtaining a clustering on all $n$ data points. This entire procedure for clustering is called iterative hybridized threshold clustering (IHTC). Through simulation results and by applying our methodology on several real datasets, we show that IHTC combined with $k$-means or HAC substantially reduces the run time and memory usage of the original clustering algorithms while still preserving their performance. Additionally, IHTC helps prevent singular data points from being overfit by clustering algorithms.

Foundations

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

Your Notes