Abstract

After long-term clinical trials, MRI has been proven to be used in humans harmlessly, and it is popularly used in medical diagnosis. Although MR is highly sensitive, it provides abundant organization information. Therefore, how to transform the multi-spectral images which is easier to be used for doctor’s clinical diagnosis. In this thesis, the fuzzy bidirectional edge detection method is used to solve conventional SRG problem of growing order in the initial seed stages. In order to overcome the problems of the different regions, although it is the same Euclidean distance for region growing and merging process stages, we present the peak detection method to improve them. The standard deviation target generation process (SDTGP) is applied to guarantee the regions merging process does not cause over- or undersegmentation. Experimental results reveal that FISRG segments a multispectral MR image much more effectively than FAST and -means.

1. Introduction

Currently there are several common detection technologies like digitized X-ray photography (digital radiography, DR), fine needle aspiration cytology (fine needle aspiration cytology, FNAC), ultrasound testing (ultrasonic testing, UT), computed tomography scan (computed tomography, CT), magnetic resonance imaging techniques (magnetic resonance imaging, MRI), and so forth. In 1977, a brand new and has no medical radiation damage detection techniques (magnetic resonance imaging) in response born. MRI (magnetic resonance imaging) is not required under the developer and has been able to show a clearer tissue contrast image, with no ionizing radiation, noninvasiveness, and other characteristics, and is widely used in medical diagnosis and follow-up. Currently the use of MRI in the medical is very broad, such as tumor component analysis, stroke diagnosis, drawing blood, and spinal magnetic resonance diagrams. With advances in technology and medical knowledge accumulated experience, radiology medical research led to clinical diagnosis towards the era of digital technology, the medical image processing and compression techniques, in addition to reducing the burden of health care for pathologic interpretation and also enhancing the clinical diagnosis accuracy and objectivity, so the medical imaging related research not only improves quality of care, but also reflects its overall social value.

Currently, there are five methods adopted for segmentation: cluster-based segmentation, using common classification approaches to separate similar image data into clusters [13]; boundary-based segmentation, applied to calculate the edge gradient difference of each cluster [4, 5]; threshold-based segmentation, separating an image according to a threshold value [6]; region-based segmentation, whose greatest difference from cluster-based segmentation is the merging of small areas into blocks in accordance with the similarity of image data [7]; and hybrid-based segmentation, performed with both the edge gradient and region similarity taken into consideration.

Seeded region growing (SRG) is a hybrid-based segmentation algorithm put forward by Adams and Bischof in 1994 [8]. When this algorithm is applied, a seed is first sown in an area of interest. Then starting from the initial seed, pixels of higher similarity are merged to grow. When a region comes in contact with other regions during the growing process, this region will stop growing toward that direction and turns toward another direction to ensure there is no overlap between regions [9].

2. Multispectrum Images and Simulated Images

MRI has coronal, sagittal, and axial sections of three scan directions. In this paper we use the coronal section images, as shown in Figure 1. In accordance with the same parameters, Figure 2 lists the five brain MR images and the same section. PD weight spectrum is the main image of Band1 (proton density image, PDI) (the orientation parameter:  ms/25 ms). Band2, Band3, and Band4 are based on the weight class of T2 spectrum (T2 weighted image, T2WI) (the orientation parameters:  ms/50 ms,  ms/75 ms, and  ms/100 ms). and Band5 is based on T1 weighted images of the spectrum-based (T1 weighted image, T1WI) (the orientation parameter:  ms/11.9 ms). The classification of the brain is three main objectives of GM (gray matter), WM, and CSF (cerebral spinal fluid), shown in Figure 3.

3. Fuzzy Information Seeded Region Growing

3.1. Initial Seed Selection

We use fuzzy edge detection and fuzzy similarity computation to calculate and select appropriate initial seeds [10, 11]. First, a mask is applied to calculate the vector of each pixel in the image and the rate of neighboring pixels falling on the edge, as shown in Figure 4.

Directional edge can be broadly divided into four (90, 0, 45, 135), as calculated for each pixel is the edge of the extent; if there is no way considered borderline cases, subsequent connections will result in slight misjudgment occurred degree edge. Therefore, we have established eight masks in Figure 5; all the pixels from the entire image fall on the edge of the level. And the pixels in the mask are divided into two sets, as in the following Direction-1 to -4 descriptions:90 degrees (forward) 90 degrees (reverse) 0 degrees (forward) 0 degrees (reverse) 45 degrees (forward) 45 degrees (reverse) 135 degrees (forward) 135 degrees (reverse)

After defining the edge directions, formula (17) is applied to calculate the level of the vector of each pixel that belongs to an edge:

is the level of possible edge direction of sets and ; . and are, respectively, the mean values of the pixel vectors of sets and . The threshold value is adjusted according to the level of fineness of edge assessment. The threshold value here is set in accordance with experimental results. Presently, it is set at 30. Next, we use formulas (19) and (20) to figure out the maximum edge magnitude of the pixel point and its corresponding edge direction, and , respectively, represent the length and width of the image,

If , are the same maximum value with different directions, would be assigned any one of the directions with maximum value. To assess with more accuracy whether each pixel point falls on an edge, the possibility that the pixel point in question and the neighboring pixel points belong to edges should be taken into account,

After calculating all the pixels connected into edges, the edge magnitude of the entire image is processed as shown in formula (22) to obtain the magnitude of nonedges and facilitate further selection of seeds and evaluation of the region growing sequence,

In the first half of Section 3.2, the ratio of pixels in the entire image that belong to edges is calculated. Then, formula (23) is applied to calculate the similarity between all the pixel points and their neighboring pixel points. Then, the maximum similarity value 1 is deducted from the result of calculation so that the larger the similarity is, the larger the value will be. stands for the vector of the central point in the mask and is the mean value, where , and are nine pixels in the sliding window whose center is and their mean of vectors, respectively.

The initial seed should meet the requirement that its pixel point and the neighboring pixel points are highly similar [12] and it should not be on the edge [13]. The standard for selection of the initial seed is as shown in where is a threshold.

If the similarity between the nonedge magnitude of a pixel point in question and the neighboring region is larger than a certain threshold value , it means the pixel point is a seed of interest. The setting of the threshold value is modified according to the level of noise in the image.

3.2. Region Growing

The similarity of the pixel vectors of all the neighboring seeded regions is calculated with formula (25) and the results are recorded in list in ascending order. Pixels with the highest similarity are given priority to grow to the neighboring region and the representative values . are updated. stands for the number of seeded regions and is the mean value of the vectors of all the pixels in a certain seeded region,

represents the vector of the pixel in the list used for growing and is the smallest fuzzy similarity between pixel and number of neighboring seeded regions. If the pixel used for growing is near the edge of two neighboring seeded regions, classification is not as easy and this is likely to cause large changes to the representative values (mean values) of the seeded regions; after completing the calculation with formula (25), we multiply similarity with the edge magnitude of the said pixel point, as shown in formula (26), before saving the results in in ascending order to allow pixels with the smallest similarity and smaller edge magnitude to have the priority to grow,

After the fuzzy similarity computation is completed, it is impossible to determine which of the many seeded regions should be given priority to grow. We therefore extract the smallest similarity value resulting from the calculation using formulas (25) and (26) and saved in the list as well as the regions with the largest similarity values in the list, . is the set of the pixel vectors of the seeded regions; refers to multispectrum space; and is the maximum number of spectrums (five spectrums in the MR images used in the experiments). Peak detection [14] is applied for further analysis, as shown in formulas (31)~(34), to find out which of the regions has the largest quantity (peak value) of pixel tissues and this quantity is adopted as the new representative value of the region. The similarity between these seeded regions and the pixels used for growing is calculated anew. The steps of peak value calculation are as follows.

Step 1. According to the spectrum, the histogram indicating the number of pixels is established for each of these regions. is the histogram for the number of a certain region .

Step 2. The histogram established according to the spectrum of each region is smoothened, as shown in
stands for the pixel value of a certain region in spectrum and the range of is . is the maximum number of pixels in the whole region.

Step 3. Next, we figure out the peak value of the histogram of each spectrum in region , as shown in
The range of is and is the peak value of a certain histogram of a certain region . Lastly, we will extract all the peak values of from all the spectrums and label them as . is defined as the peak value of each spectrum in a certain region already obtained and this peak value is regarded as the new representative value of the said seeded region. Next, formula (29) is applied to recalculate and solve the problem of being unable to assess which seeded region should grow first as a result of the calculation with formula (29) that has created the same difference between the pixel point used for growing and a number of seeded regions . Consider represents the pixel vector used for growing and is the calculated peak value difference between pixel and number of neighboring seeded regions.

3.3. Region Merging

When using conventional SRG, region merging is conducted when the shortest distance (difference) between the pixel mean values of the regions is smaller than a certain threshold value. As a result, the final number of regions segmented is unknown. To prevent excessive merging of regions, we use the standard deviation target generation process [1, 15] to conduct region merging. The steps of the algorithm are as follows.

Step 1. Supposing the target is to merge the content of the entire image into number of tissue region types to form GM, WM, and CSF tissue regions, we first randomly create an initial target point pixel vector and use it as the center to calculate the pixel mean value of the neighboring mask.

Step 2. The standard deviation of the entire image is calculated and the result is divided by the largest standard deviation of the entire image to conduct regularization, as shown in

Step 3. Next, it is supposed that the distribution of factual data is normal and high standard deviation should exist between the pixel information of different tissue regions (GM, WM, and CSF). formula (31) is then applied to calculate the Gaussian similarity of the entire image which is in size. Consider stands for the Gaussian function in which is the mask mean value of the target point and is the standard deviation obtained earlier. When calculating the Gaussian similarity between the entire image and the target point in question, we search the entire image for the pixel point vector that has the largest difference from the target point in question and use it as the new target point . The Gaussian similarity is calculated with formula (31) and larger Gaussian similarity is defined as smaller Gaussian similarity to facilitate the search for the next pixel with the largest difference to be the new target point. To prevent ending up with the same target point located previously when searching for the new target point, we apply formula (32) to conduct cumulative multiplication on the result of Gaussian similarity obtained from the current search throughout the entire image and that of the previous target point established and acquire . The calculation is repeated until the target value of the expected amount is obtained and the target generation process algorithm is completed. Figures 6, 7, and 8 show the results of use of the target generation processing of brain MR images,
After completion of the SDTGP, formula (33) is applied to conduct similarity calculation on the three tissue characteristics (GM, WM, and CSF) generated with the SDTGP from all the regions in the entire image. The seeded region with the largest similarity is extracted and all the pixels therein are marked as the tissue region with the largest similarity. In the end, the final merging results are presented, respectively: GM, WM, and CSF, , , represents the mean values of the pixel vectors of the target point (GM, WM, and CSF) tissues extracted with the SDTGP as mentioned earlier. , , stands for all the marked regions in the entire image. is the number of pixel clusters in region .

4. Experiment Results

To evaluate the quality of the classification results, we adopt a receiver operating characteristic (ROC) [11] to perform the analysis. Although the correctness and errors in the classification can be identified with the naked eye, by using ROC principles, we are able to calculate them to facilitate further examination. To perform ROC evaluation, the ground truth, also called standard classification result, of each spectrum has to be matched. The ROC calculation of the detection rate and false rate is as follows: , and .    is the number element in . They, respectively, represent the GM, WM, and CSF. is the total number of the three types of tissues. is the number of each type of tissues there should be. Each type of tissues takes up a different percentage in the image. The calculation of the total detection rate and total false rate is as follows:

is the total detection rate and is the total false rate (). Since the percentage of the number of each tissue type is different, each tissue type is regularized to with by using a formula. The segmentation results of GM, WM, and CSF are as shown in Tables 1, 2, 3, and 4. The segmentation results are as shown in Figures 9, 10, 11, and 12 and Figure 13 is the segmentation result of the real image.

The total detection rates in Tables 5 and 6 indicate that the results of FISRG under 5 dB are apparently better than those of FAST and -means, enough to prove that FISRG is better than the two other algorithms in noise immunity. Therefore, the classification capacity of FISRG is rather outstanding.

5. Conclusion

This paper focuses on the application of FISRG to conduct tissue segmentation research on brain MRI. Fuzzy edge detection is used to calculate the magnitude of pixel points connected into edges and apply this information to overcome problems in sequencing in region growing to make the region growing process more stable. When the same difference occurs between a pixel used for growing and a number of neighboring seeded regions during the growing and merging stages, peak detection is added to find out where in a seeded region the number of pixels is larger to establish the new similarity characteristic of the region and the pixel used for growing. During the merging stage, the standard deviation target generation process is adopted to generate the correct information about the quantity of tissues merged (GM, WM, and CSF) to overcome the inability to find out how many regions merged will lead to excessive merging or segmentation when using conventional SRG. The averages of the experimental results are extracted 100 times for analysis. FISRG proves superior to -means and FAST on elliptical simulated brain images and in BrainWeb’s experiments both under 20 dB and 5 dB SNR. Therefore, the classification performance, noise immunity, and stability of the FISRG algorithm prove rather outstanding.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.