88
"optimal" number of clusters. According to Liew et al. [2000], due to the
incorporation of spatial information, this approach is faster, less sensitive to noise and
more suitable for arbitrary shaped clusters than FCM.
Lim and Lee [1990] proposed a two-stage process called thresholding and
FCM. In the first stage, a coarse segmentation is obtained by smoothing the histogram
of each color component by a Gaussian convolution. Thresholds are set as the valleys
of the smoothed histograms (the valleys are obtained using the first and second
derivative of the smoothed histograms). A safe area around each threshold is
determined. Each pixel outside these safe areas is assigned to a cluster according to its
red, green and blue values. Cluster centroids are then calculated. In the second stage, a
fine segmentation is obtained by assigning pixels in safe areas to their closest clusters
as determined from the fuzzy membership functions. One advantage of this approach
is that it dynamically determines the number of clusters. However, the number of
clusters obtained is significantly affected by the smoothing function parameter and the
size of the safe area [Turi 2001].
Color image segmentation using competitive learning based on the least-
squares criterion was proposed by Uchiyama and Arbib [1994]. An image
segmentation approach based on the mean shift algorithm was proposed by
Comaniciu and Meer [1997]. Shi and Malik [1997] addressed image segmentation
using clustering as a graph partitioning problem.
Zhang et al. [2001] proposed a hybrid approach combining hidden Markov
random field (HMRF) and the EM algorithm to segment brain magnetic resonance
(MR) images. A HMRF model is a stochastic process generated by a MRF. The
HMRF state sequence can be observed through a field of observations [Zhang et al.
2001]. An advantage of HMRF is that it encodes spatial information, which is very