Bacterial foraging optimization based brain magnetic resonance image segmentation
This work addresses brain MRI segmentation for medical imaging analysis, but it is incremental as it applies an existing optimization method to a known problem.
The paper tackled brain MRI segmentation by using bacterial foraging optimization with multilevel Otsu thresholding, resulting in a technique that outperformed traditional edge detectors like Canny and Sobel in evaluation metrics such as figure of merit, Rand Index, and variation of information.
Segmentation partitions an image into its constituent parts. It is essentially the pre-processing stage of image analysis and computer vision. In this work, T1 and T2 weighted brain magnetic resonance images are segmented using multilevel thresholding and bacterial foraging optimization (BFO) algorithm. The thresholds are obtained by maximizing the between class variance (multilevel Otsu method) of the image. The BFO algorithm is used to optimize the threshold searching process. The edges are then obtained from the thresholded image by comparing the intensity of each pixel with its eight connected neighbourhood. Post processing is performed to remove spurious responses in the segmented image. The proposed segmentation technique is evaluated using edge detector evaluation parameters such as figure of merit, Rand Index and variation of information. The proposed brain MR image segmentation technique outperforms the traditional edge detectors such as canny and sobel.