SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018
DOI : 10.5121/ijaia.2018.9203 37
SEGMENTATION OF MULTIPLE SCLEROSIS LESION
IN BRAIN MR IMAGES USING FUZZY C-MEANS
Saba Heidari Gheshlaghi1
, Abolfazl Madani2
, AmirAbolfazl Suratgar3
and Fardin
Faraji4
1
Department of Electrical Engineering, Amirkabir University of Technology (Tehran
Polytechnic), Tehran, Iran
2
Department of Control Engineering, South Tehran Branch Islamic Azad University
(IAU) Tehran, Iran
3
Department of Electrical Engineering, Amirkabir University of Technology (Tehran
Polytechnic), Tehran, Iran
4
Neurology Department, Arak University of Medical Sciences, Arak, Iran
ABSTRACT
Magnetic resonance images (MRI) play an important role in supporting and substituting clinical
information in the diagnosis of multiple sclerosis (MS) disease by presenting lesion in brain MR images. In
this paper, an algorithm for MS lesion segmentation from Brain MR Images has been presented. We revisit
the modification of properties of fuzzy-c means algorithms and the canny edge detection. By changing and
reformed fuzzy c-means clustering algorithms, and applying canny contraction principle, a relationship
between MS lesions and edge detection is established. For the special case of FCM, we derive a sufficient
condition and clustering parameters, allowing identification of them as (local) minima of the objective
function.
KEYWORDS
Multiple Sclerosis, segmentation, MRI, T2, fuzzy c-means (FCM), Canny.
1.INTRODUCTION
The importance of finding a correct and efficient way for diagnosing diseases are increased over
time and it is important to find an optimal and accurate method for diagnosing diseases. Multiple
sclerosis, also known as MS, is a chronic disease that attacks the central nervous system (CNS)
and affects white matter by the person's own immune system so that MS is known as an auto-
immune disease. A nerve fiber is surrounded by myelin, which protects the nerves and helps
them to conduct electrical Signals (Impulse) between each other. Myelin is vital to the normal
functioning of the nervous system. When a nerve carries electrical impulses from one end to the
other, myelin helps to stop the impulse from leaving the axon and increases electrical resistance,
therefore enhancing signal conduction. When the myelin is disappeared which is called
Demyelination, a variety of cognitive, motor and sensory deficits appears and can cause
neurological disease. One of the most well-known demyelinating diseases is MS. MS is a largely
unknown disease these days and diagnosis it correctly and early, has a significant impact on
disease progression [1].
The demyelination makes lesions in the brain. Hence, Brain lesions detection plays an important
role in MS studies, as it is used to evaluate patient disease and, it is a future development.
Currently, lesions are detected manually or semi-automatic segmentation methods, which are
very time-consuming and show a high inter and variability [2].
International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018
38
Magnetic Resonance Imaging (MRI) was officially included in the diagnostic of patients
presenting with a clinically isolated syndrome suggestive of multiple sclerosis in 2001 by an
international panel of experts [3]. Diagnosing multiple sclerosis depends on the sign of disease
dissemination in space and time and exclusion of other syndromes that can imitate multiple
sclerosis by their clinical and laboratory Specifications. MRI can support and substitute clinical
information for multiple sclerosis diagnoses, allowing an early and accurate diagnosis. [4] MR
images is a valuable application and most common method for identification MS patients. The
clinical presentation of MS includes a wide range of physical disorders and cognitive symptoms.
Cognitive Impairment decrease quality of life and treatment amongst MS patients [5-8]. MS is an
inflammatory demyelinating and degenerative disease of the CNS, distinctive pathologically by a
different part of brain inflammation, demyelination, axonal loss, often causing motor, sensorial,
vision, correlation, and cognitive impairment [9].
Although, MS is the recurring, neurological disease proficient in disability in young adults. In
these days, MS disease has been increased, and geographical areas play a significant role in MS.
Moreover, Multiple Sclerosis is between two and three-times more average in females than in
males, but males have a propensity for later disease [10]. As mentioned, one of the most famous
facilities for diagnosis MS disease is Magnetic Resonance Imaging (MRI) techniques [9], T2-
weighted (T2-w) and gadolinium-enhanced T1-weighted (T1-w), are highly aware in detecting
MS lesions. MRI-derived metrics have become the most important medical tool for diagnosing
MS disease.
Both sharp and persistent MS plaques appear as focal high-signal intensity areas on T2-w
sequences, all tissues illustrated by water content. The total T2 lesion volume of the brain
increases by almost (5–10%) each year in the relapsing forms of MS [11]. Gadolinium-enhanced
T1-w imaging is highly fragile in detecting inflammatory activity. CNS atrophy, which involves
both grey matter and white matter, is a progressive phenomenon that becomes worse with
argument disease length and progresses at a rate of between 0.6% and 1.2% of brain loss per year
in this disease [12]. It is important to consider that different segmentation methods might
have an impression on the small volume of the lesion detection and this small volume of
the lesion can be used to show the disease progression.
In this paper, Section 2 reviews of the pre-processing steps needed automatically portioning MS
lesions. Section 3 approaches segmentation methods and also reviews algorithms which are used.
In Section 4, conclusion and results are showing and give some ideas for future works.
In this research, MRIs for patients with MS are from various sources. Mostly, our high gratitude
should be directed to C.P. Loizoua and his colleagues: The Laboratory of Health at the University
of Cyprus (http://www.medinfo.cs.ucy.ac.cy/)
Figure 1: Samples Of Mr Images For Ms Patient
International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018
39
2. PRE-PROCESSING STEPS
Accurate and efficient association of brain in MR head images is a critical first step in near all
neuroimaging studies. There are different methods according to skull extraction . Although, this
section is significant, using an efficient method. In this research, the automated brain extraction
tool (BET) (Smith, 2002) has been used [13-16]. BET is an automated Brain Extraction Tool
designed to segment the brain and non-brain tissues in MRI head scan volumes as well, image
binarization is measuring by Eq. (1). th is described as a threshold.
1 ( , )
( , )
.
if f x y th
Bin x y
if O w
> 
=  
 0
(1)
3. SEGMENTATION METHODS AND ALGORITHM
For automatic analysis and segmentation images, varieties of methods have been generated
during last three decays and so images could be segmented into its basic elements. Many edge
detection methods are used to find edges of objects in the images. Edges mostly occur on the
boundary between two different regions in the image.
Edge detection is an image processing technique for finding the boundaries of objects by
detecting brightness discontinuities. Image edge detection methods have been studied intensively
for the last three decades, and it has an important role in image processing and computer vision
systems. In addition, it is used concerning image segmentation, data extraction like image
processing, computer vision, and machine vision, etc.
Various classification methods for edge detection has been cleared, but they are usually divided
into two main groups:
• Gradient based method: The gradient method looks for maximum and minimum in the
first derivative of the image for detecting the edges [17].
• Laplacian based method: It searches for zero crossings in the second derivative of the
image for finding edges. An edge has the one-dimensional shape of a ramp and
calculating the derivative of the image can highlight its location. The zero crossing of the
distinguished signal as edge points [17]. Because images are two-dimensions, the two-
dimensional Gaussian operator has been applied. The two-dimensional Gaussian operator
G(x, y) is defined:
22
2 2
( )
2 21
( , )
2
x y
yx
x y
G x y e
σ σ
πσ σ
− +
= (2)
If we considering these condition; i.e. x yσ σ= and 2 2 2
x y r+ = the equation simplify to:
2
2
2
2
1
( )
2
r
G r e σ
πσ
= (3)
For edge detection, searching for zero-crossing in 2nd order derivative of the image needed which
f(x,y) is the image [2].
International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018
40
2
( , ) ( )* ( , )g x y G r f x y= ∇ (4)
2
2
2
2 2
2
1
( ) [1 ]
4 2
r
r
G r e σ
πσ σ
−
∇ = − (5)
The most common edge detection algorithms are Sobel, Canny, Prewitt, Marr-Hildreth. Those
methods are determined in this research. The main difference between these methods is that
canny edge detection method is in the spatial domain while others are in the frequency domain
[9].
In Figure 2, the differences between Canny, Sobel, and Marr-Hildreth edge detection is shown.
As it shown in figure 2, canny edge detection has a better result than other methods. The Canny
edge detector is one of the best edge detections method, which is currently used, also canny edge
detector has good noise reduction and at the same time, it detects true edge with the minimum
error [18] [19].
Figure 2: Differences between Canny, Sobel, and Marr-Hildreth edge detection methods.
4. FUZZY C-MEANS
Clustering of numerical data forms of many classification and system modeling methods. The
suggestion of clustering is to identify natural groupings of data from a large dataset to create a
concise representation of a system's behavior. Semi-supervised classification algorithms based on
fuzzy c-means (FCM) clustering in which a data set is grouped into n clusters with any data point
in the data set belonging to every cluster to the main degrees [20]. The FCM algorithm assumes
that each spike concerns to more than one cluster with given a dataset 1 2 3{ , , ..., }NX x x x x=
clustering goals to discrete the dataset into alternating subsets each with a cluster midpoint. FCM
International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018
41
algorithm allocates fuzzy memberships iju any pixels ( 1,2,..., )jx j N= in each variety c by
decreasing the following cost function:
2
1 1
|| ||
N C
m
ij j i
j i
J u x v
= =
= − (6)
Where m is the weighting fuzziness parameter. iv Illustrate the i-th cluster midpoint. ||.||
Explain the Euclidean interval. iju Means a partition matrix that is subject
1
[0,1] 1
c
ij ij
i
u and u
=
∈ = . Using the Lagrangian method, partition matrix, and cluster
centers by calculating as follows:
1
1
N
m
ij j
j
i N
m
ij
j
u x
v
u
=
=
=


(7)
1
2 ( 1)
2
1
1
|| ||
( )
|| ||
ij
c m
j i
k j k
u
x v
x v
−
=
=
−
−

(8)
In this study, considering the MR image is often with spatial inhomogeneity due to the deficiency
in the magnetic field, the intensity jx is modeled by j i jx y γ= − here, iy and jγ , and mean
the measured absorption and the consistent bias field. We propose a novel algorithm as an
addition of the traditional FCM clustering by modifying the cost function in Equation 9 as [21,
22]:
2
1 1
|| ||
N c
m
ij j i
j i
J u x v S Rα β
= =
= − + + (9)
Where S is a normalizer that indicate the neighborhood influence during segmentation. R is the
regularization term on bias field. α and β are constants that control the effect of the two
regularization term correspondingly definitely, S, R are established as [14]:
2
1 1
2
1 1
1
( || || )
(|| || )
N C
m
ij i
j i x N
N C
m
ij j
j i
S u x v
N
and
R u
εε
γ
= = ∈
= =
= −
=
 

(10)
Where N ε represent neighborhood positioning at jx .
International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018
42
Also in the traditional FCM algorithm, by differentiating the cost function respect to, iV and jγ
respectively and setting the result to zero, we can obtain the updating * *
ij iu v, and *
jγ as:
*
2 2
1
( 1)
2 21
1
1
|| || . || || .
( )
1
|| || . || || .
ij
j i i jc
x N m
k
j k k j
x N
u
x v x v
N
x v x v
N
ε
ε
ε
ε
α β γ
α β γ
∈ −
=
∈
=
− + − +
− + − +



(11)
1*
1
1
( . ( )
(1 )
N
m
ij j i
j x N
i N
m
ij
j
u x x v
N
v
u
εε
α
α
= ∈
=
+ −
=
+
 

(12)
* 1
1
(1 )
c
m
ij i
i
j j c
m
ij
i
u v
y
u
γ
β
=
=
= −
+


(13)
The final result is shown in Figure 3. For having this result, earliest, we use the pre-processing
method as described in section 2, after that applying canny edge detection and finally, for
increasing accuracy, Fuzzy C-means has been applied.
Figure 3: Result when FCM applied after the canny edge detection.
5. CONCLUSIONS
Multiple sclerosis caused when the immune system attacks myelin, which covered around human
nerve fibers to protect them and help them to send the messages between brain and body
efficiently [1]. Without this shell, nerves became damaged. This damage is called Demyelination.
Demyelination can make lesions which form MS, and these lesions make the MS a long-lasting
disease that can affect the brain, spinal cord, and the optic nerves in eyes. By this damage,
transferring messages between brain and body will be affected and symptoms such as fatigue,
numbness, vision problem, cognitive problems, etc. appear [23]. The message will slow down or
blocked during transferring and leading to the symptoms of MS. No two cases of MS are exactly
same, and symptoms are different from one patient to other and it depends on where myelin
International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018
43
plaques have formed. Because of these differences, Doctors use medical history, physical exam,
neurological exam, especially MRI to diagnose this disease. MR images are the most valuable
and main tool for identification multiple sclerosis and it is widely used for diagnosis and
monitoring the MS patients [24]. There is no specific cure for MS, but medicines may slow it
down and help control the disease progress [7]. Physical and occupational therapy may also be
helpful. Because of the sensitivity of MR images, determine the disease clinically is hard and take
a long time hence having an automatic method for diagnosing this disease fast and accurate is
critical for decreasing the disease progression.
In this paper, different image processing methods have been used, such as edge detection and
segmentation. Furthermore, some famous pre-processing techniques for having the best result
have been used, like Brain extraction tool [13-16] and binarization. In addition, a modification
method with Fuzzy C Means for better lesion segmentation and using canny for better edge
detection has been presented. In section 3 we show that canny edge detection has a better result
than other famous edge detection methods. In our method, first edge detection method for
finding edges has been used and then Fuzzy C-means has been applied for increasing diagnostic
accuracy. In addition, for increasing the detection accuracy and having the best result, the
clustering parameters have been changed and tested; also, as it was mentioned before, in MS
lesion detection, effectiveness is the most important part. In this research, lesion diagnosis
accuracy has been improved in comparison with others works [25].
REFERENCES
[1] Van Waesberghe, J. H. T. M., et al. "Axonal loss in multiple sclerosis lesions: magnetic resonance
imaging insights into substrates of disability." Annals of neurology 46.5 (1999): 747-754.
[2] Beaumont, J., Commowick, O., & Barillot, C. Multiple Sclerosis lesion segmentation using an
automated multimodal Graph Cut. In Proceedings of the 1st MICCAI Challenge on Multiple
Sclerosis Lesions Segmentation Challenge Using a Data Management and Processing Infrastructure–
MICCAI-MSSEG (2016, October): 1-8.
[3] Golkov, Vladimir, Tim Sprenger, Jonathan Sperl, Marion Menzel, Michael Czisch, Philipp Samann,
and Daniel Cremers. "Model-free novelty-based diffusion MRI." In Biomedical Imaging (ISBI),
2016 IEEE 13th International Symposium on , (2016) :1233-1236.
[4] Filippi, Massimo, et al. "MRI criteria for the diagnosis of multiple sclerosis: MAGNIMS consensus
guidelines." The Lancet Neurology 15.3 (2016): 292-303
[5] Uher, T., et al. "Identification of multiple sclerosis patients at highest risk of cognitive impairment
using an integrated brain magnetic resonance imaging assessment approach." European journal of
neurology 24.2 (2017): 292-301.
[6] Kjølhede, Tue, et al. "Can resistance training impact MRI outcomes in relapsing-remitting
multiple sclerosis?." Multiple Sclerosis Journal (2017): 1-10.
[7] Preziosa, Paolo, et al. "Comparison of MRI Criteria for the Diagnosis of Multiple Sclerosis: Role of
Cortical Lesions (S45. 003)." Neurology 86.16 Supplement (2016): S45-003.
[8] Favaretto, Alice, et al. "MRI-detectable cortical lesions in the cerebellum and their clinical relevance
in multiple sclerosis." Multiple Sclerosis Journal 22.4 (2016): 494-501.
[9] Denitto, Matteo, et al. “A biclustering approach based on factor graphs and max-sum algorithm.”
Pattern Recognition 62(2017): 114-124
[10] A. Compston, A. Coles, Multiple sclerosis, Lancet 359 (9313) (2006) 1221–1231.
[11] S. Saha, S. Bandyopadhyay, A new point symmetry based fuzzy genetic clustering technique for
automatic evolution of clusters, Inf. Sci. 179 (9) (2009): 3230–3246.
[12] H. McFarland, L. Stone, P. Calabresi, H. Maloni, C. Bash, J. Frank, MRI studies of multiple
sclerosis: implications for the natural history of the disease and for monitoring effectiveness of
experimental therapies, Mult. Scler. 2 (4) (1996): 198–205.
[13] Popescu, Valeriu, et al. "Optimizing parameter choice for FSL-Brain Extraction Tool (BET) on 3D
T1 images in multiple sclerosis." NeuroImage 61.4 (2012): 1484-1494.
[14] Eskildsen, Simon F., et al. "BEaST: brain extraction based on nonlocal segmentation technique."
NeuroImage 59.3 (2012): 2362-2373.
International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018
44
[15] Rex, David E., et al. "A meta-algorithm for brain extraction in MRI." NeuroImage 23.2 (2004): 625-
637.
[16] Kalavathi, P. "Improved Brian Extraction tool using marker-controlled watershed
segmentation." IOSR Journal of computer Engineering 16.5 (2014): 106-111.
[17] Walker, Stephen G. "A Laplace transform inversion method for probability distribution
functions." Statistics and Computing 27.2 (2017): 439-448.
[18] Saif, Jamil AM, Mahgoub H. Hammad, and Ibrahim AA Alqubati. "Gradient Based Image Edge
Detection." International Journal of Engineering and Technology 8.3 (2016): 153.
[19] Ray, Ajoy K., and Tinku Acharya. Image Processing Principles and Applications. Wiley & Sons,
2005.
[20] Meena Prakash, R., and R. Shantha Selva Kumari. "Fuzzy C means integrated with spatial
information and contrast enhancement for segmentation of MR brain images." International Journal
of Imaging Systems and Technology 26.2 (2016): 116-123.
[21] Horsfield, Mark A., et al. "Rapid semi-automatic segmentation of the spinal cord from magnetic
resonance images: application in multiple sclerosis." Neuroimage 50.2 (2010): 446-455.
[22] L.P. Clarke, R.P. Velthuizen, M.A. Camacho, J.J. Heine, M. Vaidyanathan, L.O. Hall, R.W.
Thatcher, M.L. Silbiger, MRI segmentation: methods and applications, Magn. Reson. Imag. 13 (3)
(1995): 343–368.
[23] Polman, Chris H., et al. "Diagnostic criteria for multiple sclerosis: 2010 revisions to the McDonald
criteria." Annals of neurology 69.2 (2011): 292-302.
[24] Lövblad, K-O., et al. "MR imaging in multiple sclerosis: review and recommendations for current
practice." American journal of neuroradiology 31.6 (2010): 983-98.
[25] Ali, S. M., and Asmaa Maher. "Identifying multiple sclerosis lesions in MR images using image
processing techniques." Multidisciplinary in IT and Communication Science and Applications (AIC-
MITCSA), Al-Sadeq International Conference on. IEEE, (2016):1-4
Authors
Saba Heidari Gheshlaghi was born in Tehran, Iran, in 1991.she received the B.Sc.
degree in electrical engineering from the Shahid Rajaie University of Tehran in
2014. She is currently studying M.Sc. in control engineering from the Amirkabir
University of Technology (Tehran Polytechnic). The areas of her research interests
are image process, neuroscience, Cognitive science, and Neural Network.
Abolfazl Madani was born in Arak, Iran, in 1992.He received the B.Sc. degree in
electrical engineering from the Islamic Azad University of Arak in 2015. He is
currently studying M.Sc. in control engineering from Islamic Azad University
South Tehran Branch. The areas of his research interests are Neuroscience and
Optimization methods for Deep Learning.
Amir Abolfazl Suratgar was born in Arak, Iran, in 1974. He received his B.S.
degree in electrical engineering from Isfahan University of Technology, Isfahan,
Iran, in 1996. He was honored M.S. and Ph.D. degrees in control engineering from
Amirkabir University of Technology (Tehran Polytechnic), Tehran, Iran, in 1999
and 2002, respectively. He was an Assistant Professor of Electrical Engineering at
the University of Arak, Arak, Iran. He received the outstanding research award
from Engineering Faculty of University of Arak in 2006 and 2005. He received the outstanding education
award from Engineering Faculty of University of Arak in 2009. Currently, he is an Associate Professor at
International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018
45
Amirkabir University of Technology (Tehran Polytechnic), Tehran, Iran. The areas of
his research interests are computational intelligence, fuzzy modeling, fuzzy system
stability analysis, neuroscience, and micro robots and MEMS dynamics analysis and
control. He has published more than 100 papers in scientific journals and conferences.
Fardin Faraji was born in Arak, Iran, in 1965. He received his Ph.D. degree in
Neurology from Tehran University of Medical Sciences, Tehran, Iran. He is an
Assistant Professor of Neurology at the University of Arak, Arak, Iran. He is the founder of MS association
in Arak, Iran. The areas of his research interests are neurology and Multiple Sclerosis disease. He has
published more than 45 papers in scientific journals and conferences.

More Related Content

What's hot

04 underprocess scopusiese cahyo
04 underprocess scopusiese cahyo04 underprocess scopusiese cahyo
04 underprocess scopusiese cahyoIAESIJEECS
 
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORKMULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORKBenyamin Moadab
 
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
 
Survey of various methods used for integrating machine learning into brain tu...
Survey of various methods used for integrating machine learning into brain tu...Survey of various methods used for integrating machine learning into brain tu...
Survey of various methods used for integrating machine learning into brain tu...Drjabez
 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationiaemedu
 
A Review on Brain Disorder Segmentation in MR Images
A Review on Brain Disorder Segmentation in MR ImagesA Review on Brain Disorder Segmentation in MR Images
A Review on Brain Disorder Segmentation in MR ImagesIJMER
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesIAEME Publication
 
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
 
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
 
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 strokeIJECEIAES
 
Automatic Brain Tumour Detection Using Symmetry Information
Automatic Brain Tumour Detection Using Symmetry InformationAutomatic Brain Tumour Detection Using Symmetry Information
Automatic Brain Tumour Detection Using Symmetry InformationIJERA Editor
 
MR Image Segmentation of Patients’ Brain Using Disease Specific a priori Know...
MR Image Segmentation of Patients’ Brain Using Disease Specific a priori Know...MR Image Segmentation of Patients’ Brain Using Disease Specific a priori Know...
MR Image Segmentation of Patients’ Brain Using Disease Specific a priori Know...CSCJournals
 
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
 
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
 
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and PredictionIRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and PredictionIRJET Journal
 
Cancer cell segmentation and detection using nc ratio
Cancer cell segmentation and detection using nc ratioCancer cell segmentation and detection using nc ratio
Cancer cell segmentation and detection using nc ratioeSAT Publishing House
 

What's hot (20)

04 underprocess scopusiese cahyo
04 underprocess scopusiese cahyo04 underprocess scopusiese cahyo
04 underprocess scopusiese cahyo
 
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORKMULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
 
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...
 
Bt36430432
Bt36430432Bt36430432
Bt36430432
 
Survey of various methods used for integrating machine learning into brain tu...
Survey of various methods used for integrating machine learning into brain tu...Survey of various methods used for integrating machine learning into brain tu...
Survey of various methods used for integrating machine learning into brain tu...
 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentation
 
S04405107111
S04405107111S04405107111
S04405107111
 
A Review on Brain Disorder Segmentation in MR Images
A Review on Brain Disorder Segmentation in MR ImagesA Review on Brain Disorder Segmentation in MR Images
A Review on Brain Disorder Segmentation in MR Images
 
49 299-305
49 299-30549 299-305
49 299-305
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
 
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
 
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...
 
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
 
Automatic Brain Tumour Detection Using Symmetry Information
Automatic Brain Tumour Detection Using Symmetry InformationAutomatic Brain Tumour Detection Using Symmetry Information
Automatic Brain Tumour Detection Using Symmetry Information
 
MR Image Segmentation of Patients’ Brain Using Disease Specific a priori Know...
MR Image Segmentation of Patients’ Brain Using Disease Specific a priori Know...MR Image Segmentation of Patients’ Brain Using Disease Specific a priori Know...
MR Image Segmentation of Patients’ Brain Using Disease Specific a priori Know...
 
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...
 
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
 
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and PredictionIRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
 
Cancer cell segmentation and detection using nc ratio
Cancer cell segmentation and detection using nc ratioCancer cell segmentation and detection using nc ratio
Cancer cell segmentation and detection using nc ratio
 
40120130405013
4012013040501340120130405013
40120130405013
 

Similar to SEGMENTATION OF MULTIPLE SCLEROSIS LESION IN BRAIN MR IMAGES USING FUZZY C-MEANS

Alzheimer’s detection through neuro imaging and subsequent fusion for clinica...
Alzheimer’s detection through neuro imaging and subsequent fusion for clinica...Alzheimer’s detection through neuro imaging and subsequent fusion for clinica...
Alzheimer’s detection through neuro imaging and subsequent fusion for clinica...IJECEIAES
 
A Survey On Identification Of Multiple Sclerosis Lesions From Brain MRI
A Survey On Identification Of Multiple Sclerosis Lesions From Brain MRIA Survey On Identification Of Multiple Sclerosis Lesions From Brain MRI
A Survey On Identification Of Multiple Sclerosis Lesions From Brain MRIJanelle Martinez
 
An evaluation of automated tumor detection techniques of brain magnetic reson...
An evaluation of automated tumor detection techniques of brain magnetic reson...An evaluation of automated tumor detection techniques of brain magnetic reson...
An evaluation of automated tumor detection techniques of brain magnetic reson...Salam Shah
 
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
 
Automatic brain tumor detection using adaptive region growing with thresholdi...
Automatic brain tumor detection using adaptive region growing with thresholdi...Automatic brain tumor detection using adaptive region growing with thresholdi...
Automatic brain tumor detection using adaptive region growing with thresholdi...IAESIJAI
 
Tumor Detection and Classification of MRI Brain Images using SVM and DNN
Tumor Detection and Classification of MRI Brain Images using SVM and DNNTumor Detection and Classification of MRI Brain Images using SVM and DNN
Tumor Detection and Classification of MRI Brain Images using SVM and DNNijtsrd
 
A Review On Methods For Feature Extraction And Classification For The Automat...
A Review On Methods For Feature Extraction And Classification For The Automat...A Review On Methods For Feature Extraction And Classification For The Automat...
A Review On Methods For Feature Extraction And Classification For The Automat...Heather Strinden
 
Hippocampus’s volume calculation on coronal slice’s for strengthening the dia...
Hippocampus’s volume calculation on coronal slice’s for strengthening the dia...Hippocampus’s volume calculation on coronal slice’s for strengthening the dia...
Hippocampus’s volume calculation on coronal slice’s for strengthening the dia...TELKOMNIKA JOURNAL
 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionA Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionEditor IJMTER
 
Mri brain tumour detection by histogram and segmentation by modified gvf model 2
Mri brain tumour detection by histogram and segmentation by modified gvf model 2Mri brain tumour detection by histogram and segmentation by modified gvf model 2
Mri brain tumour detection by histogram and segmentation by modified gvf model 2IAEME Publication
 
Mri brain tumour detection by histogram and segmentation by modified gvf model 2
Mri brain tumour detection by histogram and segmentation by modified gvf model 2Mri brain tumour detection by histogram and segmentation by modified gvf model 2
Mri brain tumour detection by histogram and segmentation by modified gvf model 2iaemedu
 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationiaemedu
 
Identifying brain tumour from mri image using modified fcm and support
Identifying brain tumour from mri image using modified fcm and supportIdentifying brain tumour from mri image using modified fcm and support
Identifying brain tumour from mri image using modified fcm and supportIAEME Publication
 
Brain Tumor Segmentation and Volume Estimation from T1-Contrasted and T2 MRIs
Brain Tumor Segmentation and Volume Estimation from T1-Contrasted and T2 MRIsBrain Tumor Segmentation and Volume Estimation from T1-Contrasted and T2 MRIs
Brain Tumor Segmentation and Volume Estimation from T1-Contrasted and T2 MRIsCSCJournals
 
Early detection-of-alzheimers-disease-using-image-processing-ijertv8 is050303
Early detection-of-alzheimers-disease-using-image-processing-ijertv8 is050303Early detection-of-alzheimers-disease-using-image-processing-ijertv8 is050303
Early detection-of-alzheimers-disease-using-image-processing-ijertv8 is050303Deenadayalan Thanigaimalai
 
Description of Different Phases of Brain Tumor Classification
Description of Different Phases of Brain Tumor ClassificationDescription of Different Phases of Brain Tumor Classification
Description of Different Phases of Brain Tumor Classificationasclepiuspdfs
 
285-IJAEMA-FEBRUARY-3487.pdf
285-IJAEMA-FEBRUARY-3487.pdf285-IJAEMA-FEBRUARY-3487.pdf
285-IJAEMA-FEBRUARY-3487.pdfvinayaga moorthy
 
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
 
Survey on Segmentation Techniques for Spinal Cord Images
Survey on Segmentation Techniques for Spinal Cord ImagesSurvey on Segmentation Techniques for Spinal Cord Images
Survey on Segmentation Techniques for Spinal Cord ImagesIIRindia
 
IRJET- Brain Tumor Detection using Convolutional Neural Network
IRJET- Brain Tumor Detection using Convolutional Neural NetworkIRJET- Brain Tumor Detection using Convolutional Neural Network
IRJET- Brain Tumor Detection using Convolutional Neural NetworkIRJET Journal
 

Similar to SEGMENTATION OF MULTIPLE SCLEROSIS LESION IN BRAIN MR IMAGES USING FUZZY C-MEANS (20)

Alzheimer’s detection through neuro imaging and subsequent fusion for clinica...
Alzheimer’s detection through neuro imaging and subsequent fusion for clinica...Alzheimer’s detection through neuro imaging and subsequent fusion for clinica...
Alzheimer’s detection through neuro imaging and subsequent fusion for clinica...
 
A Survey On Identification Of Multiple Sclerosis Lesions From Brain MRI
A Survey On Identification Of Multiple Sclerosis Lesions From Brain MRIA Survey On Identification Of Multiple Sclerosis Lesions From Brain MRI
A Survey On Identification Of Multiple Sclerosis Lesions From Brain MRI
 
An evaluation of automated tumor detection techniques of brain magnetic reson...
An evaluation of automated tumor detection techniques of brain magnetic reson...An evaluation of automated tumor detection techniques of brain magnetic reson...
An evaluation of automated tumor detection techniques of brain magnetic reson...
 
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
 
Automatic brain tumor detection using adaptive region growing with thresholdi...
Automatic brain tumor detection using adaptive region growing with thresholdi...Automatic brain tumor detection using adaptive region growing with thresholdi...
Automatic brain tumor detection using adaptive region growing with thresholdi...
 
Tumor Detection and Classification of MRI Brain Images using SVM and DNN
Tumor Detection and Classification of MRI Brain Images using SVM and DNNTumor Detection and Classification of MRI Brain Images using SVM and DNN
Tumor Detection and Classification of MRI Brain Images using SVM and DNN
 
A Review On Methods For Feature Extraction And Classification For The Automat...
A Review On Methods For Feature Extraction And Classification For The Automat...A Review On Methods For Feature Extraction And Classification For The Automat...
A Review On Methods For Feature Extraction And Classification For The Automat...
 
Hippocampus’s volume calculation on coronal slice’s for strengthening the dia...
Hippocampus’s volume calculation on coronal slice’s for strengthening the dia...Hippocampus’s volume calculation on coronal slice’s for strengthening the dia...
Hippocampus’s volume calculation on coronal slice’s for strengthening the dia...
 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionA Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor Detection
 
Mri brain tumour detection by histogram and segmentation by modified gvf model 2
Mri brain tumour detection by histogram and segmentation by modified gvf model 2Mri brain tumour detection by histogram and segmentation by modified gvf model 2
Mri brain tumour detection by histogram and segmentation by modified gvf model 2
 
Mri brain tumour detection by histogram and segmentation by modified gvf model 2
Mri brain tumour detection by histogram and segmentation by modified gvf model 2Mri brain tumour detection by histogram and segmentation by modified gvf model 2
Mri brain tumour detection by histogram and segmentation by modified gvf model 2
 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentation
 
Identifying brain tumour from mri image using modified fcm and support
Identifying brain tumour from mri image using modified fcm and supportIdentifying brain tumour from mri image using modified fcm and support
Identifying brain tumour from mri image using modified fcm and support
 
Brain Tumor Segmentation and Volume Estimation from T1-Contrasted and T2 MRIs
Brain Tumor Segmentation and Volume Estimation from T1-Contrasted and T2 MRIsBrain Tumor Segmentation and Volume Estimation from T1-Contrasted and T2 MRIs
Brain Tumor Segmentation and Volume Estimation from T1-Contrasted and T2 MRIs
 
Early detection-of-alzheimers-disease-using-image-processing-ijertv8 is050303
Early detection-of-alzheimers-disease-using-image-processing-ijertv8 is050303Early detection-of-alzheimers-disease-using-image-processing-ijertv8 is050303
Early detection-of-alzheimers-disease-using-image-processing-ijertv8 is050303
 
Description of Different Phases of Brain Tumor Classification
Description of Different Phases of Brain Tumor ClassificationDescription of Different Phases of Brain Tumor Classification
Description of Different Phases of Brain Tumor Classification
 
285-IJAEMA-FEBRUARY-3487.pdf
285-IJAEMA-FEBRUARY-3487.pdf285-IJAEMA-FEBRUARY-3487.pdf
285-IJAEMA-FEBRUARY-3487.pdf
 
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
 
Survey on Segmentation Techniques for Spinal Cord Images
Survey on Segmentation Techniques for Spinal Cord ImagesSurvey on Segmentation Techniques for Spinal Cord Images
Survey on Segmentation Techniques for Spinal Cord Images
 
IRJET- Brain Tumor Detection using Convolutional Neural Network
IRJET- Brain Tumor Detection using Convolutional Neural NetworkIRJET- Brain Tumor Detection using Convolutional Neural Network
IRJET- Brain Tumor Detection using Convolutional Neural Network
 

Recently uploaded

PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 

Recently uploaded (20)

PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 

SEGMENTATION OF MULTIPLE SCLEROSIS LESION IN BRAIN MR IMAGES USING FUZZY C-MEANS

  • 1. International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018 DOI : 10.5121/ijaia.2018.9203 37 SEGMENTATION OF MULTIPLE SCLEROSIS LESION IN BRAIN MR IMAGES USING FUZZY C-MEANS Saba Heidari Gheshlaghi1 , Abolfazl Madani2 , AmirAbolfazl Suratgar3 and Fardin Faraji4 1 Department of Electrical Engineering, Amirkabir University of Technology (Tehran Polytechnic), Tehran, Iran 2 Department of Control Engineering, South Tehran Branch Islamic Azad University (IAU) Tehran, Iran 3 Department of Electrical Engineering, Amirkabir University of Technology (Tehran Polytechnic), Tehran, Iran 4 Neurology Department, Arak University of Medical Sciences, Arak, Iran ABSTRACT Magnetic resonance images (MRI) play an important role in supporting and substituting clinical information in the diagnosis of multiple sclerosis (MS) disease by presenting lesion in brain MR images. In this paper, an algorithm for MS lesion segmentation from Brain MR Images has been presented. We revisit the modification of properties of fuzzy-c means algorithms and the canny edge detection. By changing and reformed fuzzy c-means clustering algorithms, and applying canny contraction principle, a relationship between MS lesions and edge detection is established. For the special case of FCM, we derive a sufficient condition and clustering parameters, allowing identification of them as (local) minima of the objective function. KEYWORDS Multiple Sclerosis, segmentation, MRI, T2, fuzzy c-means (FCM), Canny. 1.INTRODUCTION The importance of finding a correct and efficient way for diagnosing diseases are increased over time and it is important to find an optimal and accurate method for diagnosing diseases. Multiple sclerosis, also known as MS, is a chronic disease that attacks the central nervous system (CNS) and affects white matter by the person's own immune system so that MS is known as an auto- immune disease. A nerve fiber is surrounded by myelin, which protects the nerves and helps them to conduct electrical Signals (Impulse) between each other. Myelin is vital to the normal functioning of the nervous system. When a nerve carries electrical impulses from one end to the other, myelin helps to stop the impulse from leaving the axon and increases electrical resistance, therefore enhancing signal conduction. When the myelin is disappeared which is called Demyelination, a variety of cognitive, motor and sensory deficits appears and can cause neurological disease. One of the most well-known demyelinating diseases is MS. MS is a largely unknown disease these days and diagnosis it correctly and early, has a significant impact on disease progression [1]. The demyelination makes lesions in the brain. Hence, Brain lesions detection plays an important role in MS studies, as it is used to evaluate patient disease and, it is a future development. Currently, lesions are detected manually or semi-automatic segmentation methods, which are very time-consuming and show a high inter and variability [2].
  • 2. International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018 38 Magnetic Resonance Imaging (MRI) was officially included in the diagnostic of patients presenting with a clinically isolated syndrome suggestive of multiple sclerosis in 2001 by an international panel of experts [3]. Diagnosing multiple sclerosis depends on the sign of disease dissemination in space and time and exclusion of other syndromes that can imitate multiple sclerosis by their clinical and laboratory Specifications. MRI can support and substitute clinical information for multiple sclerosis diagnoses, allowing an early and accurate diagnosis. [4] MR images is a valuable application and most common method for identification MS patients. The clinical presentation of MS includes a wide range of physical disorders and cognitive symptoms. Cognitive Impairment decrease quality of life and treatment amongst MS patients [5-8]. MS is an inflammatory demyelinating and degenerative disease of the CNS, distinctive pathologically by a different part of brain inflammation, demyelination, axonal loss, often causing motor, sensorial, vision, correlation, and cognitive impairment [9]. Although, MS is the recurring, neurological disease proficient in disability in young adults. In these days, MS disease has been increased, and geographical areas play a significant role in MS. Moreover, Multiple Sclerosis is between two and three-times more average in females than in males, but males have a propensity for later disease [10]. As mentioned, one of the most famous facilities for diagnosis MS disease is Magnetic Resonance Imaging (MRI) techniques [9], T2- weighted (T2-w) and gadolinium-enhanced T1-weighted (T1-w), are highly aware in detecting MS lesions. MRI-derived metrics have become the most important medical tool for diagnosing MS disease. Both sharp and persistent MS plaques appear as focal high-signal intensity areas on T2-w sequences, all tissues illustrated by water content. The total T2 lesion volume of the brain increases by almost (5–10%) each year in the relapsing forms of MS [11]. Gadolinium-enhanced T1-w imaging is highly fragile in detecting inflammatory activity. CNS atrophy, which involves both grey matter and white matter, is a progressive phenomenon that becomes worse with argument disease length and progresses at a rate of between 0.6% and 1.2% of brain loss per year in this disease [12]. It is important to consider that different segmentation methods might have an impression on the small volume of the lesion detection and this small volume of the lesion can be used to show the disease progression. In this paper, Section 2 reviews of the pre-processing steps needed automatically portioning MS lesions. Section 3 approaches segmentation methods and also reviews algorithms which are used. In Section 4, conclusion and results are showing and give some ideas for future works. In this research, MRIs for patients with MS are from various sources. Mostly, our high gratitude should be directed to C.P. Loizoua and his colleagues: The Laboratory of Health at the University of Cyprus (http://www.medinfo.cs.ucy.ac.cy/) Figure 1: Samples Of Mr Images For Ms Patient
  • 3. International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018 39 2. PRE-PROCESSING STEPS Accurate and efficient association of brain in MR head images is a critical first step in near all neuroimaging studies. There are different methods according to skull extraction . Although, this section is significant, using an efficient method. In this research, the automated brain extraction tool (BET) (Smith, 2002) has been used [13-16]. BET is an automated Brain Extraction Tool designed to segment the brain and non-brain tissues in MRI head scan volumes as well, image binarization is measuring by Eq. (1). th is described as a threshold. 1 ( , ) ( , ) . if f x y th Bin x y if O w >  =    0 (1) 3. SEGMENTATION METHODS AND ALGORITHM For automatic analysis and segmentation images, varieties of methods have been generated during last three decays and so images could be segmented into its basic elements. Many edge detection methods are used to find edges of objects in the images. Edges mostly occur on the boundary between two different regions in the image. Edge detection is an image processing technique for finding the boundaries of objects by detecting brightness discontinuities. Image edge detection methods have been studied intensively for the last three decades, and it has an important role in image processing and computer vision systems. In addition, it is used concerning image segmentation, data extraction like image processing, computer vision, and machine vision, etc. Various classification methods for edge detection has been cleared, but they are usually divided into two main groups: • Gradient based method: The gradient method looks for maximum and minimum in the first derivative of the image for detecting the edges [17]. • Laplacian based method: It searches for zero crossings in the second derivative of the image for finding edges. An edge has the one-dimensional shape of a ramp and calculating the derivative of the image can highlight its location. The zero crossing of the distinguished signal as edge points [17]. Because images are two-dimensions, the two- dimensional Gaussian operator has been applied. The two-dimensional Gaussian operator G(x, y) is defined: 22 2 2 ( ) 2 21 ( , ) 2 x y yx x y G x y e σ σ πσ σ − + = (2) If we considering these condition; i.e. x yσ σ= and 2 2 2 x y r+ = the equation simplify to: 2 2 2 2 1 ( ) 2 r G r e σ πσ = (3) For edge detection, searching for zero-crossing in 2nd order derivative of the image needed which f(x,y) is the image [2].
  • 4. International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018 40 2 ( , ) ( )* ( , )g x y G r f x y= ∇ (4) 2 2 2 2 2 2 1 ( ) [1 ] 4 2 r r G r e σ πσ σ − ∇ = − (5) The most common edge detection algorithms are Sobel, Canny, Prewitt, Marr-Hildreth. Those methods are determined in this research. The main difference between these methods is that canny edge detection method is in the spatial domain while others are in the frequency domain [9]. In Figure 2, the differences between Canny, Sobel, and Marr-Hildreth edge detection is shown. As it shown in figure 2, canny edge detection has a better result than other methods. The Canny edge detector is one of the best edge detections method, which is currently used, also canny edge detector has good noise reduction and at the same time, it detects true edge with the minimum error [18] [19]. Figure 2: Differences between Canny, Sobel, and Marr-Hildreth edge detection methods. 4. FUZZY C-MEANS Clustering of numerical data forms of many classification and system modeling methods. The suggestion of clustering is to identify natural groupings of data from a large dataset to create a concise representation of a system's behavior. Semi-supervised classification algorithms based on fuzzy c-means (FCM) clustering in which a data set is grouped into n clusters with any data point in the data set belonging to every cluster to the main degrees [20]. The FCM algorithm assumes that each spike concerns to more than one cluster with given a dataset 1 2 3{ , , ..., }NX x x x x= clustering goals to discrete the dataset into alternating subsets each with a cluster midpoint. FCM
  • 5. International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018 41 algorithm allocates fuzzy memberships iju any pixels ( 1,2,..., )jx j N= in each variety c by decreasing the following cost function: 2 1 1 || || N C m ij j i j i J u x v = = = − (6) Where m is the weighting fuzziness parameter. iv Illustrate the i-th cluster midpoint. ||.|| Explain the Euclidean interval. iju Means a partition matrix that is subject 1 [0,1] 1 c ij ij i u and u = ∈ = . Using the Lagrangian method, partition matrix, and cluster centers by calculating as follows: 1 1 N m ij j j i N m ij j u x v u = = =   (7) 1 2 ( 1) 2 1 1 || || ( ) || || ij c m j i k j k u x v x v − = = − −  (8) In this study, considering the MR image is often with spatial inhomogeneity due to the deficiency in the magnetic field, the intensity jx is modeled by j i jx y γ= − here, iy and jγ , and mean the measured absorption and the consistent bias field. We propose a novel algorithm as an addition of the traditional FCM clustering by modifying the cost function in Equation 9 as [21, 22]: 2 1 1 || || N c m ij j i j i J u x v S Rα β = = = − + + (9) Where S is a normalizer that indicate the neighborhood influence during segmentation. R is the regularization term on bias field. α and β are constants that control the effect of the two regularization term correspondingly definitely, S, R are established as [14]: 2 1 1 2 1 1 1 ( || || ) (|| || ) N C m ij i j i x N N C m ij j j i S u x v N and R u εε γ = = ∈ = = = − =    (10) Where N ε represent neighborhood positioning at jx .
  • 6. International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018 42 Also in the traditional FCM algorithm, by differentiating the cost function respect to, iV and jγ respectively and setting the result to zero, we can obtain the updating * * ij iu v, and * jγ as: * 2 2 1 ( 1) 2 21 1 1 || || . || || . ( ) 1 || || . || || . ij j i i jc x N m k j k k j x N u x v x v N x v x v N ε ε ε ε α β γ α β γ ∈ − = ∈ = − + − + − + − +    (11) 1* 1 1 ( . ( ) (1 ) N m ij j i j x N i N m ij j u x x v N v u εε α α = ∈ = + − = +    (12) * 1 1 (1 ) c m ij i i j j c m ij i u v y u γ β = = = − +   (13) The final result is shown in Figure 3. For having this result, earliest, we use the pre-processing method as described in section 2, after that applying canny edge detection and finally, for increasing accuracy, Fuzzy C-means has been applied. Figure 3: Result when FCM applied after the canny edge detection. 5. CONCLUSIONS Multiple sclerosis caused when the immune system attacks myelin, which covered around human nerve fibers to protect them and help them to send the messages between brain and body efficiently [1]. Without this shell, nerves became damaged. This damage is called Demyelination. Demyelination can make lesions which form MS, and these lesions make the MS a long-lasting disease that can affect the brain, spinal cord, and the optic nerves in eyes. By this damage, transferring messages between brain and body will be affected and symptoms such as fatigue, numbness, vision problem, cognitive problems, etc. appear [23]. The message will slow down or blocked during transferring and leading to the symptoms of MS. No two cases of MS are exactly same, and symptoms are different from one patient to other and it depends on where myelin
  • 7. International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018 43 plaques have formed. Because of these differences, Doctors use medical history, physical exam, neurological exam, especially MRI to diagnose this disease. MR images are the most valuable and main tool for identification multiple sclerosis and it is widely used for diagnosis and monitoring the MS patients [24]. There is no specific cure for MS, but medicines may slow it down and help control the disease progress [7]. Physical and occupational therapy may also be helpful. Because of the sensitivity of MR images, determine the disease clinically is hard and take a long time hence having an automatic method for diagnosing this disease fast and accurate is critical for decreasing the disease progression. In this paper, different image processing methods have been used, such as edge detection and segmentation. Furthermore, some famous pre-processing techniques for having the best result have been used, like Brain extraction tool [13-16] and binarization. In addition, a modification method with Fuzzy C Means for better lesion segmentation and using canny for better edge detection has been presented. In section 3 we show that canny edge detection has a better result than other famous edge detection methods. In our method, first edge detection method for finding edges has been used and then Fuzzy C-means has been applied for increasing diagnostic accuracy. In addition, for increasing the detection accuracy and having the best result, the clustering parameters have been changed and tested; also, as it was mentioned before, in MS lesion detection, effectiveness is the most important part. In this research, lesion diagnosis accuracy has been improved in comparison with others works [25]. REFERENCES [1] Van Waesberghe, J. H. T. M., et al. "Axonal loss in multiple sclerosis lesions: magnetic resonance imaging insights into substrates of disability." Annals of neurology 46.5 (1999): 747-754. [2] Beaumont, J., Commowick, O., & Barillot, C. Multiple Sclerosis lesion segmentation using an automated multimodal Graph Cut. In Proceedings of the 1st MICCAI Challenge on Multiple Sclerosis Lesions Segmentation Challenge Using a Data Management and Processing Infrastructure– MICCAI-MSSEG (2016, October): 1-8. [3] Golkov, Vladimir, Tim Sprenger, Jonathan Sperl, Marion Menzel, Michael Czisch, Philipp Samann, and Daniel Cremers. "Model-free novelty-based diffusion MRI." In Biomedical Imaging (ISBI), 2016 IEEE 13th International Symposium on , (2016) :1233-1236. [4] Filippi, Massimo, et al. "MRI criteria for the diagnosis of multiple sclerosis: MAGNIMS consensus guidelines." The Lancet Neurology 15.3 (2016): 292-303 [5] Uher, T., et al. "Identification of multiple sclerosis patients at highest risk of cognitive impairment using an integrated brain magnetic resonance imaging assessment approach." European journal of neurology 24.2 (2017): 292-301. [6] Kjølhede, Tue, et al. "Can resistance training impact MRI outcomes in relapsing-remitting multiple sclerosis?." Multiple Sclerosis Journal (2017): 1-10. [7] Preziosa, Paolo, et al. "Comparison of MRI Criteria for the Diagnosis of Multiple Sclerosis: Role of Cortical Lesions (S45. 003)." Neurology 86.16 Supplement (2016): S45-003. [8] Favaretto, Alice, et al. "MRI-detectable cortical lesions in the cerebellum and their clinical relevance in multiple sclerosis." Multiple Sclerosis Journal 22.4 (2016): 494-501. [9] Denitto, Matteo, et al. “A biclustering approach based on factor graphs and max-sum algorithm.” Pattern Recognition 62(2017): 114-124 [10] A. Compston, A. Coles, Multiple sclerosis, Lancet 359 (9313) (2006) 1221–1231. [11] S. Saha, S. Bandyopadhyay, A new point symmetry based fuzzy genetic clustering technique for automatic evolution of clusters, Inf. Sci. 179 (9) (2009): 3230–3246. [12] H. McFarland, L. Stone, P. Calabresi, H. Maloni, C. Bash, J. Frank, MRI studies of multiple sclerosis: implications for the natural history of the disease and for monitoring effectiveness of experimental therapies, Mult. Scler. 2 (4) (1996): 198–205. [13] Popescu, Valeriu, et al. "Optimizing parameter choice for FSL-Brain Extraction Tool (BET) on 3D T1 images in multiple sclerosis." NeuroImage 61.4 (2012): 1484-1494. [14] Eskildsen, Simon F., et al. "BEaST: brain extraction based on nonlocal segmentation technique." NeuroImage 59.3 (2012): 2362-2373.
  • 8. International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018 44 [15] Rex, David E., et al. "A meta-algorithm for brain extraction in MRI." NeuroImage 23.2 (2004): 625- 637. [16] Kalavathi, P. "Improved Brian Extraction tool using marker-controlled watershed segmentation." IOSR Journal of computer Engineering 16.5 (2014): 106-111. [17] Walker, Stephen G. "A Laplace transform inversion method for probability distribution functions." Statistics and Computing 27.2 (2017): 439-448. [18] Saif, Jamil AM, Mahgoub H. Hammad, and Ibrahim AA Alqubati. "Gradient Based Image Edge Detection." International Journal of Engineering and Technology 8.3 (2016): 153. [19] Ray, Ajoy K., and Tinku Acharya. Image Processing Principles and Applications. Wiley & Sons, 2005. [20] Meena Prakash, R., and R. Shantha Selva Kumari. "Fuzzy C means integrated with spatial information and contrast enhancement for segmentation of MR brain images." International Journal of Imaging Systems and Technology 26.2 (2016): 116-123. [21] Horsfield, Mark A., et al. "Rapid semi-automatic segmentation of the spinal cord from magnetic resonance images: application in multiple sclerosis." Neuroimage 50.2 (2010): 446-455. [22] L.P. Clarke, R.P. Velthuizen, M.A. Camacho, J.J. Heine, M. Vaidyanathan, L.O. Hall, R.W. Thatcher, M.L. Silbiger, MRI segmentation: methods and applications, Magn. Reson. Imag. 13 (3) (1995): 343–368. [23] Polman, Chris H., et al. "Diagnostic criteria for multiple sclerosis: 2010 revisions to the McDonald criteria." Annals of neurology 69.2 (2011): 292-302. [24] Lövblad, K-O., et al. "MR imaging in multiple sclerosis: review and recommendations for current practice." American journal of neuroradiology 31.6 (2010): 983-98. [25] Ali, S. M., and Asmaa Maher. "Identifying multiple sclerosis lesions in MR images using image processing techniques." Multidisciplinary in IT and Communication Science and Applications (AIC- MITCSA), Al-Sadeq International Conference on. IEEE, (2016):1-4 Authors Saba Heidari Gheshlaghi was born in Tehran, Iran, in 1991.she received the B.Sc. degree in electrical engineering from the Shahid Rajaie University of Tehran in 2014. She is currently studying M.Sc. in control engineering from the Amirkabir University of Technology (Tehran Polytechnic). The areas of her research interests are image process, neuroscience, Cognitive science, and Neural Network. Abolfazl Madani was born in Arak, Iran, in 1992.He received the B.Sc. degree in electrical engineering from the Islamic Azad University of Arak in 2015. He is currently studying M.Sc. in control engineering from Islamic Azad University South Tehran Branch. The areas of his research interests are Neuroscience and Optimization methods for Deep Learning. Amir Abolfazl Suratgar was born in Arak, Iran, in 1974. He received his B.S. degree in electrical engineering from Isfahan University of Technology, Isfahan, Iran, in 1996. He was honored M.S. and Ph.D. degrees in control engineering from Amirkabir University of Technology (Tehran Polytechnic), Tehran, Iran, in 1999 and 2002, respectively. He was an Assistant Professor of Electrical Engineering at the University of Arak, Arak, Iran. He received the outstanding research award from Engineering Faculty of University of Arak in 2006 and 2005. He received the outstanding education award from Engineering Faculty of University of Arak in 2009. Currently, he is an Associate Professor at
  • 9. International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.2, March 2018 45 Amirkabir University of Technology (Tehran Polytechnic), Tehran, Iran. The areas of his research interests are computational intelligence, fuzzy modeling, fuzzy system stability analysis, neuroscience, and micro robots and MEMS dynamics analysis and control. He has published more than 100 papers in scientific journals and conferences. Fardin Faraji was born in Arak, Iran, in 1965. He received his Ph.D. degree in Neurology from Tehran University of Medical Sciences, Tehran, Iran. He is an Assistant Professor of Neurology at the University of Arak, Arak, Iran. He is the founder of MS association in Arak, Iran. The areas of his research interests are neurology and Multiple Sclerosis disease. He has published more than 45 papers in scientific journals and conferences.