SlideShare a Scribd company logo
1 of 8
Download to read offline
Natarajan Meghanathan et al. (Eds) : NLP, JSE, CST, SIP, ARIA - 2018
pp. 97– 104, 2018. © CS & IT-CSCP 2018 DOI : 10.5121/csit.2018.80210
MULTIPLE SCLEROSIS DIAGNOSIS WITH
FUZZY C-MEANS
Saba Heidari Gheshlaghi1
, Abolfazl Madani2
, AmirAbolfazl Suratgar3
and
Fardin Faraji4
1,3
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
4
Neurology Department, Arak University of Medical Sciences, Arak, Iran
ABSTRACT
Magnetic resonance imaging (MRI) can support and substitute clinical information in the
diagnosis of multiple sclerosis (MS) by presenting lesion. In this paper, we present an algorithm
for MS lesion segmentation. We revisit the modification of properties of fuzzy c means
algorithms and the canny edge detection. Using reformulated fuzzy c means algorithms, apply
canny contraction principle, and establish a relationship between MS lesions and edge
detection. For the special case of FCM, we derive a sufficient condition for fixed lesions,
allowing identification of them as (local) minima of the objective function.
KEYWORDS
Multiple Sclerosis, MRI, T2, fuzzy c-means (FCM), Canny.
1. INTRODUCTION
Over time, the importance of correct diagnosing for diseases are increased and it is an essential to
find an optimal method for diagnosing disease. 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. As we know, Nerve fiber is
surrounded by myelin, which protects the nerve and helps it to conduct electrical Signals
(Impulse). In MS patients, the myelin is disappeared. Because of this, the MS patients could not
move their body properly. MS is a largely unknown disease these days and diagnosis it correctly
and early, has a significant impact on disease progression [1]
Brain lesions detection plays an important role in MS studies, as it is used to evaluate patient
disease and its future evolution. Currently, lesions are detected manually or semi-automatic
segmentation methods, which are very time to consuming and show a high inter and intra-raters
variability [2]
98 Computer Science & Information Technology (CS & IT)
Magnetic resonance imaging (MRI) were officially included in the diagnostic workup 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 evidence 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] 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].
Also, MS is the recurring, neurological disease capable of causing disability in young adults. In
these days, getting MS disease has been increased, and geographical areas play an important role
in getting 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 plaques. 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, illustrate their increased tissue 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 gray 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 should consider that different method of segmentation might have an
important impression on the small volume of the lesion detection.
In this paper, Section 2 reviews of the pre-processing steps needed when automatically
segmenting 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 different 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
Computer Science & Information Technology (CS & IT) 99
2. PRE-PROCESSING STEPS
Accurate identification of brain in MRI images is a critical first step in many neuroimaging
studies. There are many technics for skull extraction [19, 20]. Although this step is a significant
part, using an efficient method is important. In our research, we used the automated brain
extraction tool (BET) (Smith, 2002) [13-15]. Also, image binarization is done in this step 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
Varieties of methods for automatic analysis and segmentation have been developed that the image
can be segmented into its basic elements.
Edge detection is an image processing technique for finding the boundaries of objects by
detecting brightness discontinuities; it is also used for image segmentation and data extraction
methods such as image processing, computer vision, and machine vision.
There are various classification methods for edge detection, but they are usually divided into two
main groups:
a) Gradient method: The gradient method looks for maximum and minimum in the first
derivative of the image for detecting the edges [16].
b) Laplacian method: It searches for zero crossings in the second derivative of the image
to find 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 differentiated signal as edge points
[16]. The two-dimensional Gaussian operator G(x, y) is given by:
22
2 2
( )
2 21
( , )
2
x y
yx
x y
G x y e
σ σ
πσ σ
− +
= (1)
With 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 σ
πσ
= (2)
For detecting edges, searching for zero-crossing in 2nd order derivative of the image needed
which f(x,y) is the image [2].
2
( , ) ( )* ( , )g x y G r f x y= ∇ (3)
100 Computer Science & Information Technology (CS & IT)
2
2
2
2 2
2
1
( ) [1 ]
4 2
r
r
G r e σ
πσ σ
−
∇ = − (4)
Common edge detection algorithms consist 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].
Below, the differences between Canny, Sobel, and Marr-Hildreth edge detection is shown in
figure2. As shown in figure 2, canny edge detection has a better result in comparison with other
methods.
Figure 2: differences between Canny, Sobel and Marr-Hildreth edge detection
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. Fuzzy c-means (FCM) is a data clustering
algorithm 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 [17]. The FCM algorithm assumes that each point
belongs to more than one cluster with given a dataset 1 2 3{ , , ..., }NX x x x x= clustering goals to
discrete the dataset into varying subsets each with a cluster midpoint. FCM algorithm apportions
fuzzy memberships iju any pixels ( 1,2,..., )jx j N= in each variety c by decreasing the
following cost function:
Computer Science & Information Technology (CS & IT) 101
2
1 1
|| ||
N C
m
ij j i
j i
J u x v
= =
= −∑∑ (5)
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
=
=
=
∑
∑
(6)
1
2 ( 1)
2
1
1
|| ||
( )
|| ||
ij
c m
j i
k j k
u
x v
x v
−
=
=
−
−
∑
(7)
In this study, considering the MR image is often with spatial inhomogeneity due to the defect 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 Eq. (9) as [18, 19]:
2
1 1
|| ||
N c
m
ij j i
j i
J u x v S Rα β
= =
= − + +∑∑ (8)
Where S is a normalizer indicating 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
εε
γ
= = ∈
= =
= −
=
∑∑ ∑
∑∑
(9)
Where N ε represent neighborhood positioning at jx .
102 Computer Science & Information Technology (CS & IT)
Also to 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
ε
ε
ε
ε
α βγ
α βγ
∈ −
=
∈
=
− + − +
− + − +
∑
∑
∑
(10)
1*
1
1
( . ( )
(1 )
N
m
ij j i
j x N
i N
m
ij
j
u x x v
N
v
u
εε
α
α
= ∈
=
+ −
=
+
∑ ∑
∑
(11)
* 1
1
(1 )
c
m
ij i
i
j j c
m
ij
i
u v
y
u
γ
β
=
=
= −
+
∑
∑
(12)
The result is shown below (fig4). For achieving this result, first, we use the pre-processing
method as described in section 2, then applying canny edge detection and finally, for increasing
accuracy, FCM is applied.
Figure 3: Result of adding FCM after 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 efficiently.[1] Without this shell,
nerves became damaged. Scar tissue may form MS, is 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. The message will slow down or blocked during transferring and
Computer Science & Information Technology (CS & IT) 103
leading to the symptoms of MS. Doctors use medical history, physical exam, neurological exam,
especially MRI to diagnose it. MR images still is a valuable tool for identification multiple
sclerosis. There is no 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 so having an automatic
method for diagnosing the disease fast and accurate is critical.
In our research, different image processing methods are used, such as edge detection and
segmentation. Also, we use some famous pre-processing techniques for having the best result,
like Brain extraction tool [13-15] and binarization. In addition, we presented a modification
method with Fuzzy C Means for better lesion segmentation and using canny for better edge
detection. also show that, canny edge detection has a better result. In our method, we first used
edge detection method for finding edges and then applying FCM for increasing diagnostic
accuracy. In addition, we change clustering parameters to get different results for better lesion
detection, Also as it was mentioned before, in MS lesion detection, effectiveness is the most
important part. In this paper, lesion diagnosis accuracy is improved in comparison with others
works [20].
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
104 Computer Science & Information Technology (CS & IT)
[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.
[15] Rex, David E., et al. "A meta-algorithm for brain extraction in MRI." NeuroImage 23.2 (2004): 625-
637.
[16] Walker, Stephen G. "A Laplace transform inversion method for probability distribution functions."
Statistics and Computing 27.2 (2017): 439-448.
[17] 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.
[18] 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.
[19] 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.
[20] 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

More Related Content

What's hot

Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...CSCJournals
 
Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...
Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...
Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...ijsrd.com
 
Wound epithelization model by 3 d imaging
Wound epithelization model by 3 d imagingWound epithelization model by 3 d imaging
Wound epithelization model by 3 d imagingeSAT Publishing House
 
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
 
Mri image registration based segmentation framework for whole heart
Mri image registration based segmentation framework for whole heartMri image registration based segmentation framework for whole heart
Mri image registration based segmentation framework for whole hearteSAT Publishing House
 
Improved Segmentation Technique for Enhancement of Biomedical Images
Improved Segmentation Technique for Enhancement of Biomedical ImagesImproved Segmentation Technique for Enhancement of Biomedical Images
Improved Segmentation Technique for Enhancement of Biomedical ImagesIJEEE
 
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...IRJET Journal
 
A Review of different method of Medical Image Segmentation
A Review of different method of Medical Image SegmentationA Review of different method of Medical Image Segmentation
A Review of different method of Medical Image Segmentationijsrd.com
 
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI ImagesComparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Imagesijtsrd
 
Classification of CT..
Classification of CT..Classification of CT..
Classification of CT..butest
 
04 underprocess scopusiese cahyo
04 underprocess scopusiese cahyo04 underprocess scopusiese cahyo
04 underprocess scopusiese cahyoIAESIJEECS
 
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...TELKOMNIKA JOURNAL
 
Cerebral infarction classification using multiple support vector machine with...
Cerebral infarction classification using multiple support vector machine with...Cerebral infarction classification using multiple support vector machine with...
Cerebral infarction classification using multiple support vector machine with...journalBEEI
 
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 detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...eSAT Journals
 
Telecardiology and Teletreatment System Design for Heart Failures Using Type-...
Telecardiology and Teletreatment System Design for Heart Failures Using Type-...Telecardiology and Teletreatment System Design for Heart Failures Using Type-...
Telecardiology and Teletreatment System Design for Heart Failures Using Type-...Waqas Tariq
 
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...ijait
 

What's hot (20)

Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
 
Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...
Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...
Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...
 
Wound epithelization model by 3 d imaging
Wound epithelization model by 3 d imagingWound epithelization model by 3 d imaging
Wound epithelization model by 3 d imaging
 
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...
 
Neeta tiwari paper
Neeta tiwari paperNeeta tiwari paper
Neeta tiwari paper
 
Mri image registration based segmentation framework for whole heart
Mri image registration based segmentation framework for whole heartMri image registration based segmentation framework for whole heart
Mri image registration based segmentation framework for whole heart
 
Improved Segmentation Technique for Enhancement of Biomedical Images
Improved Segmentation Technique for Enhancement of Biomedical ImagesImproved Segmentation Technique for Enhancement of Biomedical Images
Improved Segmentation Technique for Enhancement of Biomedical Images
 
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
 
A Review of different method of Medical Image Segmentation
A Review of different method of Medical Image SegmentationA Review of different method of Medical Image Segmentation
A Review of different method of Medical Image Segmentation
 
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI ImagesComparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
 
Classification of CT..
Classification of CT..Classification of CT..
Classification of CT..
 
04 underprocess scopusiese cahyo
04 underprocess scopusiese cahyo04 underprocess scopusiese cahyo
04 underprocess scopusiese cahyo
 
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
 
Cerebral infarction classification using multiple support vector machine with...
Cerebral infarction classification using multiple support vector machine with...Cerebral infarction classification using multiple support vector machine with...
Cerebral infarction classification using multiple support vector machine with...
 
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 detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...
 
Telecardiology and Teletreatment System Design for Heart Failures Using Type-...
Telecardiology and Teletreatment System Design for Heart Failures Using Type-...Telecardiology and Teletreatment System Design for Heart Failures Using Type-...
Telecardiology and Teletreatment System Design for Heart Failures Using Type-...
 
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
 
Ai4201231234
Ai4201231234Ai4201231234
Ai4201231234
 
Ea4301770773
Ea4301770773Ea4301770773
Ea4301770773
 

Similar to MULTIPLE SCLEROSIS DIAGNOSIS WITH FUZZY C-MEANS

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
 
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
 
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
 
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
 
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
 
10.1080@00207454.2020.1835900.pdf
10.1080@00207454.2020.1835900.pdf10.1080@00207454.2020.1835900.pdf
10.1080@00207454.2020.1835900.pdfHaiderALHussainy1
 
Visible watermarking within the region of non interest of medical images base...
Visible watermarking within the region of non interest of medical images base...Visible watermarking within the region of non interest of medical images base...
Visible watermarking within the region of non interest of medical images base...csandit
 
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...cscpconf
 
Tumor Detection from Brain MRI Image using Neural Network Approach: A Review
Tumor Detection from Brain MRI Image using Neural Network Approach: A ReviewTumor Detection from Brain MRI Image using Neural Network Approach: A Review
Tumor Detection from Brain MRI Image using Neural Network Approach: A ReviewIRJET Journal
 
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...CSCJournals
 
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
 
Development of algorithm for identification of maligant growth in cancer usin...
Development of algorithm for identification of maligant growth in cancer usin...Development of algorithm for identification of maligant growth in cancer usin...
Development of algorithm for identification of maligant growth in cancer usin...IJECEIAES
 
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
 
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
 
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
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...IRJET Journal
 

Similar to MULTIPLE SCLEROSIS DIAGNOSIS WITH FUZZY C-MEANS (20)

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
 
SPIE_PAPER
SPIE_PAPERSPIE_PAPER
SPIE_PAPER
 
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
 
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...
 
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...
 
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
 
10.1080@00207454.2020.1835900.pdf
10.1080@00207454.2020.1835900.pdf10.1080@00207454.2020.1835900.pdf
10.1080@00207454.2020.1835900.pdf
 
Visible watermarking within the region of non interest of medical images base...
Visible watermarking within the region of non interest of medical images base...Visible watermarking within the region of non interest of medical images base...
Visible watermarking within the region of non interest of medical images base...
 
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...
 
Tumor Detection from Brain MRI Image using Neural Network Approach: A Review
Tumor Detection from Brain MRI Image using Neural Network Approach: A ReviewTumor Detection from Brain MRI Image using Neural Network Approach: A Review
Tumor Detection from Brain MRI Image using Neural Network Approach: A Review
 
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
 
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
 
Development of algorithm for identification of maligant growth in cancer usin...
Development of algorithm for identification of maligant growth in cancer usin...Development of algorithm for identification of maligant growth in cancer usin...
Development of algorithm for identification of maligant growth in cancer usin...
 
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...
 
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
 
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
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
 

More from cscpconf

ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR cscpconf
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATIONcscpconf
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...cscpconf
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIEScscpconf
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICcscpconf
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS cscpconf
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS cscpconf
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICcscpconf
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINcscpconf
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...cscpconf
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMcscpconf
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...cscpconf
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWcscpconf
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKcscpconf
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...cscpconf
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAcscpconf
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHcscpconf
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...cscpconf
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGEcscpconf
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTcscpconf
 

More from cscpconf (20)

ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEW
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
 

Recently uploaded

भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
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
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
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
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 

Recently uploaded (20)

भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
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
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
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
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 

MULTIPLE SCLEROSIS DIAGNOSIS WITH FUZZY C-MEANS

  • 1. Natarajan Meghanathan et al. (Eds) : NLP, JSE, CST, SIP, ARIA - 2018 pp. 97– 104, 2018. © CS & IT-CSCP 2018 DOI : 10.5121/csit.2018.80210 MULTIPLE SCLEROSIS DIAGNOSIS WITH FUZZY C-MEANS Saba Heidari Gheshlaghi1 , Abolfazl Madani2 , AmirAbolfazl Suratgar3 and Fardin Faraji4 1,3 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 4 Neurology Department, Arak University of Medical Sciences, Arak, Iran ABSTRACT Magnetic resonance imaging (MRI) can support and substitute clinical information in the diagnosis of multiple sclerosis (MS) by presenting lesion. In this paper, we present an algorithm for MS lesion segmentation. We revisit the modification of properties of fuzzy c means algorithms and the canny edge detection. Using reformulated fuzzy c means algorithms, apply canny contraction principle, and establish a relationship between MS lesions and edge detection. For the special case of FCM, we derive a sufficient condition for fixed lesions, allowing identification of them as (local) minima of the objective function. KEYWORDS Multiple Sclerosis, MRI, T2, fuzzy c-means (FCM), Canny. 1. INTRODUCTION Over time, the importance of correct diagnosing for diseases are increased and it is an essential to find an optimal method for diagnosing disease. 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. As we know, Nerve fiber is surrounded by myelin, which protects the nerve and helps it to conduct electrical Signals (Impulse). In MS patients, the myelin is disappeared. Because of this, the MS patients could not move their body properly. MS is a largely unknown disease these days and diagnosis it correctly and early, has a significant impact on disease progression [1] Brain lesions detection plays an important role in MS studies, as it is used to evaluate patient disease and its future evolution. Currently, lesions are detected manually or semi-automatic segmentation methods, which are very time to consuming and show a high inter and intra-raters variability [2]
  • 2. 98 Computer Science & Information Technology (CS & IT) Magnetic resonance imaging (MRI) were officially included in the diagnostic workup 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 evidence 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] 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]. Also, MS is the recurring, neurological disease capable of causing disability in young adults. In these days, getting MS disease has been increased, and geographical areas play an important role in getting 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 plaques. 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, illustrate their increased tissue 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 gray 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 should consider that different method of segmentation might have an important impression on the small volume of the lesion detection. In this paper, Section 2 reviews of the pre-processing steps needed when automatically segmenting 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 different 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. Computer Science & Information Technology (CS & IT) 99 2. PRE-PROCESSING STEPS Accurate identification of brain in MRI images is a critical first step in many neuroimaging studies. There are many technics for skull extraction [19, 20]. Although this step is a significant part, using an efficient method is important. In our research, we used the automated brain extraction tool (BET) (Smith, 2002) [13-15]. Also, image binarization is done in this step 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 Varieties of methods for automatic analysis and segmentation have been developed that the image can be segmented into its basic elements. Edge detection is an image processing technique for finding the boundaries of objects by detecting brightness discontinuities; it is also used for image segmentation and data extraction methods such as image processing, computer vision, and machine vision. There are various classification methods for edge detection, but they are usually divided into two main groups: a) Gradient method: The gradient method looks for maximum and minimum in the first derivative of the image for detecting the edges [16]. b) Laplacian method: It searches for zero crossings in the second derivative of the image to find 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 differentiated signal as edge points [16]. The two-dimensional Gaussian operator G(x, y) is given by: 22 2 2 ( ) 2 21 ( , ) 2 x y yx x y G x y e σ σ πσ σ − + = (1) With 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 σ πσ = (2) For detecting edges, searching for zero-crossing in 2nd order derivative of the image needed which f(x,y) is the image [2]. 2 ( , ) ( )* ( , )g x y G r f x y= ∇ (3)
  • 4. 100 Computer Science & Information Technology (CS & IT) 2 2 2 2 2 2 1 ( ) [1 ] 4 2 r r G r e σ πσ σ − ∇ = − (4) Common edge detection algorithms consist 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]. Below, the differences between Canny, Sobel, and Marr-Hildreth edge detection is shown in figure2. As shown in figure 2, canny edge detection has a better result in comparison with other methods. Figure 2: differences between Canny, Sobel and Marr-Hildreth edge detection 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. Fuzzy c-means (FCM) is a data clustering algorithm 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 [17]. The FCM algorithm assumes that each point belongs to more than one cluster with given a dataset 1 2 3{ , , ..., }NX x x x x= clustering goals to discrete the dataset into varying subsets each with a cluster midpoint. FCM algorithm apportions fuzzy memberships iju any pixels ( 1,2,..., )jx j N= in each variety c by decreasing the following cost function:
  • 5. Computer Science & Information Technology (CS & IT) 101 2 1 1 || || N C m ij j i j i J u x v = = = −∑∑ (5) 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 = = = ∑ ∑ (6) 1 2 ( 1) 2 1 1 || || ( ) || || ij c m j i k j k u x v x v − = = − − ∑ (7) In this study, considering the MR image is often with spatial inhomogeneity due to the defect 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 Eq. (9) as [18, 19]: 2 1 1 || || N c m ij j i j i J u x v S Rα β = = = − + +∑∑ (8) Where S is a normalizer indicating 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 εε γ = = ∈ = = = − = ∑∑ ∑ ∑∑ (9) Where N ε represent neighborhood positioning at jx .
  • 6. 102 Computer Science & Information Technology (CS & IT) Also to 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 ε ε ε ε α βγ α βγ ∈ − = ∈ = − + − + − + − + ∑ ∑ ∑ (10) 1* 1 1 ( . ( ) (1 ) N m ij j i j x N i N m ij j u x x v N v u εε α α = ∈ = + − = + ∑ ∑ ∑ (11) * 1 1 (1 ) c m ij i i j j c m ij i u v y u γ β = = = − + ∑ ∑ (12) The result is shown below (fig4). For achieving this result, first, we use the pre-processing method as described in section 2, then applying canny edge detection and finally, for increasing accuracy, FCM is applied. Figure 3: Result of adding FCM after 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 efficiently.[1] Without this shell, nerves became damaged. Scar tissue may form MS, is 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. The message will slow down or blocked during transferring and
  • 7. Computer Science & Information Technology (CS & IT) 103 leading to the symptoms of MS. Doctors use medical history, physical exam, neurological exam, especially MRI to diagnose it. MR images still is a valuable tool for identification multiple sclerosis. There is no 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 so having an automatic method for diagnosing the disease fast and accurate is critical. In our research, different image processing methods are used, such as edge detection and segmentation. Also, we use some famous pre-processing techniques for having the best result, like Brain extraction tool [13-15] and binarization. In addition, we presented a modification method with Fuzzy C Means for better lesion segmentation and using canny for better edge detection. also show that, canny edge detection has a better result. In our method, we first used edge detection method for finding edges and then applying FCM for increasing diagnostic accuracy. In addition, we change clustering parameters to get different results for better lesion detection, Also as it was mentioned before, in MS lesion detection, effectiveness is the most important part. In this paper, lesion diagnosis accuracy is improved in comparison with others works [20]. 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
  • 8. 104 Computer Science & Information Technology (CS & IT) [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. [15] Rex, David E., et al. "A meta-algorithm for brain extraction in MRI." NeuroImage 23.2 (2004): 625- 637. [16] Walker, Stephen G. "A Laplace transform inversion method for probability distribution functions." Statistics and Computing 27.2 (2017): 439-448. [17] 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. [18] 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. [19] 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. [20] 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