Fast Image Segmentation Based on Improved FCM

SUN Yi-feng,WANG Xiang-yang,WANG Chun-hua
2008-01-01
Abstract:Fuzzy c-means (FCM) clustering is one of well-known unsupervised clustering techniques,which has been widely used in automated image segmentation. However,when the classical FCM algorithm is used for image segmentation,there are also some problems,such as the heavy calculating burden. In this paper,we present an efficient algorithm to implement a FCM clustering that produces clusters comparable to slower methods. In our algorithm,we partition the original image dataset into unit blocks,mark the blocks by area quantization and cluster the centroids of the unit blocks. In this way,we can dramatically reduce the time for calculating final converged centroids. Experiments show that this algorithm produces comparable clustering results as FCM algorithm,but has much faster computation speed than classical FCM algorithm.
What problem does this paper attempt to address?