K-Means Clustering using Tabu Search with Quantized Means
Kojo Sarfo Gyamfi, James Brusey, Andrew Hunt

TL;DR
This paper introduces a low-complexity Tabu Search method for K-Means clustering that uses quantized means and gradient-based neighborhood exploration, improving clustering quality and reducing computation time.
Contribution
It presents a novel, parameter-light TS-based K-Means algorithm with a gradient-informed neighborhood structure, enhancing efficiency and performance over existing TS methods.
Findings
Significant reduction in intra-cluster sum of squares
Lower computational time compared to existing TS approaches
Effective on real-world datasets
Abstract
The Tabu Search (TS) metaheuristic has been proposed for K-Means clustering as an alternative to Lloyd's algorithm, which for all its ease of implementation and fast runtime, has the major drawback of being trapped at local optima. While the TS approach can yield superior performance, it involves a high computational complexity. Moreover, the difficulty in parameter selection in the existing TS approach does not make it any more attractive. This paper presents an alternative, low-complexity formulation of the TS optimization procedure for K-Means clustering. This approach does not require many parameter settings. We initially constrain the centers to points in the dataset. We then aim at evolving these centers using a unique neighborhood structure that makes use of gradient information of the objective function. This results in an efficient exploration of the search space, after which…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Clustering Algorithms Research · Face and Expression Recognition · Metaheuristic Optimization Algorithms Research
MethodsSpatio-temporal stability analysis
