SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Classification of CT Brain Images of Head Trauma

        Tianxia Gong1, Ruizhe Liu1, Chew Lim Tan1, Neda Farzad2, Cheng Kiang Lee3,
                Boon Chuan Pang3, Qi Tian4, Suisheng Tang4, Zhuo Zhang4
    1Department of Computer Science, School of Computing, National University of Singapore,
                                3 Science Drive 2, Singapore 117543
                             {gong_tianxia, liurz, tancl}@comp.nus.edu.sg
                 2
                   Department of Learning, Management, Informatics & Ethics (LIME),
                      Karolinska Institute Berzelius v. 3, Stockholm, Sweden 17177
                                      neda.farzad.182@student.ki.se
       3
         National Neuroscience Institute, Tan Tock Seng Hospital, 11 Jalan Tan Tock Seng,
                                            Singapore 308433
                           {cheng_kiang_lee, boon_chuan_pang}@nni.com.sg
          4
            Insitute of Infocomm Research, 21 Heng Mui Keng Terrace, Singapore, 119613
                               {tian, suisheng, zzhang}@i2r.a-star.edu.sg



          Abstract. A method for automatic classification of computed tomography (CT)
          brain images of different head trauma types is presented in this paper. The
          method has three major steps: 1. The images are first segmented to find poten-
          tial hemorrhage regions using ellipse fitting, background removal and wavelet
          decomposition technique; 2. For each region, features (such as area, major axis
          length, etc.) are extracted; 3. Each extracted feature is classified using machine
          learning algorithm; the images are then classified based on its component re-
          gions’ classification. The automatic medical image classification will be useful
          in building a content-based medical image retrieval system.



1       Introduction

Due to the advances of multi-slice Computed Tomography (CT) Scan with up to 64
slices per scan, a huge amount of CT images are produced in modern hospitals. To-
day, CT scan images are in the standard DICOM (Digital Imaging and Communica-
tions in Medicine) format which incorporates textual information together with the
images. Display and retrieval of CT scan images are via PACS (Picture Archives and
Communication System) hardware [1]. However with such standards and hardware,
the CT scan images currently can only be retrieved using patient names or identity
card numbers. To retrieve an image pertaining to a particular anomaly without the pa-
tient name is literally like looking for a needle in a haystack. In the domain of CT
brain images, very often doctors already overloaded with day-to-day medical consul-
tation simply could not remember patients’ names when they need to refer to cases of
certain type of brain trauma seen before and as such valuable information are lost in
the sea of raw image pixels.
   However, if the CT brain images are automatically classified according to trauma
types and incorporated to the medical image search system, then the system with
search functions not just by patients’ names but by trauma types provides solution to
the problem. In this paper, we propose a method to classify CT brain images of head
trauma automatically and quickly, so that it facilitates the building of such search sys-
tems.
   Head trauma has the following major types [2]: epidural hemorrhage (EDH), acute
                                                                            1


subdural hemorrhage (SDH_Acute), chronic subdural hemorrhage (SDH_Chronic),
intracerebral hemorrhage (ICH), intraventricular hemorrhage (IVH) and subarachnoid
hemorrhage (SAH). In this paper, we focus on classification of EDH, SDH_Acute and
ICH, for they are the dominant types in most head trauma cases. Our images are from
CT brain scans performed in the two-year period of 2003 and 2005 as a result of hos-
pital admission for mild head injured patients in National Neuroscience Institute, Tan
Tock Seng Hospital [3]. Some of the mild head injuries were later found to be in-
significant with no hemorrhage detected. Such cases are treated as belonging to the
“normal” class in our training data.
   The rest of the paper is organized as follows. In section 2, we will present our
method of automatic classification which basically consists of three phases: namely,
pre-processing, feature extraction and classification. In section 3, we will discuss our
experimental results involving machine learning and validation. Finally, section 4
concludes the paper with our future works.


2      A Method for Automatic Classification of CT Brain Images

Our proposed method to automatically classify CT brain images consists of three
phases: preprocessing, feature extraction and classification. In the preprocessing
phase, we segment the hemorrhage regions from the CT brain image using ellipse fit-
ting [4], background removal and wavelet decomposition technique [5, 6]. The seg-
mented result is a binary image with potential hemorrhage regions in white and the
others in black. Then for each of the potential hemorrhage regions, we extract infor-
mation about size, shape and relative location, and create a feature vector accordingly.
Lastly, we use a machine learning algorithm to classify the potential hemorrhage re-
gions into different hemorrhage types or normal regions according to the extracted
features. The CT brain images are then classified according to the classification of its
potential hemorrhage regions.


2.1     Preprocessing

Pre-processing algorithm consists of 4 steps. Step one removes the skull and fits an
ellipse to the skull to construct an “interior region”, which is the brain inside the skull.
Step two removes the gray matter. Step three uses a wavelet decomposition to reduce
noise and set a threshold automatically to identify the hemorrhage regions. The last
step generates a binary image containing the hemorrhage regions in white and the oth-
ers in black.

1    “Hemorrhage” and “hematoma” are often used interchangeably. In this paper, we use “hem-
    orrhage for consistency.
Step 0: Input CT brain image in JPEG format of dimension 512×512. (Figure 1)




Fig. 1. Image I, Original raw input image left: image; right: intensity distribution
                                                                                   2




Step 1: Remove the skull and segment the “interior region”
   The skull is in white color, whose intensity is above 250 in a gray scale map.
Hence, we simply treat those pixels with intensity 250 and above as the skull. The in-
terior region refers to the brain content inside the skull. Since most traumas are diag-
nosed according to blood clots or edema inside the skull, it is important to segment
the interior region. Firstly, we do a boundary detection based on the skull removed.
The boundary contains points with intensity above 250, which belong to the skull.
Note that there are two other regions that are also in white color. These two regions
belong to the CT scan device. However, since they are much smaller than the skull,
they can be removed by doing a simple area comparison. Next, we do an ellipse fit-
ting on the boundary points, and compute the center (Xc, Yc), the major axis, the minor
axis, and the parameters of the ellipse. There are 6 parameters, a,b,c,d,e and f, and
thus the ellipse has an equation of the following form:
                             ax 2 + bxy + cy 2 + dx + ey + f = 0
   Hence, a point [x, y] given to the equation that has a result less than zero is inside
the ellipse. Finally, we segment the interior points based on the following rules on the
original image I.
1. The point should be inside the ellipse;
2. The point should be set apart from the center of the ellipse with a distance less than
   80% of the average of the major and minor axes of the ellipse.
3. Its intensity is between 10 and 250.
   We denote the interior image to be T0. (Figure 2)

Step 2: Remove the gray matter
   Most parts of the content inside the skull are the gray matter. In the histogram of
intensity on T0, the peak corresponds to the gray matter. (Figure 2). Hence, a simple
subtraction off the peak intensity from T0 will give us an image with the gray matter
removed. We call it T1. (Figure 3)

2    The intensity below 10 (background) and above 250 (skull) are not shown in the histogram
    so that the intensity of inner part of the brain is shown in more detail.
Fig. 2. Image T0, Inner world left: image; right: intensity distribution




Fig. 3. Image T1, gray matter removed left: the image; right: the intensity distribution

Step 3: Reduce noise
   There is much noise as white dots or tiny fragments produced in T1, because we
subtract only a single intensity value from various parts of the gray matter. A second
level 2D Biothogonal wavelet transform is used to reduce the noise [5, 6]. We finally
get the image with reduced noise but more distinguishable diseased parts. We denote
the resultant image to be T2. (Figure 4)




Fig. 4. Image T2, noise reduced left: image; right: intensity distribution

Step 4: Generate a binary image of hemorrhage
   After the reprocessing, we are able to define thresholds according to the intensity
distribution of image T2. We set the hemorrhage threshold to be the median of the
peaks obtained from the wavelet transform. Finally we get a binary image T3. (Figure
5)




Fig. 5. Image T3, each white pixel group represents a possible hemorrhage region of the image.


2.2     Feature Extraction

For each potential hemorrhage region, we use the Matlab function regionprops [7] to
extract the area, major axis length, minor axis length, eccentricity, solidity and extent
information. Also, features for the skull and the background are extracted from the la-
beled skull and background regions [8]. The class of each feature vector is one of the
following values: EDH, SDH_ Acute, ICH and normal. All features are described in
Table 1.

Table 1. Features extracted from each region.

      Name           Description[7]                                                Example
1     Area           The actual number of pixels in the region.                    607
2     Major axis     The length (in pixels) of the major axis of the ellipse       38.1135
      length         that has the same second-moments as the region.
3     Minor axis     The length (in pixels) of the minor axis of the ellipse       23.5155
      length         that has the same second-moments as the region.
4     Eccentricity   The eccentricity of the ellipse that has the same sec-        0.7295
                     ond-moments as the region. The eccentricity is the ra-
                     tio of the distance between the foci of the ellipse and
                     its major axis length.
5     Solidity       The proportion of the pixels in the convex hull that are      0.8772
                     also in the region. Computed as Area/ConvexArea .      3


6     Extent         The proportion of the pixels in the bounding box that         0.6485
                     are also in the region. Computed as the area divided
                     by area of the bounding box.
7     Skull          Whether the region is adjacent to skull or not.               false
8     Background     Whether the region is adjacent to background or not.          true


3    The number of pixels in ConvexImage, which is the convex hull, with all pixels within the
    hull filled in.
2.3   Classification

According to the features extracted in section 2.2, we classify the regions into five
categories: EDH, SDH_ Acute, ICH, other and normal, where the first three classes
refer to the three types of hemorrhages we focus on, the other refers to the remaining
types of hemorrhage, and normal means that the region is not a hemorrhage.
   For example, the potential hemorrhage regions of Figure 5 classified as ICH are
shown in Figure 6.




Fig. 6. Each white pixel group represents an ICH region of the image.

As there may be more than one type of hemorrhage present in a brain CT image, the
class for each image cannot have only one of the class values as the regions have. In-
stead, the class for each image is a boolean vector <EDH, SDH_ Acute, ICH,
normal>, where each boolean value indicates the presence of certain type of hemor-
rhage. The class of the image is classified according the classifications of its regions.
If any one of the regions is classified as a type of hemorrhage (EDH, SDH_Acute, or
ICH), then the image is also classified as the same type(s) of the hemorrhage(s). Oth-
erwise if all regions of the image are classified as normal, the image itself is also clas-
sified as normal.


3     Experimental Results

We obtained 35 CT brain images (15 EDH, 9 SDH_Acute, 6 ICH and 5 normal) be-
longing to 12 patients from the National Neuroscience Institute, Tan Tock Seng Hos-
pital, Singapore. After preprocessing, we obtained 818 potential hemorrhage regions
(15 EDH, 19 SDH_Acute, 47 ICH and 737 normal).


3.1   Classification of potential hemorrhage regions

We used J48 classifier, a decision tree classifier based on C4.5 [9], from WEKA [10]
to train and test the region features. 10-fold cross validation was used. The average
accuracy (correctly classified regions / all regions) is 93.0%. The detailed testing re-
sults for each class are reported as shown in Table 2.
Table 2. Detailed testing results for each class.

                       EDH             SDH_Acute        ICH               normal
        Precision      60.0%           53.8%            60.0%             95.9%
        Recall         60.0%           36.8%            44.7%             98.2%

The decision tree obtained from J48 is shown in Figure 7. The knowledge represented
by the decision tree is actually very close to the doctor’s knowledge in classifying po-
tential hemorrhage regions. For example, if the region’s area is less than or equal to
2891 pixels (6.89cm2) and greater than 91 pixels (0.22cm2), and the eccentricity is
less than or equal to 0.9426 (the greater the eccentricity is, the elongated is the
region), and the region is not adjacent to skull, then the region is ICH. This is also a
typical rule for doctors to recognize ICH manually.

   Area <= 2891
   |   Eccentricity <= 0.9426
   |   |   skull = false
   |   |   |    Area <= 91
   |   |   |    |   Extent <= 0.6485: normal
   |   |   |    |   Extent > 0.6485: ICH
   |   |   |    Area > 91: ICH
   |   |   skull = true
   |   |   |    Area <= 1263: normal
   |   |   |    Area > 1263
   |   |   |    |   Eccentricity <= 0.9322: EDH
   |   |   |    |   Eccentricity > 0.9322: SDH_Acute
   |   Eccentricity > 0.9426: normal
   Area > 2891
   |   Eccentricity <= 0.8579: ICH
   |   Eccentricity > 0.8579
   |   |   Area <= 7185
   |   |   |    Extent <= 0.1852
   |   |   |    |   MajorAxisLength <= 274.1822: EDH
   |   |   |    |   MajorAxisLength > 274.1822: SDH_Acute
   |   |   |    Extent > 0.1852: SDH_Acute
   |   |   Area > 7185: EDH
Fig. 7. Decision tree obtained from the training data using the J48 classifier


3.2    Classification of images

The classification of the image is considered as: 1. correct, if the predicted class (es)
and the actual class (es) are exactly the same; 2. partially correct, if the actual class
(es) is/are included in the prediction, but other class (es) is/are also predicted; 3. in-
correct, if the predicted class (es) is different from the actual class. Among the 35 im-
ages, 18 are classified correctly, 6 are classified partially correctly, and 11 are classi-
fied incorrectly.
4     Conclusion

In this paper, we propose a method to classify CT brain images of head trauma auto-
matically and quickly. The method consists of three phases: preprocessing, feature ex-
traction and classification. In the preprocessing phase, we segment the hemorrhage re-
gions from the CT brain image using ellipse fitting, background removal and wavelet
decomposition technique. The segmented result is a binary image with potential hem-
orrhage regions in white and the rest in black. Then for each of the potential hemor-
rhage regions, we extract information about its size, shape and relative location, and
create a feature vector. Lastly, we use machine learning algorithms to classify the po-
tential hemorrhage regions into different hemorrhage types or normal regions accord-
ing to the extracted features. The CT brain images are then classified according to the
classification of its potential hemorrhage regions.
   The automatic medical image classification can help to build a medical image
search system according to the syndrome types (in our case of CT brain images, the
syndrome types are head trauma types) and facilitate doctors’ research on certain syn-
drome as well as education for medical profession.
   In our future work, we will extend the classification types to include other head
traumas. We will also explore other machine learning algorithms and compare their
classification results. Finally, we will do text mining to extract further information
from the text of neuroradiologists’ report to find more features for classification


References

1. H.K. Huang, PACS: Basic Principles and Applications, Wiley-Liss Inc, ISBN
   0-471-25393-61, Canada, 1999.
2. A. Downie, Tutorial: CT in Head Trauma,
   http://www.radiology.co.uk/srs-x/tutors/cttrauma/tutor.htm
3. B.C. Pang and H. Yin, Analysis of clinical criterion for “talk and deteriorate” following mi-
   nor head injury using different data mining tools, Journal of Neurotrauma, National Neuro-
   trauma Society, Gainesville, Florida, USA, in press.
4. A.Fitzgibbon, M.Pilu and R.B.Fisher, “Direct Least Square Fitting of Ellipses”, IEEE Pat-
   tern Analysis and Machine Intelligence, Vol. 21, No. 5, May 1999
5. I.Daubechies, “Ten Lectures on Wavelets”, SIAM: Society for Industrial and Applied Math-
   ematics, June 1, 1992
6. M.Misiti, Y.Misiti, G.Oppenheim and J.M.Poggi, “Wavelet Toolbox 4 User’s Guide”, Mat-
   lab Wavelet Toolbox User’s Guide, Version 4, 2007
7. “Image Processing Toolbox User’s Guide”, Matlab Image Processing Toolbox User’s Guide
   Version 3, 2002
8. D. Cosic and S. Loncaric, Rule-Based Labeling of CT Head Image, 6th Conference on Arti-
   ficial Intelligence in Medicine Europe, AIME’ 97, pp. 453-456, 1997
9. J.R. Quilan, C4.5: Programs for machine learning. Morgan Kaufmann, San Francisco, CA,
   1993
10.G. Holmes, A. Donkin, I.H. Witten, (1994) WEKA: a machine learning workbench. In Pro-
   ceedings Second Australia and New Zealand Conference on Intelligent Information Sys-
   tems, Brisbane, Australia 1994, pp357-361.

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Segmentation of Brain MR Images for Tumor Extraction by Combining Kmeans Clus...
Segmentation of Brain MR Images for Tumor Extraction by Combining Kmeans Clus...Segmentation of Brain MR Images for Tumor Extraction by Combining Kmeans Clus...
Segmentation of Brain MR Images for Tumor Extraction by Combining Kmeans Clus...
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
Interactive liver tumor segmentation using
Interactive liver tumor segmentation using Interactive liver tumor segmentation using
Interactive liver tumor segmentation using
 
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
 
D232430
D232430D232430
D232430
 
MR Brain Volume Analysis Using BrainAssist
MR Brain Volume Analysis Using BrainAssistMR Brain Volume Analysis Using BrainAssist
MR Brain Volume Analysis Using BrainAssist
 
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINAAN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
 
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
 
Comparative analysis of multimodal medical image fusion using pca and wavelet...
Comparative analysis of multimodal medical image fusion using pca and wavelet...Comparative analysis of multimodal medical image fusion using pca and wavelet...
Comparative analysis of multimodal medical image fusion using pca and wavelet...
 
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLSMIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
MIP AND UNSUPERVISED CLUSTERING FOR THE DETECTION OF BRAIN TUMOUR CELLS
 
IRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image SegmentationIRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image Segmentation
 
Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...
Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...
Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...
 
Deep learning for_ecg_classification
Deep learning for_ecg_classificationDeep learning for_ecg_classification
Deep learning for_ecg_classification
 
A Review of different method of Medical Image Segmentation
A Review of different method of Medical Image SegmentationA Review of different method of Medical Image Segmentation
A Review of different method of Medical Image Segmentation
 
Neeta tiwari paper
Neeta tiwari paperNeeta tiwari paper
Neeta tiwari paper
 
IRJET- An Effective Brain Tumor Segmentation using K-means Clustering
IRJET-  	  An Effective Brain Tumor Segmentation using K-means ClusteringIRJET-  	  An Effective Brain Tumor Segmentation using K-means Clustering
IRJET- An Effective Brain Tumor Segmentation using K-means Clustering
 
IRJET- Brain Tumor Detection using Digital Image Processing
IRJET- Brain Tumor Detection using Digital Image ProcessingIRJET- Brain Tumor Detection using Digital Image Processing
IRJET- Brain Tumor Detection using Digital Image Processing
 
A survey early detection of
A survey early detection ofA survey early detection of
A survey early detection of
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
 
Hybrid Multilevel Thresholding and Improved Harmony Search Algorithm for Segm...
Hybrid Multilevel Thresholding and Improved Harmony Search Algorithm for Segm...Hybrid Multilevel Thresholding and Improved Harmony Search Algorithm for Segm...
Hybrid Multilevel Thresholding and Improved Harmony Search Algorithm for Segm...
 

Andere mochten auch (7)

Improved Segmentation Technique for Enhancement of Biomedical Images
Improved Segmentation Technique for Enhancement of Biomedical ImagesImproved Segmentation Technique for Enhancement of Biomedical Images
Improved Segmentation Technique for Enhancement of Biomedical Images
 
Ct scan brain lecture by rashimul haque rimon
Ct scan brain lecture by rashimul haque rimonCt scan brain lecture by rashimul haque rimon
Ct scan brain lecture by rashimul haque rimon
 
BRAIN CT SCAN
BRAIN CT SCANBRAIN CT SCAN
BRAIN CT SCAN
 
How to read a brain ct scan moderate
How to read a brain ct scan moderateHow to read a brain ct scan moderate
How to read a brain ct scan moderate
 
head injury
head injuryhead injury
head injury
 
bio battery ppt
bio battery pptbio battery ppt
bio battery ppt
 
Stroke (1)
Stroke (1)Stroke (1)
Stroke (1)
 

Ähnlich wie Classification of CT..

A hybrid method for traumatic brain injury lesion segmentation
A hybrid method for traumatic brain injury lesion segmentationA hybrid method for traumatic brain injury lesion segmentation
A hybrid method for traumatic brain injury lesion segmentation
IJECEIAES
 
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
ijcseit
 
Automated segmentation and classification technique for brain stroke
Automated segmentation and classification technique for brain strokeAutomated segmentation and classification technique for brain stroke
Automated segmentation and classification technique for brain stroke
IJECEIAES
 
11.texture feature based analysis of segmenting soft tissues from brain ct im...
11.texture feature based analysis of segmenting soft tissues from brain ct im...11.texture feature based analysis of segmenting soft tissues from brain ct im...
11.texture feature based analysis of segmenting soft tissues from brain ct im...
Alexander Decker
 
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
CSCJournals
 
Comparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operatorsComparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operators
eSAT Journals
 

Ähnlich wie Classification of CT.. (20)

A hybrid method for traumatic brain injury lesion segmentation
A hybrid method for traumatic brain injury lesion segmentationA hybrid method for traumatic brain injury lesion segmentation
A hybrid method for traumatic brain injury lesion segmentation
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
 
born iterative.pdf
born iterative.pdfborn iterative.pdf
born iterative.pdf
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
 
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
 
Automated segmentation and classification technique for brain stroke
Automated segmentation and classification technique for brain strokeAutomated segmentation and classification technique for brain stroke
Automated segmentation and classification technique for brain stroke
 
Hybrids Otsu Method, Feature region and Mathematical Morphology for Calculati...
Hybrids Otsu Method, Feature region and Mathematical Morphology for Calculati...Hybrids Otsu Method, Feature region and Mathematical Morphology for Calculati...
Hybrids Otsu Method, Feature region and Mathematical Morphology for Calculati...
 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...
 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...
 
11.texture feature based analysis of segmenting soft tissues from brain ct im...
11.texture feature based analysis of segmenting soft tissues from brain ct im...11.texture feature based analysis of segmenting soft tissues from brain ct im...
11.texture feature based analysis of segmenting soft tissues from brain ct im...
 
Essay On Image Processing
Essay On Image ProcessingEssay On Image Processing
Essay On Image Processing
 
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
 
IRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep LearningIRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep Learning
 
How to read ct
How to read ctHow to read ct
How to read ct
 
A2100106
A2100106A2100106
A2100106
 
Fully Automatic Method for 3D T1-Weighted Brain Magnetic Resonance Images Seg...
Fully Automatic Method for 3D T1-Weighted Brain Magnetic Resonance Images Seg...Fully Automatic Method for 3D T1-Weighted Brain Magnetic Resonance Images Seg...
Fully Automatic Method for 3D T1-Weighted Brain Magnetic Resonance Images Seg...
 
Overview of convolutional neural networks architectures for brain tumor segm...
Overview of convolutional neural networks architectures for  brain tumor segm...Overview of convolutional neural networks architectures for  brain tumor segm...
Overview of convolutional neural networks architectures for brain tumor segm...
 
Comparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operatorsComparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operators
 

Mehr von butest

EL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEEL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBE
butest
 
1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同
butest
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
butest
 
Timeline: The Life of Michael Jackson
Timeline: The Life of Michael JacksonTimeline: The Life of Michael Jackson
Timeline: The Life of Michael Jackson
butest
 
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
butest
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
butest
 
Com 380, Summer II
Com 380, Summer IICom 380, Summer II
Com 380, Summer II
butest
 
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet JazzThe MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
butest
 
MICHAEL JACKSON.doc
MICHAEL JACKSON.docMICHAEL JACKSON.doc
MICHAEL JACKSON.doc
butest
 
Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1
butest
 
Facebook
Facebook Facebook
Facebook
butest
 
Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...
butest
 
Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...
butest
 
NEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTNEWS ANNOUNCEMENT
NEWS ANNOUNCEMENT
butest
 
C-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docC-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.doc
butest
 
MAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docMAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.doc
butest
 
Mac OS X Guide.doc
Mac OS X Guide.docMac OS X Guide.doc
Mac OS X Guide.doc
butest
 
WEB DESIGN!
WEB DESIGN!WEB DESIGN!
WEB DESIGN!
butest
 

Mehr von butest (20)

EL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEEL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBE
 
1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
 
Timeline: The Life of Michael Jackson
Timeline: The Life of Michael JacksonTimeline: The Life of Michael Jackson
Timeline: The Life of Michael Jackson
 
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
 
Com 380, Summer II
Com 380, Summer IICom 380, Summer II
Com 380, Summer II
 
PPT
PPTPPT
PPT
 
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet JazzThe MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
 
MICHAEL JACKSON.doc
MICHAEL JACKSON.docMICHAEL JACKSON.doc
MICHAEL JACKSON.doc
 
Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1
 
Facebook
Facebook Facebook
Facebook
 
Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...
 
Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...
 
NEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTNEWS ANNOUNCEMENT
NEWS ANNOUNCEMENT
 
C-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docC-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.doc
 
MAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docMAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.doc
 
Mac OS X Guide.doc
Mac OS X Guide.docMac OS X Guide.doc
Mac OS X Guide.doc
 
hier
hierhier
hier
 
WEB DESIGN!
WEB DESIGN!WEB DESIGN!
WEB DESIGN!
 

Classification of CT..

  • 1. Classification of CT Brain Images of Head Trauma Tianxia Gong1, Ruizhe Liu1, Chew Lim Tan1, Neda Farzad2, Cheng Kiang Lee3, Boon Chuan Pang3, Qi Tian4, Suisheng Tang4, Zhuo Zhang4 1Department of Computer Science, School of Computing, National University of Singapore, 3 Science Drive 2, Singapore 117543 {gong_tianxia, liurz, tancl}@comp.nus.edu.sg 2 Department of Learning, Management, Informatics & Ethics (LIME), Karolinska Institute Berzelius v. 3, Stockholm, Sweden 17177 neda.farzad.182@student.ki.se 3 National Neuroscience Institute, Tan Tock Seng Hospital, 11 Jalan Tan Tock Seng, Singapore 308433 {cheng_kiang_lee, boon_chuan_pang}@nni.com.sg 4 Insitute of Infocomm Research, 21 Heng Mui Keng Terrace, Singapore, 119613 {tian, suisheng, zzhang}@i2r.a-star.edu.sg Abstract. A method for automatic classification of computed tomography (CT) brain images of different head trauma types is presented in this paper. The method has three major steps: 1. The images are first segmented to find poten- tial hemorrhage regions using ellipse fitting, background removal and wavelet decomposition technique; 2. For each region, features (such as area, major axis length, etc.) are extracted; 3. Each extracted feature is classified using machine learning algorithm; the images are then classified based on its component re- gions’ classification. The automatic medical image classification will be useful in building a content-based medical image retrieval system. 1 Introduction Due to the advances of multi-slice Computed Tomography (CT) Scan with up to 64 slices per scan, a huge amount of CT images are produced in modern hospitals. To- day, CT scan images are in the standard DICOM (Digital Imaging and Communica- tions in Medicine) format which incorporates textual information together with the images. Display and retrieval of CT scan images are via PACS (Picture Archives and Communication System) hardware [1]. However with such standards and hardware, the CT scan images currently can only be retrieved using patient names or identity card numbers. To retrieve an image pertaining to a particular anomaly without the pa- tient name is literally like looking for a needle in a haystack. In the domain of CT brain images, very often doctors already overloaded with day-to-day medical consul- tation simply could not remember patients’ names when they need to refer to cases of certain type of brain trauma seen before and as such valuable information are lost in the sea of raw image pixels. However, if the CT brain images are automatically classified according to trauma types and incorporated to the medical image search system, then the system with
  • 2. search functions not just by patients’ names but by trauma types provides solution to the problem. In this paper, we propose a method to classify CT brain images of head trauma automatically and quickly, so that it facilitates the building of such search sys- tems. Head trauma has the following major types [2]: epidural hemorrhage (EDH), acute 1 subdural hemorrhage (SDH_Acute), chronic subdural hemorrhage (SDH_Chronic), intracerebral hemorrhage (ICH), intraventricular hemorrhage (IVH) and subarachnoid hemorrhage (SAH). In this paper, we focus on classification of EDH, SDH_Acute and ICH, for they are the dominant types in most head trauma cases. Our images are from CT brain scans performed in the two-year period of 2003 and 2005 as a result of hos- pital admission for mild head injured patients in National Neuroscience Institute, Tan Tock Seng Hospital [3]. Some of the mild head injuries were later found to be in- significant with no hemorrhage detected. Such cases are treated as belonging to the “normal” class in our training data. The rest of the paper is organized as follows. In section 2, we will present our method of automatic classification which basically consists of three phases: namely, pre-processing, feature extraction and classification. In section 3, we will discuss our experimental results involving machine learning and validation. Finally, section 4 concludes the paper with our future works. 2 A Method for Automatic Classification of CT Brain Images Our proposed method to automatically classify CT brain images consists of three phases: preprocessing, feature extraction and classification. In the preprocessing phase, we segment the hemorrhage regions from the CT brain image using ellipse fit- ting [4], background removal and wavelet decomposition technique [5, 6]. The seg- mented result is a binary image with potential hemorrhage regions in white and the others in black. Then for each of the potential hemorrhage regions, we extract infor- mation about size, shape and relative location, and create a feature vector accordingly. Lastly, we use a machine learning algorithm to classify the potential hemorrhage re- gions into different hemorrhage types or normal regions according to the extracted features. The CT brain images are then classified according to the classification of its potential hemorrhage regions. 2.1 Preprocessing Pre-processing algorithm consists of 4 steps. Step one removes the skull and fits an ellipse to the skull to construct an “interior region”, which is the brain inside the skull. Step two removes the gray matter. Step three uses a wavelet decomposition to reduce noise and set a threshold automatically to identify the hemorrhage regions. The last step generates a binary image containing the hemorrhage regions in white and the oth- ers in black. 1 “Hemorrhage” and “hematoma” are often used interchangeably. In this paper, we use “hem- orrhage for consistency.
  • 3. Step 0: Input CT brain image in JPEG format of dimension 512×512. (Figure 1) Fig. 1. Image I, Original raw input image left: image; right: intensity distribution 2 Step 1: Remove the skull and segment the “interior region” The skull is in white color, whose intensity is above 250 in a gray scale map. Hence, we simply treat those pixels with intensity 250 and above as the skull. The in- terior region refers to the brain content inside the skull. Since most traumas are diag- nosed according to blood clots or edema inside the skull, it is important to segment the interior region. Firstly, we do a boundary detection based on the skull removed. The boundary contains points with intensity above 250, which belong to the skull. Note that there are two other regions that are also in white color. These two regions belong to the CT scan device. However, since they are much smaller than the skull, they can be removed by doing a simple area comparison. Next, we do an ellipse fit- ting on the boundary points, and compute the center (Xc, Yc), the major axis, the minor axis, and the parameters of the ellipse. There are 6 parameters, a,b,c,d,e and f, and thus the ellipse has an equation of the following form: ax 2 + bxy + cy 2 + dx + ey + f = 0 Hence, a point [x, y] given to the equation that has a result less than zero is inside the ellipse. Finally, we segment the interior points based on the following rules on the original image I. 1. The point should be inside the ellipse; 2. The point should be set apart from the center of the ellipse with a distance less than 80% of the average of the major and minor axes of the ellipse. 3. Its intensity is between 10 and 250. We denote the interior image to be T0. (Figure 2) Step 2: Remove the gray matter Most parts of the content inside the skull are the gray matter. In the histogram of intensity on T0, the peak corresponds to the gray matter. (Figure 2). Hence, a simple subtraction off the peak intensity from T0 will give us an image with the gray matter removed. We call it T1. (Figure 3) 2 The intensity below 10 (background) and above 250 (skull) are not shown in the histogram so that the intensity of inner part of the brain is shown in more detail.
  • 4. Fig. 2. Image T0, Inner world left: image; right: intensity distribution Fig. 3. Image T1, gray matter removed left: the image; right: the intensity distribution Step 3: Reduce noise There is much noise as white dots or tiny fragments produced in T1, because we subtract only a single intensity value from various parts of the gray matter. A second level 2D Biothogonal wavelet transform is used to reduce the noise [5, 6]. We finally get the image with reduced noise but more distinguishable diseased parts. We denote the resultant image to be T2. (Figure 4) Fig. 4. Image T2, noise reduced left: image; right: intensity distribution Step 4: Generate a binary image of hemorrhage After the reprocessing, we are able to define thresholds according to the intensity distribution of image T2. We set the hemorrhage threshold to be the median of the
  • 5. peaks obtained from the wavelet transform. Finally we get a binary image T3. (Figure 5) Fig. 5. Image T3, each white pixel group represents a possible hemorrhage region of the image. 2.2 Feature Extraction For each potential hemorrhage region, we use the Matlab function regionprops [7] to extract the area, major axis length, minor axis length, eccentricity, solidity and extent information. Also, features for the skull and the background are extracted from the la- beled skull and background regions [8]. The class of each feature vector is one of the following values: EDH, SDH_ Acute, ICH and normal. All features are described in Table 1. Table 1. Features extracted from each region. Name Description[7] Example 1 Area The actual number of pixels in the region. 607 2 Major axis The length (in pixels) of the major axis of the ellipse 38.1135 length that has the same second-moments as the region. 3 Minor axis The length (in pixels) of the minor axis of the ellipse 23.5155 length that has the same second-moments as the region. 4 Eccentricity The eccentricity of the ellipse that has the same sec- 0.7295 ond-moments as the region. The eccentricity is the ra- tio of the distance between the foci of the ellipse and its major axis length. 5 Solidity The proportion of the pixels in the convex hull that are 0.8772 also in the region. Computed as Area/ConvexArea . 3 6 Extent The proportion of the pixels in the bounding box that 0.6485 are also in the region. Computed as the area divided by area of the bounding box. 7 Skull Whether the region is adjacent to skull or not. false 8 Background Whether the region is adjacent to background or not. true 3 The number of pixels in ConvexImage, which is the convex hull, with all pixels within the hull filled in.
  • 6. 2.3 Classification According to the features extracted in section 2.2, we classify the regions into five categories: EDH, SDH_ Acute, ICH, other and normal, where the first three classes refer to the three types of hemorrhages we focus on, the other refers to the remaining types of hemorrhage, and normal means that the region is not a hemorrhage. For example, the potential hemorrhage regions of Figure 5 classified as ICH are shown in Figure 6. Fig. 6. Each white pixel group represents an ICH region of the image. As there may be more than one type of hemorrhage present in a brain CT image, the class for each image cannot have only one of the class values as the regions have. In- stead, the class for each image is a boolean vector <EDH, SDH_ Acute, ICH, normal>, where each boolean value indicates the presence of certain type of hemor- rhage. The class of the image is classified according the classifications of its regions. If any one of the regions is classified as a type of hemorrhage (EDH, SDH_Acute, or ICH), then the image is also classified as the same type(s) of the hemorrhage(s). Oth- erwise if all regions of the image are classified as normal, the image itself is also clas- sified as normal. 3 Experimental Results We obtained 35 CT brain images (15 EDH, 9 SDH_Acute, 6 ICH and 5 normal) be- longing to 12 patients from the National Neuroscience Institute, Tan Tock Seng Hos- pital, Singapore. After preprocessing, we obtained 818 potential hemorrhage regions (15 EDH, 19 SDH_Acute, 47 ICH and 737 normal). 3.1 Classification of potential hemorrhage regions We used J48 classifier, a decision tree classifier based on C4.5 [9], from WEKA [10] to train and test the region features. 10-fold cross validation was used. The average accuracy (correctly classified regions / all regions) is 93.0%. The detailed testing re- sults for each class are reported as shown in Table 2.
  • 7. Table 2. Detailed testing results for each class. EDH SDH_Acute ICH normal Precision 60.0% 53.8% 60.0% 95.9% Recall 60.0% 36.8% 44.7% 98.2% The decision tree obtained from J48 is shown in Figure 7. The knowledge represented by the decision tree is actually very close to the doctor’s knowledge in classifying po- tential hemorrhage regions. For example, if the region’s area is less than or equal to 2891 pixels (6.89cm2) and greater than 91 pixels (0.22cm2), and the eccentricity is less than or equal to 0.9426 (the greater the eccentricity is, the elongated is the region), and the region is not adjacent to skull, then the region is ICH. This is also a typical rule for doctors to recognize ICH manually. Area <= 2891 | Eccentricity <= 0.9426 | | skull = false | | | Area <= 91 | | | | Extent <= 0.6485: normal | | | | Extent > 0.6485: ICH | | | Area > 91: ICH | | skull = true | | | Area <= 1263: normal | | | Area > 1263 | | | | Eccentricity <= 0.9322: EDH | | | | Eccentricity > 0.9322: SDH_Acute | Eccentricity > 0.9426: normal Area > 2891 | Eccentricity <= 0.8579: ICH | Eccentricity > 0.8579 | | Area <= 7185 | | | Extent <= 0.1852 | | | | MajorAxisLength <= 274.1822: EDH | | | | MajorAxisLength > 274.1822: SDH_Acute | | | Extent > 0.1852: SDH_Acute | | Area > 7185: EDH Fig. 7. Decision tree obtained from the training data using the J48 classifier 3.2 Classification of images The classification of the image is considered as: 1. correct, if the predicted class (es) and the actual class (es) are exactly the same; 2. partially correct, if the actual class (es) is/are included in the prediction, but other class (es) is/are also predicted; 3. in- correct, if the predicted class (es) is different from the actual class. Among the 35 im- ages, 18 are classified correctly, 6 are classified partially correctly, and 11 are classi- fied incorrectly.
  • 8. 4 Conclusion In this paper, we propose a method to classify CT brain images of head trauma auto- matically and quickly. The method consists of three phases: preprocessing, feature ex- traction and classification. In the preprocessing phase, we segment the hemorrhage re- gions from the CT brain image using ellipse fitting, background removal and wavelet decomposition technique. The segmented result is a binary image with potential hem- orrhage regions in white and the rest in black. Then for each of the potential hemor- rhage regions, we extract information about its size, shape and relative location, and create a feature vector. Lastly, we use machine learning algorithms to classify the po- tential hemorrhage regions into different hemorrhage types or normal regions accord- ing to the extracted features. The CT brain images are then classified according to the classification of its potential hemorrhage regions. The automatic medical image classification can help to build a medical image search system according to the syndrome types (in our case of CT brain images, the syndrome types are head trauma types) and facilitate doctors’ research on certain syn- drome as well as education for medical profession. In our future work, we will extend the classification types to include other head traumas. We will also explore other machine learning algorithms and compare their classification results. Finally, we will do text mining to extract further information from the text of neuroradiologists’ report to find more features for classification References 1. H.K. Huang, PACS: Basic Principles and Applications, Wiley-Liss Inc, ISBN 0-471-25393-61, Canada, 1999. 2. A. Downie, Tutorial: CT in Head Trauma, http://www.radiology.co.uk/srs-x/tutors/cttrauma/tutor.htm 3. B.C. Pang and H. Yin, Analysis of clinical criterion for “talk and deteriorate” following mi- nor head injury using different data mining tools, Journal of Neurotrauma, National Neuro- trauma Society, Gainesville, Florida, USA, in press. 4. A.Fitzgibbon, M.Pilu and R.B.Fisher, “Direct Least Square Fitting of Ellipses”, IEEE Pat- tern Analysis and Machine Intelligence, Vol. 21, No. 5, May 1999 5. I.Daubechies, “Ten Lectures on Wavelets”, SIAM: Society for Industrial and Applied Math- ematics, June 1, 1992 6. M.Misiti, Y.Misiti, G.Oppenheim and J.M.Poggi, “Wavelet Toolbox 4 User’s Guide”, Mat- lab Wavelet Toolbox User’s Guide, Version 4, 2007 7. “Image Processing Toolbox User’s Guide”, Matlab Image Processing Toolbox User’s Guide Version 3, 2002 8. D. Cosic and S. Loncaric, Rule-Based Labeling of CT Head Image, 6th Conference on Arti- ficial Intelligence in Medicine Europe, AIME’ 97, pp. 453-456, 1997 9. J.R. Quilan, C4.5: Programs for machine learning. Morgan Kaufmann, San Francisco, CA, 1993 10.G. Holmes, A. Donkin, I.H. Witten, (1994) WEKA: a machine learning workbench. In Pro- ceedings Second Australia and New Zealand Conference on Intelligent Information Sys- tems, Brisbane, Australia 1994, pp357-361.