SlideShare uma empresa Scribd logo
1 de 6
Baixar para ler offline
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834, p- ISSN: 2278-8735. Volume 5, Issue 2 (Mar. - Apr. 2013), PP 28-33
www.iosrjournals.org

            Automated Brain Tumor Segmentation Using Hsom
                           Monica.R1, Santha.P2, Dr.C.N.Marimuthu3
                      1
                    Student of ME, Department of ECE, Nandha Engineering College, India
                  2
                  Assistant Professor, Department of ECE, Nandha Engineering College, India
                        3
                         Dean, Department of ECE, Nandha Engineering College, India

Abstract: In this project a forceful segmentation tool for the detection of brain tumour is used to assist
clinician and researchers in radio surgery applications. A clustering based approach using hierarchal self-
organizing map algorithm is proposed for MR image segmentation. Hierarchal self-organizing map (HSOM) is
a dynamically growing neural network model evolves into a hierarchical structure according to the
requirements of the input data during an unsupervised training process. This algorithm proved to be
exceptionally successful for data visualization applications. HSOM is the extension of the conventional self
organizing map which is used to classify the image row by row. This project describe segmentation method
consists of two phases. In the first phase, the MRI brain image is acquired from patient database. In that film
artifact and noise are removed. In the second phase (MR) image segmentation is to accurately identify the
principal tissue structures in these image volumes. Finally the numbers of affected cells are counted using the
row and column wise scanning method.
Keywords - HSOM, Image analysis, Magnetic Resonance Imaging (MRI) Segmentation, Tumor detection.

                                                I.    Introduction
           The brain is a soft, delicate, non-replaceable and spongy mass of tissue. It is a stable place for patterns
to enter and stabilize among each other. A tumour is a mass of tissue that grows out of control of the normal
forces that regulates growth. Brain tumour is a group of abnormal cells that grows inside of the brain or around
the brain. Tumours can directly destroy all healthy brain cells. It can also indirectly damage healthy cells by
crowding other parts of the brain and causing inflammation, brain swelling and pressure within the skull.
           Surgical planning, post-surgical assessment, abnormality detection, and many other medical
applications require medical image segmentation. In spite of wide number of automatic and semi-automatic
image segmentation techniques, they fail in most cases largely because of unknown and irregular noise,
inhomogeneity, poor contrast and weak boundaries which are inherent to medical images. MRI and other
medical images contain complicated anatomical structures that require precise and most accurate segmentation
for clinical diagnosis.
           Brain image segmentation from MRI images is complicated and challenging but its precise and exact
segmentation is necessary for tumours detection and their classification, edema, haemorrhage detection and
necrotic tissues. For early detection of abnormalities in brain parts, MRI imaging is the most efficient imaging
technique. Unlike computerized Tomography (CT), MRI image acquisition parameters can be adjusted for
generating high contrast image with different gray level for various cases of neuropathology. Therefore, MRI
image segmentation stands in the upcoming research limelight in medical imaging arena.
           Image Segmentation is an important and challenging factor in the medical image segmentation.
Cellular automata (CA) based seeded tumor segmentation method on contrast enhanced T1 weighted magnetic
resonance (MR) images, which standardizes the volume of interest (VOI) and seed selection [1]. HSOM is an
artificial neural network model which is very successful for data visualization applications where the mapping is
done in two-dimensional representation space [2]. Edema is detected along with tumour. T2 MR Image is only
required for the segmentation [3].
           Segmentation of 3-D tumour structures from magnetic resonance images (MRI), intensity based fuzzy
classification of voxels into tumour and background classes are considered. In case of N-dimensional images
object and background are considered. Object and background segments may consist of several isolated parts
[4][5].Generation of synthetic multi-modal 3D brain MRI with tumour and edema, along with the ground truth
is modelled [6]. Cellular automata techniques is found to be a natural tool for image processing due to their local
nature and simple parallel computing [7].

                                               II.    Dicom Image
        The Image Processing Toolbox supports writing files in Digital Imaging and Communications in
Medicine (DICOM) format, using the dicomwrite function. This converts the dicom image format into JPEG
image format so that pre-processing of the image becomes easier.

                                             www.iosrjournals.org                                           28 | Page
Automated Brain Tumor Segmentation Using Hsom

                                            III.     Pre-Processing
          The MR image consists of film artifact and labels on the MRI such as patient name, age and marks.
Film artifacts are removed using pre-processing. Removal of the artifacts will start from the first row and the
first column, the intensity value, greater than that of the threshold value are removed from MRI. The artifact
film will have high intensity. These high intensity values of film artifact are removed from MRI brain image.
During removal of film artifacts, the images will have salt and pepper noise. Histogram equalization is a spatial
domain image enhancement technique that modifies the distribution of the pixels to become more evenly
distributed over the available pixel range [8]. In histogram processing, a histogram displays the distribution of
the pixel intensity value, mimicking in the probability density function (PDF) for a continuous function. An
image that has a uniform PDF will have pixel values at all valid intensities. Therefore, it will show a high
contrast image.
          Histogram equalization creates a uniform PDF or histogram. This can be accomplished by performing a
global equalization that considers all the pixels in the entire image or a local equalization that segments the
image into regions [9]. The image is then converted into grey scale image, i.e., 2D image. The grey scale image
which consists of pixel intensity between 0-255 where 0 represents black and 255 represents white.




                                    Figure 1 Pre-processing of Input Image
Image enhancement makes the smoothness towards piecewise-homogeneous region and reduces the edge-
blurring effects. The information of enhancement using weighted median filter for removing high frequency
component.

                                            VI.    Hsom Algorithm
         A hierarchical self-organizing map (HSOM) is a type of artificial neural network (ANN). It is an
unsupervised learning method to produce a low-dimensional discretized representation of the input space of the
training samples, called a map. Hierarchical self-organizing maps are different from other artificial neural
networks in the sense that they use a neighbourhood function to preserve the topological properties of the input
space. HSOMs operate in two modes: training and mapping. "Training" builds the map using input examples. It
is a competitive process, which is also called vector quantization. "Mapping" automatically classifies a new
input vector.
         The key idea of the hierarchical self-organizing map (HSOM) is to use a hierarchical structure of
multiple layers where each layer consists of a number of independent self-organizing maps (SOMs). One SOM
is used at the first layer of the hierarchy. This principle is repeated with the third and any further layers of the
HSOM.
         Segmentation is an important process to extract information from complex medical images.
Segmentation has wide application in medical field. Image segmentation techniques can be classified as based
on edge detection, region or surface growing, threshold level, classifier such as Hierarchical Self Organizing
Map (HSOM), and feature vector clustering or vector quantization. The Trained Vector quantization has proved
to be a very effective model for image segmentation process. Vector quantization is a process of portioning n-
dimensional vector space into M regions so as to optimize a criterion function when all the points in each region
are approximated by the representation vector Xi associated with that region.
         There are two processes involved in the vector quantization: one is the training process which
determines the set of codebook vector according to the probability of the input data, the other is the encoding
process which assigns input vectors to the code book vectors. Vector quantization process has been
implemented in terms of the competitive learning neural network. The importance of SOM for vector
quantization is primarily due to the similarity between the competitive learning process employed in the SOM
and the vector quantization procedure. The main shortcoming of the SOM is that the number of neural units in
the competitive layer needs to be approximately equal to the number of regions desired in the segmented image.
                                             www.iosrjournals.org                                         29 | Page
Automated Brain Tumor Segmentation Using Hsom


                                  Level 1




                      Level 2




                 Level 3



                                        Figure 2 Levels of HSOM

STEPS OF HSOM ALGORITHM
Step 1: Randomize the map's nodes' weight vectors.
Step 2: Grab an input vector D(t).
Step 3: Traverse each node in the map
(i) Use the Euclidean distance formula to find the similarity between the input vector and the map's
node's weight vector
(ii)Track the node that produces the smallest distance (this node is the best matching unit, BMU)
Step 4: Update the nodes in the neighbourhood of the BMU (including the BMU itself) by pulling them
closer to the input vector
Wv(s + 1) = Wv(s) + Θ(u, v, s) α(s)(D(t) -Wv(s))                                 (1)
Step 5: Increase s and repeat from step 2 while S < λ
A variant algorithm:
(i)Randomize the map's nodes' weight vectors.
(ii)Traverse each input vector in the input data set.
       (a)Traverse each node in the map
(1)Use the Euclidean distance formula to find the similarity between the input vector and the map's node's
weight vector
(2)Track the node that produces the smallest distance (this node is the best matching unit, BMU)
        (b)Update the nodes in the neighbourhood of the BMU (including the BMU itself) by pulling
them closer to the input vector
Wv(s + 1) = Wv(s) + Θ(u, v, s) α(s)(D(t) -Wv(s))                                 (2)
(iii) Increase s and repeat from step 2 while S < λ




                           Figure 3 A self-organizing map formed by 36 hexagons

                                         www.iosrjournals.org                                    30 | Page
Automated Brain Tumor Segmentation Using Hsom

The 36 hexagons represent neurons as indicated by letter and number. Clusters (X and Y) and sub clusters (X1,
X2, Y1, Y2, Y3, Y4) of neurons were distinguished on the basis of a hierarchical cluster analysis with
the Ward linkage method using Euclidean distance measures. There are two ways to interpret a SOM. Because
in the training phase weights of the whole neighbourhood are moved in the same direction, similar items
tend to excite adjacent neurons. Therefore, SOM forms a semantic map where similar samples are
mapped close together and dissimilar ones apart. This may be visualized by a U-Matrix (Euclidean distance
between weight vectors of neighbouring cells) of the SOM. The other way is to think of neuronal weights as
pointers to the input space. They form a discrete approximation of the distribution of training samples. More
neurons point to regions with high training sample concentration and fewer where the samples are scarce.

              INPUT                          PRE                             HSOM
             IMAGE                        PROCESSING                       ALGORITHM




                                                                              BINARY
                                                                              IMAGE




                                                                            AFFECTED
                                            RESULT
                                                                              CELL
                                                                            COUNTING
                                   Figure 4 Flow diagram to Detect Tumor

The image is segmented using HSOM algorithm and the conversion of grey scale image into binary
image is done. This binary image helps in counting the number of cells affected from the tumour.

                                       V.      Results And Analysis
                 Input Image                    No. Of                 Execution
                                                Affected                 Time
                                                  Cells                   (sec)
             Image 1                               112                  1.15441
             Image 2                               117                  1.31041
             Image 3                               420                  1.92261
             Image 4                               813                  2.10601
             Image 5                              1749                  2.62082
             Image 6                              1808                  2.73161
             Image 7                              1888                  2.76981
             Image 8                              3618                  2.96762
             Image 9                              5162                  3.71601
                                            Table 1 Simulated Result

Table 1 shows the simulated result of segmentation using HSOM algorithm. The number of cells affected and
the time taken to count the cells are also found. The above tabular value is compared with the ground truth
values and found to be approximately equal.




                                            www.iosrjournals.org                                     31 | Page
Automated Brain Tumor Segmentation Using Hsom




       Figure 6 Relations between Number of Affected Cells and Execution Time for Simulated Values
                                           SCREEN SHOTS




                                    Figure 6 Segmented Output of Image

Figure 6 shows the segmented output of the MR image. The number of cells affected by tumor are 844 and the
time taken to analyze is 2.28906 seconds. The segmented tumor is found to be severe.

                                             VI. Conclusion
         The proposed method uses hierarchal self organizing map algorithm using which the red blue and
green components are separated. During this separation red component is considered to be best suited for
the process of segmentation. With the use of red component segmentation is done and the tumor part is
identified. The HSOM algorithm provides the information that how many number of tumor cells are affected.
The time taken to detect the tumor cells are also provided using HSOM. The performance of the MR image in
terms of execution time and the number of affected cells are detected.




                                         www.iosrjournals.org                                      32 | Page
Automated Brain Tumor Segmentation Using Hsom

                                                             References
[1]    AndacHamamci, Nadir Kucuk, KutlayKaraman, KayihanEngin, and GozdeUnal,(2012). "Tumor-Cut: Segmentation of Brain
       Tumors on Contrast Enhanced MR Imagesfor Radiosurgery Applications". IEEE Transactions on Medical Imaging, Vol. 31,
       No.3.
[2]    Fedde van der Lijn, Marleen de Bruijne, Stefan Klein, Tom den Heijer, Yoo Y. Hoogendam, Aad van der Lugt, Monique M.
       B. Breteler, and Wiro J. Niessen(2012). "Automated Brain Structure Segmentation Based on Atlas Registration and Appearance
       Models". IEEE Transactions On Medical Imaging, Vol. 31, No. 2
[3]    Shanhui Sun, Christian Bauer, and ReinhardBeichel (2012). "Automated 3-D Segmentation of Lungs With Lung Cancer in CT
       Data Using a Novel Robust Active Shape Model Approach". IEEE Transactions OnMedical Imaging, Vol. 31, No. 2.
[4]    Nazem-ZadehM.R, Davoodi-Bojd.E., and Soltanian-ZadehH.,(2011). “Atlasbasedfiber bundle segmentation using principal
       diffusion directions and spherical harmonic coefficients,” NeuroImage, vol. 54, pp. S146–S164.
[5]    Gooya, G. Biros, and DavatzikosC., (2011). “Deformable registration of glioma images using em algorithm and diffusion reaction
       modeling,” IEEETrans. Med. Imag., vol. 30, no. 2, pp. 375–390.
[6]    Menze,Leemput.K.VLashkari.D,Weber.M.A,. Ayache.N, andGolland.P, (2010)“A generative model for brain tumor segmentation
       in multimodal images,” Med. Image Comput. Comput. Assist. Intervent., vol. 13, pp. 151–159.
[7]    Hamamci, Unal.G,.Kucuk.N, and Engin.K., (2010) “Cellular automata segmentation of brain tumors on post contrast MR images,”
       in MICCAI. New York: Springer, pp. 137–146.
[8]    Kauffmann and Pich.N., (2010) “Seeded ND medical image segmentation by cellular automaton on GPU,” Int. J. Comput.
       Assist. Radiol. Surg., vol. 5, pp. 251–262.
[9]    Bai.X, and Sapiro.G,(2009)., “Geodesic matting: A framework for fast interactive image and video segmentation and matting,”
       Int. J. Comput. Vis., vol. 82, pp. 113–132.
[10]   Couprie.C, Grady.L, Najman.L, and Talbot.H. (2009), “Power watersheds:A new image segmentation framework extending
       graph cuts, randomwalker and optimal spanning forest,” in ICCV , pp. 731–738.
[11]   Criminisi, Sharp.T, and Blake.A. (2008), “GeoS: Geodesic image segmentation,”inComput. Vis. ECCV, vol. 5302, pp. 99–112.
[12]   Szeliski.R.,Zabih.R,Scharstein.D, Veksler.O,Kolmogorov.V,Agarwala.A, Tappen.M, and Rother.C, (2008) “A comparative study
       of energy minimization methods for Markov random fields with smoothness-based priors,” IEEE Trans. Pattern Anal. Mach.
       Intell., vol. 30, pp. 1068–1080.
[13]    Sinop and Grady.L. (2007), “A seeded image segmentation framework unifying graph cuts and random walker which yields
       a new algorithm,” in ICCV, pp. 1–8.
[14]   Angelini.E.D, Clatz.O, Mandonnet.E, Konukoglu.E, Capelle.L, and Duffau.H(2007), “Glioma dynamics and computational
       models: A review of segmentation, registration, and in silico growth algorithms and their clinical applications,” Curr. Med.
       Imag. Rev., vol. 3, no. 4, pp.262–276.
[15]   Alvino.C, Unal.G, Slabaugh.G, Peny.B, and Fang.T, (2007). “Efficient segmentation based on eikonal and diffusion equations,” Int.
       J. Comput.Math., vol. 84, pp. 1309–1324.
[16]   Archip.N, Jolesz.F, and Warfield.S, (2007) “A validation framework for brain tumor segmentation,” Acad. Radiol., vol. 14,
       no. 10, pp. 1242–1251.




                                                     www.iosrjournals.org                                                    33 | Page

Mais conteúdo relacionado

Mais procurados

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...CSCJournals
 
MRI Brain Image Segmentation using Fuzzy Clustering Algorithms
MRI Brain Image Segmentation using Fuzzy Clustering AlgorithmsMRI Brain Image Segmentation using Fuzzy Clustering Algorithms
MRI Brain Image Segmentation using Fuzzy Clustering Algorithmsijtsrd
 
Efficient Brain Tumor Detection Using Wavelet Transform
Efficient Brain Tumor Detection Using Wavelet TransformEfficient Brain Tumor Detection Using Wavelet Transform
Efficient Brain Tumor Detection Using Wavelet TransformIJERA Editor
 
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...IJSRD
 
Medical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformMedical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformIJERA Editor
 
High-level
High-levelHigh-level
High-levelbutest
 
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...cseij
 
Image Registration
Image RegistrationImage Registration
Image RegistrationAngu Ramesh
 
Brain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI ImagesBrain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI ImagesIRJET Journal
 
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...inventy
 
Emblematical image based pattern recognition paradigm using Multi-Layer Perce...
Emblematical image based pattern recognition paradigm using Multi-Layer Perce...Emblematical image based pattern recognition paradigm using Multi-Layer Perce...
Emblematical image based pattern recognition paradigm using Multi-Layer Perce...iosrjce
 
Fuzzy k c-means clustering algorithm for medical image
Fuzzy k c-means clustering algorithm for medical imageFuzzy k c-means clustering algorithm for medical image
Fuzzy k c-means clustering algorithm for medical imageAlexander Decker
 
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 SegmentationIRJET Journal
 

Mais procurados (16)

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...
 
MRI Brain Image Segmentation using Fuzzy Clustering Algorithms
MRI Brain Image Segmentation using Fuzzy Clustering AlgorithmsMRI Brain Image Segmentation using Fuzzy Clustering Algorithms
MRI Brain Image Segmentation using Fuzzy Clustering Algorithms
 
Ji3416861690
Ji3416861690Ji3416861690
Ji3416861690
 
Efficient Brain Tumor Detection Using Wavelet Transform
Efficient Brain Tumor Detection Using Wavelet TransformEfficient Brain Tumor Detection Using Wavelet Transform
Efficient Brain Tumor Detection Using Wavelet Transform
 
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...
 
Medical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformMedical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet Transform
 
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
 
High-level
High-levelHigh-level
High-level
 
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...
 
Image Registration
Image RegistrationImage Registration
Image Registration
 
H017534552
H017534552H017534552
H017534552
 
Brain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI ImagesBrain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI Images
 
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
 
Emblematical image based pattern recognition paradigm using Multi-Layer Perce...
Emblematical image based pattern recognition paradigm using Multi-Layer Perce...Emblematical image based pattern recognition paradigm using Multi-Layer Perce...
Emblematical image based pattern recognition paradigm using Multi-Layer Perce...
 
Fuzzy k c-means clustering algorithm for medical image
Fuzzy k c-means clustering algorithm for medical imageFuzzy k c-means clustering algorithm for medical image
Fuzzy k c-means clustering algorithm for medical image
 
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
 

Destaque

Some forms of N-closed Maps in supra Topological spaces
Some forms of N-closed Maps in supra Topological spacesSome forms of N-closed Maps in supra Topological spaces
Some forms of N-closed Maps in supra Topological spacesIOSR Journals
 
Levels of Physical Activity Participation of the Staff of Universiti Selangor
Levels of Physical Activity Participation of the Staff of Universiti SelangorLevels of Physical Activity Participation of the Staff of Universiti Selangor
Levels of Physical Activity Participation of the Staff of Universiti SelangorIOSR Journals
 
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...IOSR Journals
 
A Study To Locate The Difference Between Active And Passive Recovery After St...
A Study To Locate The Difference Between Active And Passive Recovery After St...A Study To Locate The Difference Between Active And Passive Recovery After St...
A Study To Locate The Difference Between Active And Passive Recovery After St...IOSR Journals
 
CFD Analysis Of Multi-Phase Flow And Its Measurements
CFD Analysis Of Multi-Phase Flow And Its MeasurementsCFD Analysis Of Multi-Phase Flow And Its Measurements
CFD Analysis Of Multi-Phase Flow And Its MeasurementsIOSR Journals
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetIOSR Journals
 
Literature Survey On Clustering Techniques
Literature Survey On Clustering TechniquesLiterature Survey On Clustering Techniques
Literature Survey On Clustering TechniquesIOSR Journals
 
Oscillatory Behaviors of Second Order Forced Functional Differential Equation.
Oscillatory Behaviors of Second Order Forced Functional Differential Equation.Oscillatory Behaviors of Second Order Forced Functional Differential Equation.
Oscillatory Behaviors of Second Order Forced Functional Differential Equation.IOSR Journals
 
Hepatoprotective Activity of Chara Parpam in Ccl4 Induced Rats
Hepatoprotective Activity of Chara Parpam in Ccl4 Induced RatsHepatoprotective Activity of Chara Parpam in Ccl4 Induced Rats
Hepatoprotective Activity of Chara Parpam in Ccl4 Induced RatsIOSR Journals
 
Profile of Trace Elements in Selected Medicinal Plants of North East India
Profile of Trace Elements in Selected Medicinal Plants of North East IndiaProfile of Trace Elements in Selected Medicinal Plants of North East India
Profile of Trace Elements in Selected Medicinal Plants of North East IndiaIOSR Journals
 
Data Security in Cloud Computing Using Linear Programming
Data Security in Cloud Computing Using Linear ProgrammingData Security in Cloud Computing Using Linear Programming
Data Security in Cloud Computing Using Linear ProgrammingIOSR Journals
 
Notions via β*-open sets in topological spaces
Notions via β*-open sets in topological spacesNotions via β*-open sets in topological spaces
Notions via β*-open sets in topological spacesIOSR Journals
 
Bioavailability Studies of Ketorolac Tromethamine Fast Dissolving Tablets Pre...
Bioavailability Studies of Ketorolac Tromethamine Fast Dissolving Tablets Pre...Bioavailability Studies of Ketorolac Tromethamine Fast Dissolving Tablets Pre...
Bioavailability Studies of Ketorolac Tromethamine Fast Dissolving Tablets Pre...IOSR Journals
 
A study of the chemical composition and the biological active components of N...
A study of the chemical composition and the biological active components of N...A study of the chemical composition and the biological active components of N...
A study of the chemical composition and the biological active components of N...IOSR Journals
 

Destaque (20)

Some forms of N-closed Maps in supra Topological spaces
Some forms of N-closed Maps in supra Topological spacesSome forms of N-closed Maps in supra Topological spaces
Some forms of N-closed Maps in supra Topological spaces
 
Levels of Physical Activity Participation of the Staff of Universiti Selangor
Levels of Physical Activity Participation of the Staff of Universiti SelangorLevels of Physical Activity Participation of the Staff of Universiti Selangor
Levels of Physical Activity Participation of the Staff of Universiti Selangor
 
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
Energy saving in P2P oriented Wireless Sensor Network (WSN) using the approac...
 
C01051224
C01051224C01051224
C01051224
 
A Study To Locate The Difference Between Active And Passive Recovery After St...
A Study To Locate The Difference Between Active And Passive Recovery After St...A Study To Locate The Difference Between Active And Passive Recovery After St...
A Study To Locate The Difference Between Active And Passive Recovery After St...
 
E0312531
E0312531E0312531
E0312531
 
CFD Analysis Of Multi-Phase Flow And Its Measurements
CFD Analysis Of Multi-Phase Flow And Its MeasurementsCFD Analysis Of Multi-Phase Flow And Its Measurements
CFD Analysis Of Multi-Phase Flow And Its Measurements
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
 
Literature Survey On Clustering Techniques
Literature Survey On Clustering TechniquesLiterature Survey On Clustering Techniques
Literature Survey On Clustering Techniques
 
Oscillatory Behaviors of Second Order Forced Functional Differential Equation.
Oscillatory Behaviors of Second Order Forced Functional Differential Equation.Oscillatory Behaviors of Second Order Forced Functional Differential Equation.
Oscillatory Behaviors of Second Order Forced Functional Differential Equation.
 
B0460612
B0460612B0460612
B0460612
 
B0960512
B0960512B0960512
B0960512
 
B0560508
B0560508B0560508
B0560508
 
D0452428
D0452428D0452428
D0452428
 
Hepatoprotective Activity of Chara Parpam in Ccl4 Induced Rats
Hepatoprotective Activity of Chara Parpam in Ccl4 Induced RatsHepatoprotective Activity of Chara Parpam in Ccl4 Induced Rats
Hepatoprotective Activity of Chara Parpam in Ccl4 Induced Rats
 
Profile of Trace Elements in Selected Medicinal Plants of North East India
Profile of Trace Elements in Selected Medicinal Plants of North East IndiaProfile of Trace Elements in Selected Medicinal Plants of North East India
Profile of Trace Elements in Selected Medicinal Plants of North East India
 
Data Security in Cloud Computing Using Linear Programming
Data Security in Cloud Computing Using Linear ProgrammingData Security in Cloud Computing Using Linear Programming
Data Security in Cloud Computing Using Linear Programming
 
Notions via β*-open sets in topological spaces
Notions via β*-open sets in topological spacesNotions via β*-open sets in topological spaces
Notions via β*-open sets in topological spaces
 
Bioavailability Studies of Ketorolac Tromethamine Fast Dissolving Tablets Pre...
Bioavailability Studies of Ketorolac Tromethamine Fast Dissolving Tablets Pre...Bioavailability Studies of Ketorolac Tromethamine Fast Dissolving Tablets Pre...
Bioavailability Studies of Ketorolac Tromethamine Fast Dissolving Tablets Pre...
 
A study of the chemical composition and the biological active components of N...
A study of the chemical composition and the biological active components of N...A study of the chemical composition and the biological active components of N...
A study of the chemical composition and the biological active components of N...
 

Semelhante a Automated Brain Tumor Segmentation Using HSOM

Classification of Abnormalities in Brain MRI Images Using PCA and SVM
Classification of Abnormalities in Brain MRI Images Using PCA and SVMClassification of Abnormalities in Brain MRI Images Using PCA and SVM
Classification of Abnormalities in Brain MRI Images Using PCA and SVMIJERA Editor
 
An overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance imagesAn overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance imagesMangesh Lingampalle
 
Comparative Study on Medical Image Classification Techniques
Comparative Study on Medical Image Classification TechniquesComparative Study on Medical Image Classification Techniques
Comparative Study on Medical Image Classification TechniquesINFOGAIN PUBLICATION
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TR...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE  RETRIEVAL FOR CURVELET, CONTOURLET  TR...PERFORMANCE ANALYSIS OF TEXTURE IMAGE  RETRIEVAL FOR CURVELET, CONTOURLET  TR...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TR...ijfcstjournal
 
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...ijfcstjournal
 
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...IJERA Editor
 
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMFUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMAM Publications
 
brain tumor detection by thresholding approach
brain tumor detection by thresholding approachbrain tumor detection by thresholding approach
brain tumor detection by thresholding approachSahil Prajapati
 
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLPIRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLPIRJET Journal
 
IRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLPIRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLPIRJET Journal
 
MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...
MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...
MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...sipij
 
Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...Tamilarasan N
 
SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...
SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...
SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...csandit
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images IOSR Journals
 

Semelhante a Automated Brain Tumor Segmentation Using HSOM (20)

K011138084
K011138084K011138084
K011138084
 
Az03303230327
Az03303230327Az03303230327
Az03303230327
 
Classification of Abnormalities in Brain MRI Images Using PCA and SVM
Classification of Abnormalities in Brain MRI Images Using PCA and SVMClassification of Abnormalities in Brain MRI Images Using PCA and SVM
Classification of Abnormalities in Brain MRI Images Using PCA and SVM
 
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
 
An overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance imagesAn overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance images
 
E0413024026
E0413024026E0413024026
E0413024026
 
Comparative Study on Medical Image Classification Techniques
Comparative Study on Medical Image Classification TechniquesComparative Study on Medical Image Classification Techniques
Comparative Study on Medical Image Classification Techniques
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TR...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE  RETRIEVAL FOR CURVELET, CONTOURLET  TR...PERFORMANCE ANALYSIS OF TEXTURE IMAGE  RETRIEVAL FOR CURVELET, CONTOURLET  TR...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TR...
 
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...
 
M1803047782
M1803047782M1803047782
M1803047782
 
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
 
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMFUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
 
brain tumor detection by thresholding approach
brain tumor detection by thresholding approachbrain tumor detection by thresholding approach
brain tumor detection by thresholding approach
 
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLPIRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
 
IRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLPIRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLP
 
MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...
MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...
MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...
 
Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...
 
SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...
SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...
SEGMENTATION AND CLASSIFICATION OF BRAIN TUMOR CT IMAGES USING SVM WITH WEIGH...
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images
 
M010128086
M010128086M010128086
M010128086
 

Mais de IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 
C011121114
C011121114C011121114
C011121114
 

Automated Brain Tumor Segmentation Using HSOM

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834, p- ISSN: 2278-8735. Volume 5, Issue 2 (Mar. - Apr. 2013), PP 28-33 www.iosrjournals.org Automated Brain Tumor Segmentation Using Hsom Monica.R1, Santha.P2, Dr.C.N.Marimuthu3 1 Student of ME, Department of ECE, Nandha Engineering College, India 2 Assistant Professor, Department of ECE, Nandha Engineering College, India 3 Dean, Department of ECE, Nandha Engineering College, India Abstract: In this project a forceful segmentation tool for the detection of brain tumour is used to assist clinician and researchers in radio surgery applications. A clustering based approach using hierarchal self- organizing map algorithm is proposed for MR image segmentation. Hierarchal self-organizing map (HSOM) is a dynamically growing neural network model evolves into a hierarchical structure according to the requirements of the input data during an unsupervised training process. This algorithm proved to be exceptionally successful for data visualization applications. HSOM is the extension of the conventional self organizing map which is used to classify the image row by row. This project describe segmentation method consists of two phases. In the first phase, the MRI brain image is acquired from patient database. In that film artifact and noise are removed. In the second phase (MR) image segmentation is to accurately identify the principal tissue structures in these image volumes. Finally the numbers of affected cells are counted using the row and column wise scanning method. Keywords - HSOM, Image analysis, Magnetic Resonance Imaging (MRI) Segmentation, Tumor detection. I. Introduction The brain is a soft, delicate, non-replaceable and spongy mass of tissue. It is a stable place for patterns to enter and stabilize among each other. A tumour is a mass of tissue that grows out of control of the normal forces that regulates growth. Brain tumour is a group of abnormal cells that grows inside of the brain or around the brain. Tumours can directly destroy all healthy brain cells. It can also indirectly damage healthy cells by crowding other parts of the brain and causing inflammation, brain swelling and pressure within the skull. Surgical planning, post-surgical assessment, abnormality detection, and many other medical applications require medical image segmentation. In spite of wide number of automatic and semi-automatic image segmentation techniques, they fail in most cases largely because of unknown and irregular noise, inhomogeneity, poor contrast and weak boundaries which are inherent to medical images. MRI and other medical images contain complicated anatomical structures that require precise and most accurate segmentation for clinical diagnosis. Brain image segmentation from MRI images is complicated and challenging but its precise and exact segmentation is necessary for tumours detection and their classification, edema, haemorrhage detection and necrotic tissues. For early detection of abnormalities in brain parts, MRI imaging is the most efficient imaging technique. Unlike computerized Tomography (CT), MRI image acquisition parameters can be adjusted for generating high contrast image with different gray level for various cases of neuropathology. Therefore, MRI image segmentation stands in the upcoming research limelight in medical imaging arena. Image Segmentation is an important and challenging factor in the medical image segmentation. Cellular automata (CA) based seeded tumor segmentation method on contrast enhanced T1 weighted magnetic resonance (MR) images, which standardizes the volume of interest (VOI) and seed selection [1]. HSOM is an artificial neural network model which is very successful for data visualization applications where the mapping is done in two-dimensional representation space [2]. Edema is detected along with tumour. T2 MR Image is only required for the segmentation [3]. Segmentation of 3-D tumour structures from magnetic resonance images (MRI), intensity based fuzzy classification of voxels into tumour and background classes are considered. In case of N-dimensional images object and background are considered. Object and background segments may consist of several isolated parts [4][5].Generation of synthetic multi-modal 3D brain MRI with tumour and edema, along with the ground truth is modelled [6]. Cellular automata techniques is found to be a natural tool for image processing due to their local nature and simple parallel computing [7]. II. Dicom Image The Image Processing Toolbox supports writing files in Digital Imaging and Communications in Medicine (DICOM) format, using the dicomwrite function. This converts the dicom image format into JPEG image format so that pre-processing of the image becomes easier. www.iosrjournals.org 28 | Page
  • 2. Automated Brain Tumor Segmentation Using Hsom III. Pre-Processing The MR image consists of film artifact and labels on the MRI such as patient name, age and marks. Film artifacts are removed using pre-processing. Removal of the artifacts will start from the first row and the first column, the intensity value, greater than that of the threshold value are removed from MRI. The artifact film will have high intensity. These high intensity values of film artifact are removed from MRI brain image. During removal of film artifacts, the images will have salt and pepper noise. Histogram equalization is a spatial domain image enhancement technique that modifies the distribution of the pixels to become more evenly distributed over the available pixel range [8]. In histogram processing, a histogram displays the distribution of the pixel intensity value, mimicking in the probability density function (PDF) for a continuous function. An image that has a uniform PDF will have pixel values at all valid intensities. Therefore, it will show a high contrast image. Histogram equalization creates a uniform PDF or histogram. This can be accomplished by performing a global equalization that considers all the pixels in the entire image or a local equalization that segments the image into regions [9]. The image is then converted into grey scale image, i.e., 2D image. The grey scale image which consists of pixel intensity between 0-255 where 0 represents black and 255 represents white. Figure 1 Pre-processing of Input Image Image enhancement makes the smoothness towards piecewise-homogeneous region and reduces the edge- blurring effects. The information of enhancement using weighted median filter for removing high frequency component. VI. Hsom Algorithm A hierarchical self-organizing map (HSOM) is a type of artificial neural network (ANN). It is an unsupervised learning method to produce a low-dimensional discretized representation of the input space of the training samples, called a map. Hierarchical self-organizing maps are different from other artificial neural networks in the sense that they use a neighbourhood function to preserve the topological properties of the input space. HSOMs operate in two modes: training and mapping. "Training" builds the map using input examples. It is a competitive process, which is also called vector quantization. "Mapping" automatically classifies a new input vector. The key idea of the hierarchical self-organizing map (HSOM) is to use a hierarchical structure of multiple layers where each layer consists of a number of independent self-organizing maps (SOMs). One SOM is used at the first layer of the hierarchy. This principle is repeated with the third and any further layers of the HSOM. Segmentation is an important process to extract information from complex medical images. Segmentation has wide application in medical field. Image segmentation techniques can be classified as based on edge detection, region or surface growing, threshold level, classifier such as Hierarchical Self Organizing Map (HSOM), and feature vector clustering or vector quantization. The Trained Vector quantization has proved to be a very effective model for image segmentation process. Vector quantization is a process of portioning n- dimensional vector space into M regions so as to optimize a criterion function when all the points in each region are approximated by the representation vector Xi associated with that region. There are two processes involved in the vector quantization: one is the training process which determines the set of codebook vector according to the probability of the input data, the other is the encoding process which assigns input vectors to the code book vectors. Vector quantization process has been implemented in terms of the competitive learning neural network. The importance of SOM for vector quantization is primarily due to the similarity between the competitive learning process employed in the SOM and the vector quantization procedure. The main shortcoming of the SOM is that the number of neural units in the competitive layer needs to be approximately equal to the number of regions desired in the segmented image. www.iosrjournals.org 29 | Page
  • 3. Automated Brain Tumor Segmentation Using Hsom Level 1 Level 2 Level 3 Figure 2 Levels of HSOM STEPS OF HSOM ALGORITHM Step 1: Randomize the map's nodes' weight vectors. Step 2: Grab an input vector D(t). Step 3: Traverse each node in the map (i) Use the Euclidean distance formula to find the similarity between the input vector and the map's node's weight vector (ii)Track the node that produces the smallest distance (this node is the best matching unit, BMU) Step 4: Update the nodes in the neighbourhood of the BMU (including the BMU itself) by pulling them closer to the input vector Wv(s + 1) = Wv(s) + Θ(u, v, s) α(s)(D(t) -Wv(s)) (1) Step 5: Increase s and repeat from step 2 while S < λ A variant algorithm: (i)Randomize the map's nodes' weight vectors. (ii)Traverse each input vector in the input data set. (a)Traverse each node in the map (1)Use the Euclidean distance formula to find the similarity between the input vector and the map's node's weight vector (2)Track the node that produces the smallest distance (this node is the best matching unit, BMU) (b)Update the nodes in the neighbourhood of the BMU (including the BMU itself) by pulling them closer to the input vector Wv(s + 1) = Wv(s) + Θ(u, v, s) α(s)(D(t) -Wv(s)) (2) (iii) Increase s and repeat from step 2 while S < λ Figure 3 A self-organizing map formed by 36 hexagons www.iosrjournals.org 30 | Page
  • 4. Automated Brain Tumor Segmentation Using Hsom The 36 hexagons represent neurons as indicated by letter and number. Clusters (X and Y) and sub clusters (X1, X2, Y1, Y2, Y3, Y4) of neurons were distinguished on the basis of a hierarchical cluster analysis with the Ward linkage method using Euclidean distance measures. There are two ways to interpret a SOM. Because in the training phase weights of the whole neighbourhood are moved in the same direction, similar items tend to excite adjacent neurons. Therefore, SOM forms a semantic map where similar samples are mapped close together and dissimilar ones apart. This may be visualized by a U-Matrix (Euclidean distance between weight vectors of neighbouring cells) of the SOM. The other way is to think of neuronal weights as pointers to the input space. They form a discrete approximation of the distribution of training samples. More neurons point to regions with high training sample concentration and fewer where the samples are scarce. INPUT PRE HSOM IMAGE PROCESSING ALGORITHM BINARY IMAGE AFFECTED RESULT CELL COUNTING Figure 4 Flow diagram to Detect Tumor The image is segmented using HSOM algorithm and the conversion of grey scale image into binary image is done. This binary image helps in counting the number of cells affected from the tumour. V. Results And Analysis Input Image No. Of Execution Affected Time Cells (sec) Image 1 112 1.15441 Image 2 117 1.31041 Image 3 420 1.92261 Image 4 813 2.10601 Image 5 1749 2.62082 Image 6 1808 2.73161 Image 7 1888 2.76981 Image 8 3618 2.96762 Image 9 5162 3.71601 Table 1 Simulated Result Table 1 shows the simulated result of segmentation using HSOM algorithm. The number of cells affected and the time taken to count the cells are also found. The above tabular value is compared with the ground truth values and found to be approximately equal. www.iosrjournals.org 31 | Page
  • 5. Automated Brain Tumor Segmentation Using Hsom Figure 6 Relations between Number of Affected Cells and Execution Time for Simulated Values SCREEN SHOTS Figure 6 Segmented Output of Image Figure 6 shows the segmented output of the MR image. The number of cells affected by tumor are 844 and the time taken to analyze is 2.28906 seconds. The segmented tumor is found to be severe. VI. Conclusion The proposed method uses hierarchal self organizing map algorithm using which the red blue and green components are separated. During this separation red component is considered to be best suited for the process of segmentation. With the use of red component segmentation is done and the tumor part is identified. The HSOM algorithm provides the information that how many number of tumor cells are affected. The time taken to detect the tumor cells are also provided using HSOM. The performance of the MR image in terms of execution time and the number of affected cells are detected. www.iosrjournals.org 32 | Page
  • 6. Automated Brain Tumor Segmentation Using Hsom References [1] AndacHamamci, Nadir Kucuk, KutlayKaraman, KayihanEngin, and GozdeUnal,(2012). "Tumor-Cut: Segmentation of Brain Tumors on Contrast Enhanced MR Imagesfor Radiosurgery Applications". IEEE Transactions on Medical Imaging, Vol. 31, No.3. [2] Fedde van der Lijn, Marleen de Bruijne, Stefan Klein, Tom den Heijer, Yoo Y. Hoogendam, Aad van der Lugt, Monique M. B. Breteler, and Wiro J. Niessen(2012). "Automated Brain Structure Segmentation Based on Atlas Registration and Appearance Models". IEEE Transactions On Medical Imaging, Vol. 31, No. 2 [3] Shanhui Sun, Christian Bauer, and ReinhardBeichel (2012). "Automated 3-D Segmentation of Lungs With Lung Cancer in CT Data Using a Novel Robust Active Shape Model Approach". IEEE Transactions OnMedical Imaging, Vol. 31, No. 2. [4] Nazem-ZadehM.R, Davoodi-Bojd.E., and Soltanian-ZadehH.,(2011). “Atlasbasedfiber bundle segmentation using principal diffusion directions and spherical harmonic coefficients,” NeuroImage, vol. 54, pp. S146–S164. [5] Gooya, G. Biros, and DavatzikosC., (2011). “Deformable registration of glioma images using em algorithm and diffusion reaction modeling,” IEEETrans. Med. Imag., vol. 30, no. 2, pp. 375–390. [6] Menze,Leemput.K.VLashkari.D,Weber.M.A,. Ayache.N, andGolland.P, (2010)“A generative model for brain tumor segmentation in multimodal images,” Med. Image Comput. Comput. Assist. Intervent., vol. 13, pp. 151–159. [7] Hamamci, Unal.G,.Kucuk.N, and Engin.K., (2010) “Cellular automata segmentation of brain tumors on post contrast MR images,” in MICCAI. New York: Springer, pp. 137–146. [8] Kauffmann and Pich.N., (2010) “Seeded ND medical image segmentation by cellular automaton on GPU,” Int. J. Comput. Assist. Radiol. Surg., vol. 5, pp. 251–262. [9] Bai.X, and Sapiro.G,(2009)., “Geodesic matting: A framework for fast interactive image and video segmentation and matting,” Int. J. Comput. Vis., vol. 82, pp. 113–132. [10] Couprie.C, Grady.L, Najman.L, and Talbot.H. (2009), “Power watersheds:A new image segmentation framework extending graph cuts, randomwalker and optimal spanning forest,” in ICCV , pp. 731–738. [11] Criminisi, Sharp.T, and Blake.A. (2008), “GeoS: Geodesic image segmentation,”inComput. Vis. ECCV, vol. 5302, pp. 99–112. [12] Szeliski.R.,Zabih.R,Scharstein.D, Veksler.O,Kolmogorov.V,Agarwala.A, Tappen.M, and Rother.C, (2008) “A comparative study of energy minimization methods for Markov random fields with smoothness-based priors,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 30, pp. 1068–1080. [13] Sinop and Grady.L. (2007), “A seeded image segmentation framework unifying graph cuts and random walker which yields a new algorithm,” in ICCV, pp. 1–8. [14] Angelini.E.D, Clatz.O, Mandonnet.E, Konukoglu.E, Capelle.L, and Duffau.H(2007), “Glioma dynamics and computational models: A review of segmentation, registration, and in silico growth algorithms and their clinical applications,” Curr. Med. Imag. Rev., vol. 3, no. 4, pp.262–276. [15] Alvino.C, Unal.G, Slabaugh.G, Peny.B, and Fang.T, (2007). “Efficient segmentation based on eikonal and diffusion equations,” Int. J. Comput.Math., vol. 84, pp. 1309–1324. [16] Archip.N, Jolesz.F, and Warfield.S, (2007) “A validation framework for brain tumor segmentation,” Acad. Radiol., vol. 14, no. 10, pp. 1242–1251. www.iosrjournals.org 33 | Page