MR Image Evaluation For Intensity Group Cluster Segmentation Of T1 And T2 Weighted Axial Sliced Section
Q Salih, A Ramli, R Mahmud, R Wirza
Keywords
mr clustering, mr image segmentation, t1, t2 weighted segmentation
Citation
Q Salih, A Ramli, R Mahmud, R Wirza. MR Image Evaluation For Intensity Group Cluster Segmentation Of T1 And T2 Weighted Axial Sliced Section. The Internet Journal of Radiology. 2003 Volume 3 Number 2.
Abstract
Segmentation of T1 and T2 weighted axial sliced section involves several stages, which are Image Enhancement, Feature Extraction and Classification. All the stages are not always necessary and sometimes segmentation can some times lead directly to specific diagnoses. Image enhancement is capable of improving the image appearance, (e.g., removal of noise, contrast stretching, etc) feature extraction emphasizes regions of interest, (e.g., emphasizing borders) segmentation separates emphasized structures from background, and classification recognizes/classifies the diagnosis.
Segmentation of medical imaging is a challenging task due to the complexity of the images, as well as to the absence of models of the anatomy that fully capture the possible deformations in each structure. Brain is a particularly complex structure, and its segmentation is an important step for derivation of computerized anatomical MR image, as well as pre- and intra-operative guidance for therapeutic intervention.
In this study we will evaluate the intensity of two MR sequences known as T1 and T2 weighted images in axial sliced section. Intensity group clustering algorithms is proposed to achieve further diagnosis for brain MR images, which has been hardly studied. This subjective study is to evaluate the clustering group intensity in order to obtain the best diagnosis as well as better detection for the suspected cases.
Introduction
The objects to be segmented from medical imaging are actual anatomical structures, which are often non rigid and complex in shape, and it exhibits considerable variability from one person to another. Combined with the absence of explicit shape models that capture the deformations in anatomy, it makes the segmentation task challenging. Magnetic resonance images are further complicated due to its limitations in the imaging equipment, like inhomogeneities in the receiver or transmitter coils which, leads to a non-linear gain artifact in the images, and large differences in magnetic susceptibilities of adjacent tissue leads to distortion of the gradient magnetic field, and hence a spatial susceptibility artifact in the images. In addition, the signal is degraded by the motion artifacts that may appear in the images due to movement of the subject and blood vessel during the scan.
The methods proposed include feature extraction, gray scale image segmentation, multispectral segmentation and clustering methods for anatomical images with additional recent efforts directed toward the mapping of functional metrics MR image (T1and T2) to provide locations of important functional regions of the brain as required for optimal surgical planning.
Other applications of MR image segmentation includes the diagnosis of brain trauma where white matter lesions, a signature of traumatic brain injury, may potentially be identified in moderate and possibly mild cases. These methods, in turn, may require correlation of anatomical images with functional metrics to provide sensitive measurements of brain injury.
MRI segmentation methods have also been useful in the diagnostic imaging of multiple sclerosis [1], including the detection of lesions [2], and the quantization of lesion volume using multispectral methods [3].
In order to understand the issues in medical image segmentation, in contrast with segmentation of, say, images of indoor environments, which are the kind of images with which general purpose visual segmentation systems deal, we need an understanding of the salient characteristics of medical images.
The application of our clustering algorithm is to map and identify important brain structures, in which it is important in navigating brain surgery. Contrast materials [4] have been suggested to provide better tissue specification and to identify actively the tissue distribution. Hence, segmentation methods need to include these additional image data sets. However in this study segmentation involving contract evaluation was not included. A similar progression of segmentation methods is evolving for the planning of surgical procedures primarily in neurological investigations [5], surgery simulations [6][7], or the actual implementation of surgery in the operating suite where both normal tissues and the localization of the lesion or mass needs to be accurately identified.
Segmentation Of Mr Images
MR segmentation can be roughly divided into two categories: a single image segmentation, where a single 2D or 3D gray scale image is used, and multi-spectral image segmentation where multiple MR images with different gray scale contrasts are available.
Feature Extraction
Segmentation of MR images is based on sets of features that can be extracted from the images, such as pixel intensities, which in return can be used to calculate other features such as edges and texture. Rather than using all the information in the images at once, feature extraction and selection breaks down the problem of segmentation to the grouping of feature vectors [8]. Selection of good feature is the key to successful segmentation [9]. The focus of the paper is not feature extraction, therefore simple but effective feature extraction method using entropy measures.
Gray Scale Single Image Segmentation
The most intuitive approach to segmentation is global thresholding. One common difficulty with this approach is determining the value of the thresholds. Knowledge guided thresholding methods, where global thresholds are determined based on a goodness function describing the separation of background, skull and brain have been reported [3] [10]. The method is limited, and successful application for clinical use hindered by the variability of anatomy and MR data.
Combination with morphological [2] filtering is another method and boundary tracing [11], where the operator clicks on a pixel in a region to be outlined and the method then finds the boundary starting from that point. It is usually restricted to segmentation of large, well defined structures, but not tissue types.
Seed growing methods are also reported [12], where the segmentation requires an operator to empirically select seeds and thresholds. Pixels around the seed are examined, and included in the region if they are within the thresholds. Each added pixel then becomes a new seed.
Multispectral Segmentation
Supervised methods require a user supplied training set, usually found by drawing regions of interest on the images. Using maximum likelihood methods where multivariate Gaussian distributions are assumed [10] [13], statistics are calculated like mean and covariance matrices. The remaining pixels are then classified by calculating the likelihood of each tissue class, and picking the tissue type with the highest probability. Parametric methods are useful when the feature distributions for different classes are well known, which is not necessarily the case for MR images. k nearest neighborhood (KNN) has given superior results both in terms of accuracy and reproducibility compared to parametric methods [14]. Artificial neural networks also are commonly used [14] [15].
All supervised methods are operator dependent. Inter- and intra-operator variability has been measured and shown to be relatively large [15]. Because of this reason unsupervised methods may be preferred from a viewpoint of reproducibility.
Clustering Algorithms
Clustering [16] is an unsupervised way of data grouping using a given measures of similarity. Clustering algorithms attempt to organize unlabeled feature vectors into clusters or “natural groups” such as samples within a cluster are more similar to each other than to samples belonging to different clusters. Since there is no information given about the underlying data structure or the number of clusters, there is no single solution to clustering, neither is there a single similarity measure to differentiate all clusters, for this reason there is no theory, which describes clustering uniquely.
Pattern classification can be divided into two areas depending on the external knowledge about the input data. If we know the labels of our input data, the pattern recognition problem is considered supervised [17]. Otherwise the problem is called unsupervised. As pattern recognition studied, statistical pattern recognition is one of the chosen method. There are several ways of handling the problem of pattern recognition if the labels are given a priori. Since we know the labels, the problem reduces to finding features of the data set with the known labels, and to build a classifier using these features. The Bayes' rule shows how to calculate the posteriori probability from a priori probability. Assume that we know that a priori probabilities
The clustering problem is not well defined unless the resulting clusters are required to have certain properties. The fundamental problem in clustering is how to choose these properties. Once we have a suitable definition of a cluster, it is possible to evaluate the validity of the resulting clustering using standard statistical validation procedures.
There are two basic approaches to clustering, which are called parametric
The sufficient statistics are the sample mean
Another approach to clustering is to group the data set into groups of points, which has strong internal similarities [18]. To measure the similarities we use a criterion function and seek the grouping that finds the extreme point of the criterion function.
Clustering Criterion
To define the clustering problem as follow, assume that we have
A clustering
The clustering criterion
The best clustering
Depending on the criterion, only minimization will be considered, since maximization can always be converted to minimization.
Iterative Optimization
The input data are finite, therefore there are only a finite number of possible partitions. The clustering criterion can always be solved by exhaustive enumeration. However, in practice such an approach is not feasible, since the number of iterations will grow exponentially with the number of clusters and sample size where the number of different solutions are given approximately by
The basic idea in iterative-optimization is to find an initial partition and to move samples from one group to another as such a move will improve the value of the criterion function [15].
In general this procedure will guarantee local optimization. Different initial points will give different results. The simplicity of the method usually overcomes the limitations in most problems.
Similarity Measures
In order to apply the clustering algorithm, we have to define how we will measure similarity between samples. The most obvious measurement of the similarity between two samples is the distance between them. The
If this distance were a good measurement of similarity, then we would expect the distance between samples in the same cluster to be significantly less than the distance between samples in different clusters.
Another way to measure the similarity between two vectors is the normalized inner product, which is given as
This measure is basically the angle between two vectors.
Hierarchical Clustering
To consider a sequence of partitions of the
In order to combine or divide the clusters, measure the similarity in the clusters and dissimilarity between clusters commonly used distance measures [21] are as follows:
All of these measures have a minimum-variance flavor, and they usually give the same results if the clusters are compact and well separated. However, if the clusters are close to each other, and the shapes are not basically hyperspherical, very different results may be obtained.
Results And Discussion
Typical MR images of brain with axial sliced, as shown in Figure 1 were processed by clustering segmentation method. Thirteen segmented brain MR images were obtained for different intensity groups values. Tested results, gained by subjective measures mentioned above, are shown in Figure 2 and 3.
In total, 13 regions-of-interests (ROI) have been marked to define clinically interesting tissue parts, such as skin, bone, meninges, white and gray matter. Delineation of the tissue is best in the post contrast images, i.e., the tissue -ROI was defined by multi regions enhancement in post contrast images and then transferred to the pre-contrast relaxation time images However this feature has not studied in this paper. From the T1 and T2 images the listed images each ROI were calculated. The clustering and classification method used in this study is based on discriminate tests on a layer hierarchical decision.
For the subjective result, Table 2 and 3 summarizes the result from the evaluation made by a radiologist from University Putra Malaysia Medical Center (UPMMC) MR images. The diagram below shows the intensity distribution area verses the number of slices. Each region of interest in brain anatomy has been monitored and studied according to subjective aspects.
In general the 13 slices of the clustering segmented group was studied, where the regions of interest was examined according to the intensity differences and subtracted slices where done individually from the original T1 and T2 weighted images.
From the illustrated two diagrams, first diagram is a segmentation of T1 weighted MR image. Each slice has been segmented to 13 clustered intensity groups. However each group will carry the particular intensity of weighted vector values. The ratio of intensity distribution of a particular vector value illustrated under the area shown, according the number of slice, where each ratio under the area can present a sequence of that value in a number of slice. For example, skin value is shown in most of the region in the original image.
The second diagram is the segmentation of T2 weighted MR image where slice has been segmented to 13 clusters of intensity groups as well. According to intensity values and the area of distribution, comparison between T1 and T2 has been made.
From the respected result we obtained, the clustered segmentation intensity groups has relative connection between the two MR T1 and T2 weighted images. The first of 13 slice distribution images presented, the following diagram, skin intensity values is the most covered area for the entire respected slice.
Basically the skin can be threshold effectively in MR image, but our study is to clarify the intra cranial diagnosis, which are made during MR image acquisition by the specialist. Differential diagnosis is also considered in this study.
To study each case individually it can clearly be seen that the intensity grouped area or region of interest have its ratio during the clustering segmentation. From the illustrated diagrams 1 and 2, we evaluate each clustered case individually and make the subjective clusterization for comparison purposes between T1 and T2 weighted MR images.
Subjective evaluation by viewers is still a method commonly used in measuring image quality. The subjective test emphatically examines fidelity and at the same time considers image intelligibility. When taking subjective test, viewers focus on the difference between segmented image and the original image. Once they notice such details, the information clustered accurately can be accepted. The representative subjective method is Mean Opinion Score (MOS) [1]. It has two kinds of scores: one is T1 table and another T2 table and made a comparison between the relative intensity values with the number of sliced. Two examples are shown below in Tables. Each viewer compares the reconstructed image with the original one to decide which level it belongs to and gives the score.
From the clustered method, the results after analyzing the data, the skin, bone and meninges from T1 and T2 weighted MR images shows that the intensity value for the clustered segment slice to be loosely distributed with in the region of interest from the intensity values as well as with in the same number of slice distribution.
On the other hand after a subjective examination we find that the gray matter, white matter and cerebrospinal fluid, has the differences in the number of slice but carries the same intensity values, where the clustering groups segmentation has the intensity values distribution in a separate slice. Slice examination for region of interest carries the range from one slice another, depending on clustering groups from T1 and T2 weighted MR images. The range distribution can present to us the characteristics of weighted MR image, which can guide us to the right diagnosis for the radiologist.
Conclusion
The proposed study of clustering segmentation methods gives the flexibility to radiologist to analyze and monitor the patient according to specific region of interest with in the brain.
Study on the criteria for image quality evaluation is a meaningful but has complicated task. The criteria can be used to evaluate the clustering algorithm and to guide the design of segmentation algorithms. Subjective MR image clustering and classification algorithm can reflect the quality of region of interest of T1 and T2 images approximately.
Clustered values must be above certain value if the segmented image reaches the level of segmentation quality. The quality of segmentation slice images depends on intensity distribution values over the MR image surface groups. The quality examined subjectively by radiologists where the values of intensity between (19 to 255 for T1 and T2 weight) for brain axial sliced section from different brain depth of the MR images respectively. The results indicated that segmentation from slice 1 to 13 was acceptable for the evaluation of the axial brain anatomy and subsequently may aid further pathlogical diagnosis.