Research Article Open Access

Modified ACS Centroid Memory for Data Clustering

Ayad Mohammed Jabbar1, Ku Ruhana Ku-Mahamud2 and Rafid Sagban3
  • 1 Shatt Al-Arab University College, Iraq
  • 2 Universiti Utara Malaysia, Malaysia
  • 3 University of Babylon, Iraq

Abstract

Ant Colony Optimization (ACO) is a generic algorithm, which has been widely used in different application domains due to its simplicity and adaptiveness to different optimization problems. The key component that governs the search process in this algorithm is the management of its memory model. In contrast to other algorithms, ACO explicitly utilizes an adaptive memory, which is important to its performance in terms of producing optimal results. The algorithm’s memory records previous search regions and is fully responsible for transferring the neighborhood of the current structures to the next iteration. Ant Colony Optimization for Clustering (ACOC) is a swarm algorithm inspired from nature to solve clustering issues as optimization problems. However, ACOC defined implicit memory (pheromone matrix) inability to retain previous information on an ant’s movements in the pheromone matrix. The problem arises because ACOC is a centroid-label clustering algorithm, in which the relationship between a centroid and instance is unstable. The label of the current centroid value changes from one iteration to another because of changes in centroid label. Thus the pheromone values are lost because they are associated with the label (position) of the centroid. ACOC cannot transfer the current clustering solution to the next iterations due to the history of the search being lost during the algorithm run. This study proposes a new centroid memory (A-ACOC) for data clustering that can retain the information of a previous clustering solution. This is possible because the pheromone is associated with the adaptive instance and not with label of the centroid. Centroids will be identified based on the adaptive instance route. A comparison of the performance of several common clustering algorithms using real-world data sets shows that the accuracy of the proposed algorithm surpasses those of its counterparts.

Journal of Computer Science
Volume 15 No. 10, 2019, 1439-1449

DOI: https://doi.org/10.3844/jcssp.2019.1439.1449

Submitted On: 18 July 2019 Published On: 11 October 2019

How to Cite: Jabbar, A. M., Ku-Mahamud, K. R. & Sagban, R. (2019). Modified ACS Centroid Memory for Data Clustering. Journal of Computer Science, 15(10), 1439-1449. https://doi.org/10.3844/jcssp.2019.1439.1449

  • 3,187 Views
  • 1,293 Downloads
  • 0 Citations

Download

Keywords

  • Data Clustering
  • Swarm Intelligence
  • Optimization Based-Clustering
  • Ant Colony Optimization