HOME JOURNALS CONTACT

Journal of Applied Sciences

Year: 2015 | Volume: 15 | Issue: 1 | Page No.: 100-109
DOI: 10.3923/jas.2015.100.109
MRI Brain Segmentation Using a Hybrid Artificial Bee Colony Algorithm with Fuzzy-C Mean Algorithm
Mutasem K. Alsmadi

Abstract: In the field of medical image processing, image segmentation plays important role in extracting significant and reliable features in order to determine the tumor regions in the Magnetic Resonance Images (MRI). Where brain image segmentation is considered as an interesting and difficult issue in this field. In this study a new automatic and intelligent clustering approach is proposed for the segmentation of brain tumor using the hybridization of Fuzzy C-mean and Artificial Bee Colony algorithms (FCMABC), in order to enhance the ability of the FCM to segment the MRI brain image, extract the appropriate number of cluster centres (tumor region) and the number of abnormal cells (multiple sclerosis lesions) in each cluster using automatic and dynamic way. A comparative analysis was conducted between the proposed algorithm and traditional FCM. The experimental results showed the efficiency of the proposed FCMABC in improving the performance of traditional FCM in terms of the clustering accuracy. Moreover, the proposed algorithm is more robust and effective against noise, when compared with the traditional FCM.

Fulltext PDF Fulltext HTML

How to cite this article
Mutasem K. Alsmadi , 2015. MRI Brain Segmentation Using a Hybrid Artificial Bee Colony Algorithm with Fuzzy-C Mean Algorithm. Journal of Applied Sciences, 15: 100-109.

Keywords: Artificial bee colony algorithms, fuzzy C-means and automatic brain MRI segmentation and dynamic fuzzy clustering

INTRODUCTION

Now-a-days in the field of medical image processing MRI brain image segmentation has been conducted for several clinical applications with varity of difficulties (Alia et al., 2011; Zanaty and Aljahdali, 2010; Zhang et al., 2008). Where in the MRI a dynamic segmentation process is very valuable for research and clinical work in the neurological pathology science. Therefore, in different tissue classes White Matter (WM), Gray Matter (GM) and Cerebro Spinal Fluid (CSF) of brain MRI accurate segmentation process is very important issue for the prognosis and diagnosis of certain diseases. Nevertheless, it remains a frequent problem. The main drawback of MRI segmentation is that MRI may be corrupted with a bias field smooth inhomogeneity (Heinonen et al., 1998). Recently, a number of methods have been developed to overcome the complexity of the segmentation process such as boundary-based methods (Ashtari et al., 1990; Atkins and Mackiewich, 1998) classification-based methods (Bezdek et al., 1993; Dou et al., 2007) and others (Beevi and Sathik, 2012; Clark et al., 1997).

Moreover, the need for developing such algorithms to assist the segmentation and analysis processes of the medical images has become obvious with the increasing size and number of medical images (Pham et al., 2000). Image segmentation plays an important role in a vast number of biomedical imaging applications such as diagnosis (Taylor, 1995), computer integrated surgery (Ayache et al., 1996; Grimson et al., 1997), quantification of tissue volumes (Lawrie and Abukmeil, 1998) and treatment planning (Khoo et al., 1997).

Segmentation process of the medical images is the essential and initial step in several medical image quantization and analysis approaches. Which is considered as important and challenging problem. Thus, the task of segmentation became extremely difficult due to the difficulty of medical images and the absence of the anatomical models that completely capture the potential deformations in each structure. The successful segmentation of medical images is one of the most significant tasks for various applications in the medical field (Beevi and Sathik, 2012).

FCM clustering is unsupervised algorithm and the most popular fuzzy clustering approach. FCM algorithm has been used in many image segmentation applications such as MRI clustering as in (Alia et al., 2011), because FCM could retain more data than fragile clustering methods. For images with low levels of noise and noise-free images, the traditional FCM can obtain better results. But, in the segmentation process of noise-corrupted images, the traditional FCM have several drawbacks, such as vulnerability to initialization sensitivity, getting stuck in the local minima and low convergence rate (Alomoush et al., 2014).

According to previous studies, fuzzy-based segmentation methods are the most suitable and efficient methods to solve the MRI images segmentation problems, since the majority of the MRI images have indistinct boundaries between segmented clusters (regions). In the medical field applications, fuzzy clustering methods are the most widely used methods (Alia et al., 2011; Balafar et al., 2010; Hore et al., 2009), that have shown great potency due to the ability of these methods to naturally handle such dataset traits (characteristics).

In real dataset the use of the clustering method is inappropriate, especially when there are no clear boundaries between the determined clusters (regions). Later, after introducing the fuzzy set concept (Zadeh, 1965), many researchers considered the combination between the principle and concept of fuzzy with clustering methods in order to solve data uncertainty problems (Ouadfel and Meshoul, 2012).

Clustering is an unsupervised learning technique that have been used for several applications in market segmentation, bioinformatics, machine learning and other fields. The goal of the fuzzy clustering techniques is to identify each element in each different cluster with different relationship degrees (Hashmi et al., 2013).

Many researchers in the field of the medical image segmentation have triggered intense investigations to improve and enhance the performance of the traditional FCM algorithm. Generally, the reason behind the previous drawbacks is the disclosure of greedy search behaviour via the fuzzy C-mean clustering algorithm which just lead to cause trapping in the local optima (Karaboga and Ozturk, 2011). Subsequently, the selection of unsuitable initial cluster centres usually lead to undesired clustering results. Therefore; in order to solve these issues many researchers combined the traditional FCM algorithm with one of the metaheuristic search optimization algorithms which may lead to obtain the global optimal solution (Alomoush et al., 2014; Kao et al., 2008). Moreover, there is no proof that metaheuristic algorithms always yield the accurate solutions. But; they normally yield near-optimal or substantial solutions.

Recently, numerous metaheuristic algorithms have been developed and incorporated with FCM clustering algorithm to obtain the optimal cluster centres (Alomoush et al., 2014). Where these metaheristic search algorithms (such as harmony search, ant colony algorithm, genetic algorithm, genetic algorithm and tabu search) explore the whole search space to decide the possible and good solutions (Alsmadi et al., 2011, 2012; Badawi et al., 2013).

Despite the promising results of these algorithms, different metaheuristic algorithms must be established to successfully improve and enhance the accuracy of the clustering results (Alia et al., 2011).

This study explores the ability of the hybrid Artificial Bee Colony (ABC) with FCM to solve the MRI images segmentation problems, where these problems are very difficult due to the complicated nature of the Magnetic Resonance Images.

MATERIALS AND METHODS

Fuzzy-C mean clustering algorithm: Multiple feature spaces are used to any image, FCM clustering algorithm identifies and categorizes the image through grouping similar data elements into clusters (with different of relationship degrees) (Hung and Yang, 2001). The clustering process of the FCM is accomplished by an iterative process that has the capability to locally minimize the objective function as follow:

(1)

The cluster center C is denoted as {Vi}c j =1 and m is any integer value more than 1 and denoted as mε[1,∞), ||·|| denotes any inner-product norm refers to the similarity between data points xi and the j-th cluster centres. The membership degree of xi in the cluster j is represented as Uij, xi is the i-th pattern of D-dimensional measured data, the cluster d-dimension center is denoted as vj.

The pseudo-code of the FCM algorithm is described as the following:

Step 1: Initialize with c random preliminary cluster and their centers for each generation
Step 2: For each data point calculate the membership grade in each cluster
Step 3: For each generation, cluster centers are updated
Step 4: Steps 2 and 3 will be repeated until no more variation in the cluster centres, then, FCM clustering algorithm will be terminated

Fuzzy partitioning will be achieved by an iterative optimization process of the above objective function, as well as recalculating the membership Uij and cluster center vj using the following equations:

(2)

(3)

When the cluster centers values are constant, the FCM algorithm will be terminated (Alia et al., 2011; Alomoush et al., 2014).

Artificial Bee Colony (ABC): Artificial Bee Colony (ABC) algorithm is a new and powerful population-based meta-heuristic algorithm inspired by the rummaging behaviour of bees, proposed recently by Karaboga. The ABC is used for solving the numerical optimization and unconstrained difficulties (Abraham et al., 2012; Balasubramani and Marcus, 2013). Since ABC algorithm is easy to implement, highly flexible, simple in concept, has few setting parameters, many researchers have widely used ABC algorithms for various optimization problems, such as (Abraham et al., 2012; Balasubramani and Marcus, 2013; Karaboga and Akay, 2009) and showed superior performance compared with other optimization algorithms.

An appropriate solution to solve the optimization problems can be obtained using the ABC algorithm which is performed using the location of the food source and the fitness of the identical solution using the amount of nectar of the food source (Balasubramani and Marcus, 2013; Tuba, 2012). Therefore, the available number of solutions will be equal to the employed number of bees. ABC algorithm is an iterative procedure which starts by linking every single employed bee with one food source which is randomly generated. Each employed bee discovers a food source in the neighborhood of its present food source and calculates its amount of nectar (fitness). If the new nectar content (fitness value) is better compared with currently linked food source, then employed bees travel to that new determine food source and giving up the old one, else retains the old food source. Subsequently, watching the movement of the employed bees, the information will be shared with onlooker, therefore, every onlooker bee travels to the food source and region according to the probability which is illustrated by Eq. 4:

(4)

The new exploited food source by onlooker bee is denoted as Vi,j and k represents the solution in the neighborhood of i, j represents the dimension (magnitude) of the problem considered and r represents a random number between -1 to 1 (Eq. 5):

(5)

where, the whole number of food sources is denoted as SN, fitness value is denoted as fiti and updated by using Eq. 6:

(6)

Determine the deserted (abandoned) solution “Food source”, if exists and change it with a new solution “random solution” Xij for the scout by using Eq. 7:

(7)

Figure 1 shows the general structure of ABC algorithm (Hancer et al., 2013).

The ABC algorithm pseudo code is given below (Ouadfel and Meshoul, 2012):


Fig. 1: General structure of ABC algorithm (Hancer et al., 2013)

Artificial Bee Colony Algorithm Based Fuzzy C-Mean Clustering (FCMABC): The aim of the study is to develop a dynamic and automatic clustering technique in order to enhance the segmentation process of the MRI brain images and treat the drawbacks of the traditional FCM using the modified ABC algorithm to automatically determine the accurate location and number of the tumor cluster centres and the number of pixels (cells) in tumor cluster in the multiple sclerosis lesions (abnormal MRI images).

Figure 2 shows the steps of the segmentation process of the proposed FCMABC algorithm.

The following is the pseudo-code of the proposed FCMABC algorithm:

The differences between the traditional algorithms (FCM and ABC) and the proposed algorithm (FCMABC) are that the proposed algorithm has a matrix (ci), that speeds up the calculation of the probability value, also beside the objective function of the FCM the following rule for finding the tumor intensities is used, in order to increase the efficacy of the proposed algorithm and accurately extract the appropriate number of cluster centres (tumor region) and the number of abnormal cells (multiple sclerosis lesions) in each cluster using automatic and dynamic way.

Fig. 2: Segmentation process of the FCMABC

If (pixel (i,j).B ≤ 136 and pixel(i,j). B ≥109) and pixel (i,j). G <135 and pixel(i,j). G >115 and the sum of the RGB is not equal 393, 384, 411, 366, 309

F(x) = (pixel (i,j)1, pixel (i,j)2…..pixel (i,j)n)

For further explanation about the above rule refer to (Alsmadi, 2014).

RESULTS AND DISCUSSION

In this section, the performance of the proposed FCMABC algorithm was indicated using simulated and real MRI brain data which were collected from (BrainWeb, 2003; IBSR., 2005). In all experiments, the proposed algorithm FCMABC has run for 2500 cycles and the colony size is 50 bees.

Experimental results based on simulated brain data: A 3D simulated MRI brain volumes are used in this study with three parameter settings (BainWeb, 2003) which are 20% intensity non-uniformity (RF), T1 modality, 3% noise and slice thickness equal to 1 mm. each volume contains 181 brain images with voxel size of 1x1x1 mm3 and all the images have a size of 181x217.

When FCMABC algorithm do the segmentation process, it segments the MRI brain images into number of clusters, where the segmentation process is achieved using the intensity values of the cluster pixels as a feature space.

The ground truth image will be used in order to compare against the output image (segmented image). Qualitative and quantitative judgment with other state-of-the-art techniques was conducted for the proposed FCMABC algorithm.

Table 1: FCMABC parameters evolution

Table 2: Classification accuracy rate (MS), the obtained number of tumor clusters and cells in the abnormal MRI brain image using abnormal and normal MRI brain images by FCMABC

The simulated data consists of 5 abnormal brain images (represented as ANI) and 5 normal brain images (represented as NI). Therefore, the median, mean and standard deviation, best and worst of the objective function for the proposed FCMABC algorithm are indicated in Table 1.

The obtained values of the mean, median, standard deviation, worst and best values illustrate the effectiveness of the proposed FCMABC using the normal and abnormal brain images. Therefore, regarding to the minimization problems all of the obtained results are near to the optimal value. Moreover, the proposed algorithm successfully determined the appropriate number of tumor clusters and cells in the abnormal images as shown in Table 2.

In this study, quantization index was used in order to evaluate the obtained results and the performance of the proposed FCMABC using the classification accuracy rate. The rate of classification accuracy will be calculated utilizing the similarity between the clustered image that obtained using the proposed method and ground truth image that provided by BrainWeb (2003). Minkowski Score (MS) (Alia et al., 2011) is the quantization index that used in this work. The MS was calculated using the following equation.

The Minkowski Score (MS) quantization index was used in this study in order to evaluate the performance and the obtained results of the proposed FCMABC algorithm using the classification accuracy rate. The following equation was used to calculate the MS.

(8)

where, T represents the ground truth image partitioning matrix and S represents the segmented image partitioning matrix. The n11 denotes the pairs of elements in the same cluster in both T and S.

The n01 denotes the elements number of pair’s in the same cluster in S only and the n10 denotes the number of pair’s in T in the same cluster. The least value of the MS is the best matching between the ground truth image and segmented image using FCMABC. The optimal value for MS is 0.

The obtained classification accuracy rate results show the capability of the proposed FCMABC algorithm in obtaining accurate segmentation results. Table 2 illustrates the number of tumor clusters and cells and the classification accuracy rate. The calculation of the classification accuracy rate was done based on the original normal (A40, A64, A102, A91 and A51), original abnormal (A110, A99, A40, A102 and A103) MRI images and their ground truth (GT40, GT64, GT99, GT102, GT103 and GT110) MRI images. Therefore, FCMABC accurately determines the appropriate number of tumor cells and clusters. For example, the number of tumor clusters and cells in the abnormal MRI image (A-GA103) are 7 and 70, respectively.

In order to measure the effectiveness of the proposed FCMABC algorithm a cluster validation experiments were conducted in this work. This experiments utilized some quality measurements and external criterion namely; F-measure, Rand measure, Confusion matrix measures and Jaccard index (Alsmadi, 2014). Therefore, the similarity between the original abnormal MRI image and its ground truth image are used in the validation clustering experiments. Where these experiments measure how the segmented image is comparable to the ground truth image. The validation experiments results show the ability and efficacy of the proposed FCMABC algorithm in obtaining more accurate segmentation results compared with traditional FCM algorithm regarding to the minimization problems as shown in Table 3.

Figure 3 and 4 shows the segmented abnormal MRI simulated brain images using the traditional FCM and the proposed FCMABC algorithm, respectively. Therefore, the proposed FCMABC algorithm successfully segmented the MRI image and determined the tumor pixels more efficiently than the traditional FCM algorithm. Thus, the proposed FCMABC algorithm improved and enhanced the ability of the traditional FCM to automatically extract the appropriate number of cluster centres (tumor region) and the number of abnormal cells (multiple sclerosis lesions) in each cluster using automatic and dynamic way.

Real brain data experimental results: In this section, a group of 3D real MRI brain images were used to evaluate the proposed FCMABC algorithm, 20 abnormal MRI brain images are included in this group with their corresponding ground truth images. These images were obtained from Internet brain segmentation repository (IBSR., 2005).

The images that were used have a size of 181*217 and every image contains different tissue types depending on the brain image axial location. Figure 5 shows the segmented real abnormal MRI brain images using the FCM and the proposed FCMABC algorithm, respectively. The results obtained by the proposed FCMABC indicate the success of the algorithm in determining the tumor site clearly compared with the ground truth image. Therefore, the proposed FCMABC algorithm successfully segmented the MRI image and determined the tumor pixels more efficiently than the traditional FCM algorithm. Thus, the proposed FCMABC algorithm significantly improve and enhance the ability of the traditional FCM.

Table 3: Obtained results by the validation measures

Fig. 3(a-d):
Segmentation results of the FCM and FCMABC algorithms (based on simulated data) (BainWeb, 2003) (a) Original abnormal simulated MRI brain image (slice 103), (b) Segmented results by FCM, (c) Segmented results by FCMABC and (d) Ground truth abnormal MRI brain image (slice 103)

Fig. 4(a-d):
Segmentation results of the FCM and FCMABC algorithms (based on simulated data) (BainWeb, 2003), (a) Original abnormal simulated MRI brain image (slice 99), (b) Segmented results by FCM, (c) Segmented results by FCMABC and (d) Ground truth abnormal MRI brain image (slice 99)

Fig. 5(a-d):
Segmentation results of the FCM and FCMABC algorithms (based on real data) (IBSR., 2005), (a) Original abnormal real MRI brain image obtain from IBSR, (b) Segmented results by FCM, (c) Segmented results by FCMABC and (d) Ground truth abnormal real MRI brain image

FCMABC execution time: The execution time for finding the near-optimal number of the tumor clusters and cells for both real and simulated abnormal MRI brain images was calculated which was less than 1 min.

Comparison with state-of art studies: The results of the proposed algorithm were compared with the traditional FCM and DCHS algorithm in Alia et al. (2011), it can be inferred from the obtained results of the traditional FCM that the proposed FCMABC algorithm outperforms the traditional FCM in all cases (cluster validation experiments and experiments based on simulated and real data). The researchers in Alia et al. (2011) concentrated in their work on obtaining the near optimal number of clusters as well as the location of these cluster centers. Whilst; this research concentrates on automatically extracting the appropriate number of cluster centres (tumor region) and the number of abnormal cells (multiple sclerosis lesions) in each cluster using automatic and dynamic way.

Therefore, the proposed FCMABC algorithm successfully determined the appropriate number of tumor clusters and cells in the abnormal MRI images in an automatic and dynamic way.

CONCLUSION

A novel segmentation based clustering algorithm were proposed in this study which is FCMABC based on the hybridization of FCM algorithm with modified ABC algorithm. Thus, the experimental results based on real and simulated MRI brain images show the effectiveness of the proposed FCMABC algorithm which has the ability to automatically segment the MRI brain images and effectively determine the appropriate number of tumor clusters and cells in the real and simulated abnormal MRI brain images without any prior information. Moreover, the proposed FCMABC has the capability to avoid the weaknesses of the fuzzy clustering algorithms, such as getting stuck in the local minima and low convergence rate. Due to the artefact (such as noise and outliers) and the high invariability of MRI brain images, finding the tumor intensities was the main limitation of this research.

ACKNOWLEDGMENT

Many thanks to the Deanship of Scientific Research at the University of Dammam. Where this research is funded by University of Dammam, Grant titled “MRI Image Segmentation using a Hybrid of Two Meta-heuristic Algorithms with Fuzzy C-Means Algorithm for Brain Tumor Detection and diagnosis” under Grant No. 2013112.

REFERENCES

  • Abraham, A., R.K. Jatoth and A. Rajasekhar, 2012. Hybrid differential artificial bee colony algorithm. J. Comput. Theor. Nanosci., 9: 249-257.
    CrossRef    Direct Link    


  • Alia, O.M., R. Mandava and M.E. Aziz, 2011. A hybrid harmony search algorithm for MRI brain segmentation. Evol. Intell., 4: 31-49.
    CrossRef    Direct Link    


  • Alomoush, W.K., S.N.H.S. Abdullah, S. Sahran and R.I. Hussain, 2014. Segmentation of MRI brain images using FCM improved by firefly algorithms. J. Applied Sci., 14: 66-71.
    CrossRef    Direct Link    


  • Alsmadi, M., K. Omar and I. Almarashdeh, 2012. Fish Classification: Fish Classification Using Memetic Algorithms with Back Propagation Classifier. LAP Lambert Academic Publishing, USA., ISBN: 9783848421671, Pages: 180


  • Alsmadi, M., K.B. Omar, S.A. Noah and I. Almarashdeh, 2011. A hybrid memetic algorithm with back-propagation classifier for fish classification based on robust features extraction from PLGF and shape measurements. Inform. Technol. J., 10: 944-954.
    CrossRef    Direct Link    


  • Alsmadi, M.K., 2014. A hybrid firefly algorithm with fuzzy-C mean algorithm for MRI brain segmentation. Am. J. Applied Sci., 11: 1676-1691.
    CrossRef    Direct Link    


  • Ashtari, M., J.L. Zito, B.I. Gold, J.A. Lieberman, M.T. Borenstein and P.G. Herman, 1990. Computerized volume measurement of brain structure. Invest. Radiol., 25: 798-805.
    PubMed    Direct Link    


  • Atkins, M.S. and B.T. Mackiewich, 1998. Fully automatic segmentation of the brain in MRI. IEEE Trans. Med. Imag., 17: 98-107.
    CrossRef    PubMed    Direct Link    


  • Ayache, N., P. Cinquin, I. Cohen, L. Cohen, F. Leitner and O. Monga, 1996. Segmentation of Complex Three-Dimensional Medical Objects: A Challenge and a Requirement for Computer-Assisted Surgery Planning and Performance. In: Computer-Integrated Surgery: Technology and Clinical Applications, Taylor, R.H. (Ed.). MIT Press, USA., pp: 59-74


  • Badawi, U.A., M.K.S. Alsmadi and M. Khalil, 2013. A hybrid memetic algorithm (Genetic alsorithm and Great Delugu Local search) with back-propagation classifier for fish recognition. Int. J. Comput. Sci. Issues, 10: 348-356.
    Direct Link    


  • BrainWeb, 2003. BrainWeb: Simulated MRI volumes for normal brain. Mcconnell Brain Imaging Centre, Montreal Neurological Institute, Mcgill University.


  • Balafar, M.A., A.R. Ramli, M.I. Saripan and S. Mashohor, 2010. Review of brain MRI image segmentation methods. Artif. Intell. Rev., 33: 261-274.
    CrossRef    Direct Link    


  • Balasubramani, K. and K. Marcus, 2013. Artificial bee colony algorithm to improve brain MR image segmentation. Int. J. Comput. Sci. Eng., 5: 31-36.
    Direct Link    


  • Beevi, Z. and M. Sathik, 2012. A robust segmentation approach for noisy medical images using fuzzy clustering with spatial probability. Int. Arab J. Inform. Technol., 9: 74-83.
    Direct Link    


  • Bezdek, J.C., L.O. Hall and L.P. Clarke, 1993. Review of MR image segmentation techniques using pattern recognition. Med. Phys., 20: 1033-1047.
    Direct Link    


  • Clark, M., L. Hall, D. Goldgof and M. Silbiger, 1997. Using Fuzzy Information in Knowledge Guided Segmentation of Brain Tumors. In: Fuzzy Logic in Artificial Intelligence Towards Intelligent Systems, Martin, T. and A. Ralescu (Eds.). Springer, New York, pp: 167-181


  • Dou, W., S. Ruan, Y. Chen, D. Bloyet and J.M. Constans, 2007. A framework of fuzzy information fusion for the segmentation of brain tumor tissues on MR images. Image Vision Comput., 25: 164-171.
    CrossRef    Direct Link    


  • Grimson, W.E.L., G.J. Ettinger, T. Kapur, M.E. Leventon, W.M. Wells III and R. Kikinis, 1997. Utilizing segmented MRI data in image-guided surgery. Int. J. Pattern Recogn. Artif. Intell., 11: 1367-1397.
    CrossRef    Direct Link    


  • Hancer, E., C. Ozturk and D. Karaboga, 2013. Extraction of brain tumors from MRI images with artificial bee colony based segmentation methodology. Proceedings of the International Conference on Electrical and Electronics Engineering, November 28-30, 2013, Bursa, pp: 516-520.


  • Hashmi, A., D. Gupta, Y. Upadhyay and S. Goel, 2013. Swarm intelligence based approach for data clustering. Int. J. Innovative Res. Stud., 2: 572-589.
    Direct Link    


  • Heinonen, T., P. Dastidar, H. Eskola, H. Frey, P. Ryymin and E. Laasonen, 1998. Applicability of semi-automatic segmentation for volumetric analysis of brain lesions. J. Med. Eng. Technol., 22: 173-178.
    CrossRef    Direct Link    


  • Hore, P., L.O. Hall, D.B. Goldgof, Y. Gu, A.A. Maudsley and A. Darkazanli, 2009. A scalable framework for segmenting magnetic resonance images. J. Signal Process. Syst., 54: 183-203.
    CrossRef    Direct Link    


  • IBSR., 2005. Internet brain segmentation repository. Technical Report, Massachusetts General Hospital, Center for Morphometric Analysis, September 2005.


  • Kao, Y.T., E. Zahara and I.W. Kao, 2008. A hybridized approach to data clustering. Expert Syst. Applic., 34: 1754-1762.
    CrossRef    Direct Link    


  • Karaboga, D. and B. Akay, 2009. A comparative study of artificial bee colony algorithm. Applied Math. Comput., 214: 108-132.
    CrossRef    Direct Link    


  • Karaboga, D. and C. Ozturk, 2011. A novel clustering approach: Artificial Bee Colony (ABC) algorithm. Applied Soft Comput., 11: 652-657.
    CrossRef    Direct Link    


  • Khoo, V.S., D.P. Dearnaley, D.J. Finnigan, A. Padhani, S.F. Tanner and M.O. Leach, 1997. Magnetic Resonance Imaging (MRI): Considerations and applications in radiotherapy treatment planning. Radiother. Oncol., 42: 1-15.
    CrossRef    Direct Link    


  • Lawrie, S.M. and S.S. Abukmeil, 1998. Brain abnormality in schizophrenia. A systematic and quantitative review of volumetric magnetic resonance imaging studies. Br. J. Psychiatry, 172: 110-120.
    CrossRef    Direct Link    


  • Hung, M.C. and D.L. Yang, 2001. An efficient fuzzy c-means clustering algorithm. Proceedings of the IEEE International Conference on Data Mining, November 29-December 2, 2001, San Jose, CA., pp: 225-232.


  • Ouadfel, S. and S. Meshoul, 2012. Handling fuzzy image clustering with a modified ABC algorithm. Int. J. Intell. Syst. Appl., 4: 65-74.
    Direct Link    


  • Pham, D.L., C. Xu and J.L. Prince, 2000. Current methods in medical image segmentation. Ann. Rev. Biomed. Eng., 2: 315-337.
    CrossRef    PubMed    Direct Link    


  • Taylor, P., 1995. Computer aids for decision-making in diagnostic radiology-a literature review. Br. J. Radiol., 68: 945-957.
    CrossRef    Direct Link    


  • Tuba, M., 2012. Artificial Bee Colony (ABC) algorithm exploitation and exploration balance. Ministry of Education and Science, Republic of Serbia, Project No. III-44006, pp: 252-257.


  • Zadeh, L.A., 1965. Fuzzy sets. Inform. Control, 8: 338-353.
    CrossRef    Direct Link    


  • Zanaty, E. and S. Aljahdali, 2010. Improving fuzzy algorithms for automatic magnetic resonance image segmentation. Int. Arab J. Inform. Technol., 7: 271-279.
    Direct Link    


  • Zhang, H., J.E. Fritts and S.A. Goldman, 2008. Image segmentation evaluation: A survey of unsupervised methods. Comput. Vision Image Understand., 110: 260-280.
    CrossRef    Direct Link    

  • © Science Alert. All Rights Reserved