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 the means are refined. The proposed scheme is implemented in MATLAB and tested on four real-world datasets, and it achieves a significant improvement over the existing TS approach in terms of the intra cluster sum of squares and computational time.
Original language | English |
---|---|
Title of host publication | Proceedings of the World Congress on Engineering and Computer Science 2016 |
Editors | Sio-Iong Ao, Craig C Douglas, W. S. Grundfest |
Publisher | Newswood Limited |
Pages | 426-432 |
Number of pages | 7 |
ISBN (Print) | 978-988-14047-1-8 |
Publication status | Published - 2016 |
Event | World Congress on Engineering and Computer Science 2016 - San Francisco, United States Duration: 19 Oct 2016 → 21 Oct 2016 Conference number: 24 http://www.iaeng.org/WCECS2016/ |
Publication series
Name | Lecture Notes in Engineering and Computer Science |
---|---|
ISSN (Print) | 2078-0958 |
ISSN (Electronic) | 2078-0966 |
Conference
Conference | World Congress on Engineering and Computer Science 2016 |
---|---|
Abbreviated title | WCECS 2016 |
Country/Territory | United States |
City | San Francisco |
Period | 19/10/16 → 21/10/16 |
Internet address |
Bibliographical note
All the papers in the online version are available freely with open access full-text content and permanent worldwide web link.Keywords
- Unsupervised learning
- Clustering
- K-Means
- Tabu Search