SlideShare a Scribd company logo
1 of 4
Download to read offline
IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org
ISSN (e): 2250-3021, ISSN (p): 2278-8719
Vol. 05, Issue 02 (February. 2015), ||V2|| PP 25-28
International organization of Scientific Research 25 | P a g e
Implementation of Segmentation and Classification Techniques
for Mammogram Images
Neeta Jog 1
, Arvind Pandey 2
Lecturer , Medical Electronics, G.P.Miraj, Miraj, Maharashtra, India1
Professor, Computer Department, PVPIT College of Engg, Budhgaon, Maharashtra, India2
Abstract: Mammography is an important research field. Mammography Image classification is an area of
interest to most of the researchers today. The aim of this paper is to detect the Mammography image for its
malignancy. Different methods can be used to detect the malignancy. This paper represents GLDM andGabor
feature extraction methods along with SVM and K-NN classifiers.Experiments were conducted on MIAS
database. The results show that combination of GLDM feature extractor with SVM classifier is found to give
appropriate results.
Keywords: Mammography; image classification; GLDM; Gabor;SVM ;K-NN
I. INTRODUCTION
Cancer is uncontrolled growth of cells. Breast cancer is the uncontrolled growth of cells in the breast
region. Breast cancer is the second leading cause of cancer deaths in women today. Early detection of the cancer
can reduce mortality rate. Mammography has reported cancer detection rate of 70-90% which means 10-30% of
breast cancers are missed with mammography [1].Early detection of breast cancer can be achieved using Digital
Mammography, typically through detection of Characteristics masses and/or micro calcifications .A
mammogram is an x-ray of the breast tissue which is designed to identify abnormalities. Studies have shown
that radiologists can miss the detection of a significant proportion of abnormalities in addition to having high
rates of false positives .Therefore, it would be valuable to develop a computer aided method for mass/tumour
classification based on extracted features from the Region of Interest (ROI) in mammograms [3]. Pattern
recognition in image processing requires the extraction of features from regions of the image, and the processing
of these features with a pattern recognition algorithm. Features are nothing but observable patterns in the image
which gives some information about image. For every pattern classification problem, the most important stage is
Feature Extraction. The accuracy of the classification depends on the Feature Extraction stage. The motto
behind computer aided analysis is not to replace the Radiologists but to have a second opinion and thus provide
an efficient support in decision making process of the radiologist. Much research has been done in
mammography towards detecting one or more abnormal structures: circumscribed masses [5], speculated lesions
[6] and micro-calcifications [4].Other researchers have focused on classifying the breast lesions as benign or
malignant. There are different feature descriptors such as GLDM, (Gray Level Difference Method), LBP (Local
Binary Patterns), GLRLM(Grey level Run Length Method),Harralick, Gabor texture features and there are
classification methods such as SVM,C4.5,K-NN Classifier.
In this paper we have used a GLDM and Gabor feature extraction method over set of mammography images and
then tested their performance on SVM and K-NN classification algorithms.The paper is organised as follows
with section 2 gives explanation about the pre-processing stage where as section 3 describes the feature
extraction methods which are used in the experiment.Section 4 comes up with the overview of classification
methods.Section 5 provides explanation of experiments and brief discussion of results. Section 6 gives
conclusion derived from this work.
II. PREPROCESSING
Pre-processing stage is a step used to increase image quality of Mammograms as they are very difficult to
interpret .An histogram equalization can be used to adjust the image contrast so that anomalies can be better
emphasized.
III. FEATURE EXTRACTION
Feature extraction involves simplifying the amount of resources required to describe a large set of data
accurately. In image processing, a different set of features can be used to extract the visual information from a
given image. Because digital mammography images are specific, not all visual features can be used to correctly
describe the relevant image patch. All classes of suspected tissue are different by their shape and tissue
composition. This is why the most suitable visual feature descriptors for this kind of images are based on shape
Implementation of Segmentation and Classification Techniques for Mammogram Images
International organization of Scientific Research 26 | P a g e
and texture. We can use different feature extraction methods and test them on variety of classifiers. We are
using GLDM feature descriptor.
GLDM
The GLDM method calculates the Gray level difference method Probability Density functions for the
given image. This technique is usually used for extracting statistical texture features of a digital mammogram.
From each density functions five texture features are defined: Contrast, Angular Second moment, Entropy,
Mean and Inverse Difference Moment.Contrast is defined as the difference in intensity between the highest and
lowest intensity levels in an image thus measures the local variations in the grey level. Angular second moment
is a measure of homogeneity. If the difference between gray levels over an area is low then those areas are said
to be having higher ASM values. Mean it gives the average intensity value. Entropy is the average information
per intensity source output. This parameter measures the disorder of an image. When the image is not texturally
uniform, entropy is very large. Entropy is strongly, but inversely, correlated to energy. Inverse difference
moment IDM measures the closeness of the distribution of elements in the Gray level Co-occurrence Matrix
(GLCM) to the GLCM diagonal. To describe the Gray level difference method, let g (n,m) be the digital picture
function. For any given displacement Ī“=(Ī”n, Ī”m),where Ī”n and Ī”m are integers, let gĪ“ (n,m)=|g(n,m)-g(n+
Ī”n,m+ Ī”m)|. Let f(|Ī“) be the estimated probability density function associated with the possible values of gĪ“,ie,
f(i|Ī“)=P(gĪ“(n,m)=i herein our possible forms of vector Ī“ will be considered,(0,d),(-d,d),(d,0),(-d,d),where d is
inter sample distance. we refer f(|Ī“) as gray level difference density function.
Gabor Texture Feature
Gabor texture feature is a linear filter .Basically, Gabor texture feature is a group of wavelets,with each
wavelet capturing energy at a capturing energy at a specific frequency and a specific direction. From this group
of energy distributions the texture feature representing the image can be extracted.Thus a set of Gabor filters
with different frequencies and orientations may be helpful for extracting useful features from an image. Gabor
filters have been widely used in pattern analysis applications.Frequency (scale) and orientation representations
of Gabor filters are similar to those of the human and mammalian visual system, and they have been found to be
particularly appropriate for texture analysis.
IV. CLASSIFICATION METHODS
There are innumerous classification methods for automated classification of samples. In this paper itā€™s decided
to work with most popular classification algorithm: SVM and K-NN
Support Vector Machines
The Support Vector machines were introduced by Vladimir Vapnik and colleagues. Support Vector
machines (SVMā€™s) are a relatively new learning method used for binary classification. The basic idea is to find a
hyper plane which separates the D-Dimensional data perfectly into its two classes. However, since example data
is often not linearly separable, SVMā€™s introduce the notion of a kernel induced feature space which casts the
data into a higher dimensional space where the data is separable. Namely, the primary goal of SVM classifiers is
classification of examples that belong to one of two possible classes.
However, SVM classifiers could be extended to be able to solve multiclass problems as well. One of the
strategies for adapting binary SVM classifiers for solving multiclass problems is one-against-all (OvA) scheme.
It includes decomposition of the M-class problem (M>2) into series of two-class problems. The basic concept is
to construct M SVMs where the i-th classifier is trained to separate the class i from all other (M-1) classes.
This strategy has a few advantages such as its precision, the possibility for easy implementation and the speed in
the training phase and the recognition process. That is reason for its wide use.
K-NN
In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects
based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy
learning where the function is only approximated locally and all computation is deferred until classification. The
k-nearest neighbor algorithm is amongst the simplest of all machine learning algorithms: an object is classified
by a majority vote of its neighbors,with the object being assigned to the class most common amongst its k
nearest neighbors (k is a positive integer,typically small). If k = 1, then the object is simply assigned to the class
of its nearest neighbor. The training examples are vectors in a multidimensional feature space,each with a class
label. The training phase of the algorithm consists only of storing the feature vectors and class labels of the
training samples.In the classification phase, k is a user-defined constant, and an unlabeled vector (a query or test
point) is classified by assigning the label which is most frequent among the k training samples nearest to that
query point.
Implementation of Segmentation and Classification Techniques for Mammogram Images
International organization of Scientific Research 27 | P a g e
V. RESULT
TableI and fig1 depicts the classification precision of two classifiers in two class problem with the
GLDM descriptor.The results show that GLDM descriptor for various displacements with SVM classifier
provides the best classification accuracy of 95.83% .Thus as displacements in GLDM are increased we get the
best classification accuracy.In case of GLDM descriptor with the K-NN classifiers results seen are with
maximum accuracy of 50% which is not at par with the SVM and GLDM combination of results with 95.83%
.Thus we see the GLDM and SVM combination giving better results than GLDM and K-NN combination.
Sr.no. Displacement SVM K-NN
1 8 62.50 41.67
2 10 75.00 45.83
3 12 70.83 50.00
4 16 87.50 41.67
5 20 95.83 33.33
Table I.Classification precision for the two-class problem
Fig 1. Displacement Verses Percentage Accuracy
Table II and fig2 depicts the classification precision of two classifiers in two class problem with the Gabor
texture feature descriptor.The results show that Gabor texture feature descriptor for various orientations with
SVM classifier provides the best classification accuracy of 71.83% .Thus as orientations in Gabor are increased
we get the best classification accuracy. In case of Gabor texture feature descriptor with the K-NN classifiers
results seen are with maximum accuracy of 58.33% which is not at par with the SVM and Gabor texture feature
descriptor combination of results with 71.83% .Thus we see the Gabor and SVM combination giving better
results than Gabor and K-NN combination.
Sr.no. Orientation SVM K-NN
1 1 66.67 45.83
2 2 70.83 58.33
3 3 62.5 37.5
4 4 71.83 50.0
Table II.Classification precision for the two-class problem
0
20
40
60
80
100
120
8 10 12 16 20
svm
knn
Implementation of Segmentation and Classification Techniques for Mammogram Images
International organization of Scientific Research 28 | P a g e
Fig 2. Orientation Verses Percentage Accuracy
VI. CONCLUSION
Digital mammography is the most common method or early breast cancer detection.Automated analysis of these
images is very important,since manual analysis of these images is slow.Today manual analysis of only eight
slides of mammography images per day is permitted for the radiologists it being very costly and inconsistent.
In this paper we made analysis on two classifiers,using two different descriptors for feature
extraction.According to the examination,we can conclude that the best classification accuracy was achieved,in
the case of GLDM descriptor.
REFERENCES
[1] Majid, E. de Paredes, R. Doherty, N. Sharma, and X. Salvador, ā€œMissed breast carcinoma: Pitfalls and pearls1,ā€ Radiographics, vol.
23,no. 4, p. 881, 2003.
[2] O. Mangasarian, W. Street, and W. Wolberg, ā€œBreast cancer diagnosisand prognosis via linear programming,ā€ Operations Research,
vol. 43,no. 4, pp. 570ā€“577, 1995.
[3] M. Sampat, M. Markey, A. Bovik et al., ā€œComputer-aided detection and diagnosis in mammography,ā€ Handbook of image and
video processing,vol. 10, no. 4, pp. 1195ā€“1217, 2005.
[4] R. Strickland and H. Hahn, ā€œWavelet transforms for detecting microcalcifications in mammograms,ā€ Medical Imaging, IEEE
Transactions on, vol. 15, no. 2, pp. 218ā€“229, 1996.
[5] M. Giger, F. Yin, K. Doi, C. Metz, R. Schmidt, and C. Vyborny,ā€œInvestigation of methods for the computerized detection and
analysis of mammographic masses,ā€ in Proceedings of SPIE, vol. 1233, 1990, p.183
[6] S. Liu and E. J. Delp, ā€œMultiresolution detection of stellate lesions in mammograms,ā€ in In Proceedings of the IEEE International
Conference on Image Processing, 1997, pp. 109ā€“112.
[7] D. Brzakovic, X. Luo, and P. Brzakovic, ā€œAn approach to automated detection of tumors in mammograms,ā€ Medical Imaging,
IEEE Transactions on, vol. 9, no. 3, pp. 233ā€“241, 1990.
[8] A. Mohanty and S. Lenka, ā€œEfficient image mining technique for classification of mammograms to detect breast cancer,ā€ Special
Issue of IJCCT, vol. 2, no. 2, p. 3.
[9] L. Martins, A. Santos, A. Silva, and A. Paiva, ā€œClassification of normal, benign and malignant tissues using co-occurrence matrix
and bayesian neural network in mammographic images,ā€ in Neural Networks, 2006.SBRNā€™06. Ninth Brazilian Symposium on.
IEEE, 2006, pp. 24ā€“29.
[10] E. Cheng, N. Xie, H. Ling, P. Bakic, A. Maidment, and V. Megalooikonomou, ā€œMammographic image classification using
histogram intersection,ā€ in Biomedical Imaging: From Nano to Macro,2010 IEEE International Symposium on. IEEE, 2010, pp.
197ā€“200.
0
10
20
30
40
50
60
70
80
1 2 3 4
svm
knn

More Related Content

What's hot

Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images  Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images
csandit
Ā 
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
International Journal of Technical Research & Application
Ā 
Id105
Id105Id105
Id105
IJEEE
Ā 

What's hot (17)

Ijetcas14 327
Ijetcas14 327Ijetcas14 327
Ijetcas14 327
Ā 
Fuzzy k c-means clustering algorithm for medical image
Fuzzy k c-means clustering algorithm for medical imageFuzzy k c-means clustering algorithm for medical image
Fuzzy k c-means clustering algorithm for medical image
Ā 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
Ā 
Object extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videosObject extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videos
Ā 
An ensemble classification algorithm for hyperspectral images
An ensemble classification algorithm for hyperspectral imagesAn ensemble classification algorithm for hyperspectral images
An ensemble classification algorithm for hyperspectral images
Ā 
ANOVA and Fisher Criterion based Feature Selection for Lower Dimensional Univ...
ANOVA and Fisher Criterion based Feature Selection for Lower Dimensional Univ...ANOVA and Fisher Criterion based Feature Selection for Lower Dimensional Univ...
ANOVA and Fisher Criterion based Feature Selection for Lower Dimensional Univ...
Ā 
Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images  Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images
Ā 
Image classification in remote sensing
Image classification in remote sensingImage classification in remote sensing
Image classification in remote sensing
Ā 
Mammogram image segmentation using rough clustering
Mammogram image segmentation using rough clusteringMammogram image segmentation using rough clustering
Mammogram image segmentation using rough clustering
Ā 
Ijetr021113
Ijetr021113Ijetr021113
Ijetr021113
Ā 
CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...
CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...
CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...
Ā 
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
Ā 
Q UANTUM C LUSTERING -B ASED F EATURE SUBSET S ELECTION FOR MAMMOGRAPHIC I...
Q UANTUM  C LUSTERING -B ASED  F EATURE SUBSET  S ELECTION FOR MAMMOGRAPHIC I...Q UANTUM  C LUSTERING -B ASED  F EATURE SUBSET  S ELECTION FOR MAMMOGRAPHIC I...
Q UANTUM C LUSTERING -B ASED F EATURE SUBSET S ELECTION FOR MAMMOGRAPHIC I...
Ā 
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
Ā 
FULL PAPER.PDF
FULL PAPER.PDFFULL PAPER.PDF
FULL PAPER.PDF
Ā 
Id105
Id105Id105
Id105
Ā 
A Review on Classification Based Approaches for STEGanalysis Detection
A Review on Classification Based Approaches for STEGanalysis DetectionA Review on Classification Based Approaches for STEGanalysis Detection
A Review on Classification Based Approaches for STEGanalysis Detection
Ā 

Similar to D05222528

Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM
Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM
Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM
ijcisjournal
Ā 

Similar to D05222528 (20)

Possibilistic Fuzzy C Means Algorithm For Mass classificaion In Digital Mammo...
Possibilistic Fuzzy C Means Algorithm For Mass classificaion In Digital Mammo...Possibilistic Fuzzy C Means Algorithm For Mass classificaion In Digital Mammo...
Possibilistic Fuzzy C Means Algorithm For Mass classificaion In Digital Mammo...
Ā 
Az4102375381
Az4102375381Az4102375381
Az4102375381
Ā 
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Ā 
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Ā 
National Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component AnalysisNational Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component Analysis
Ā 
MRI Brain Tumour Classification Using SURF and SIFT Features
MRI Brain Tumour Classification Using SURF and SIFT FeaturesMRI Brain Tumour Classification Using SURF and SIFT Features
MRI Brain Tumour Classification Using SURF and SIFT Features
Ā 
Ji3416861690
Ji3416861690Ji3416861690
Ji3416861690
Ā 
A comparative study of dimension reduction methods combined with wavelet tran...
A comparative study of dimension reduction methods combined with wavelet tran...A comparative study of dimension reduction methods combined with wavelet tran...
A comparative study of dimension reduction methods combined with wavelet tran...
Ā 
Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM
Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM
Colour Image Segmentation Using Soft Rough Fuzzy-C-Means and Multi Class SVM
Ā 
Hybrid Technique Based on N-GRAM and Neural Networks for Classification of Ma...
Hybrid Technique Based on N-GRAM and Neural Networks for Classification of Ma...Hybrid Technique Based on N-GRAM and Neural Networks for Classification of Ma...
Hybrid Technique Based on N-GRAM and Neural Networks for Classification of Ma...
Ā 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
Ā 
Computer Aided System for Detection and Classification of Breast Cancer
Computer Aided System for Detection and Classification of Breast CancerComputer Aided System for Detection and Classification of Breast Cancer
Computer Aided System for Detection and Classification of Breast Cancer
Ā 
Mammogram image segmentation using rough
Mammogram image segmentation using roughMammogram image segmentation using rough
Mammogram image segmentation using rough
Ā 
A NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SET
A NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SETA NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SET
A NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SET
Ā 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
Ā 
Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...
Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...
Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...
Ā 
IRJET- Detection of Breast Asymmetry by Active Contour Segmentation Techn...
IRJET-  	  Detection of Breast Asymmetry by Active Contour Segmentation Techn...IRJET-  	  Detection of Breast Asymmetry by Active Contour Segmentation Techn...
IRJET- Detection of Breast Asymmetry by Active Contour Segmentation Techn...
Ā 
Breast Cancer Detection and Classification using Ultrasound and Ultrasound El...
Breast Cancer Detection and Classification using Ultrasound and Ultrasound El...Breast Cancer Detection and Classification using Ultrasound and Ultrasound El...
Breast Cancer Detection and Classification using Ultrasound and Ultrasound El...
Ā 
Clustering and Classification of Cancer Data Using Soft Computing Technique
Clustering and Classification of Cancer Data Using Soft Computing Technique Clustering and Classification of Cancer Data Using Soft Computing Technique
Clustering and Classification of Cancer Data Using Soft Computing Technique
Ā 
Support vector machine based discrete wavelet transform for magnetic resonanc...
Support vector machine based discrete wavelet transform for magnetic resonanc...Support vector machine based discrete wavelet transform for magnetic resonanc...
Support vector machine based discrete wavelet transform for magnetic resonanc...
Ā 

More from IOSR-JEN

More from IOSR-JEN (20)

C05921721
C05921721C05921721
C05921721
Ā 
B05921016
B05921016B05921016
B05921016
Ā 
A05920109
A05920109A05920109
A05920109
Ā 
J05915457
J05915457J05915457
J05915457
Ā 
I05914153
I05914153I05914153
I05914153
Ā 
H05913540
H05913540H05913540
H05913540
Ā 
G05913234
G05913234G05913234
G05913234
Ā 
F05912731
F05912731F05912731
F05912731
Ā 
E05912226
E05912226E05912226
E05912226
Ā 
D05911621
D05911621D05911621
D05911621
Ā 
C05911315
C05911315C05911315
C05911315
Ā 
B05910712
B05910712B05910712
B05910712
Ā 
A05910106
A05910106A05910106
A05910106
Ā 
B05840510
B05840510B05840510
B05840510
Ā 
I05844759
I05844759I05844759
I05844759
Ā 
H05844346
H05844346H05844346
H05844346
Ā 
G05843942
G05843942G05843942
G05843942
Ā 
F05843238
F05843238F05843238
F05843238
Ā 
E05842831
E05842831E05842831
E05842831
Ā 
D05842227
D05842227D05842227
D05842227
Ā 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(ā˜Žļø+971_581248768%)**%*]'#abortion pills for sale in dubai@
Ā 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
Ā 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
Ā 

Recently uploaded (20)

Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Ā 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
Ā 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Ā 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Ā 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
Ā 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
Ā 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Ā 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Ā 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
Ā 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
Ā 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
Ā 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
Ā 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
Ā 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
Ā 
Navi Mumbai Call Girls šŸ„° 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls šŸ„° 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls šŸ„° 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls šŸ„° 8617370543 Service Offer VIP Hot Model
Ā 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Ā 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
Ā 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
Ā 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
Ā 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Ā 

D05222528

  • 1. IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 05, Issue 02 (February. 2015), ||V2|| PP 25-28 International organization of Scientific Research 25 | P a g e Implementation of Segmentation and Classification Techniques for Mammogram Images Neeta Jog 1 , Arvind Pandey 2 Lecturer , Medical Electronics, G.P.Miraj, Miraj, Maharashtra, India1 Professor, Computer Department, PVPIT College of Engg, Budhgaon, Maharashtra, India2 Abstract: Mammography is an important research field. Mammography Image classification is an area of interest to most of the researchers today. The aim of this paper is to detect the Mammography image for its malignancy. Different methods can be used to detect the malignancy. This paper represents GLDM andGabor feature extraction methods along with SVM and K-NN classifiers.Experiments were conducted on MIAS database. The results show that combination of GLDM feature extractor with SVM classifier is found to give appropriate results. Keywords: Mammography; image classification; GLDM; Gabor;SVM ;K-NN I. INTRODUCTION Cancer is uncontrolled growth of cells. Breast cancer is the uncontrolled growth of cells in the breast region. Breast cancer is the second leading cause of cancer deaths in women today. Early detection of the cancer can reduce mortality rate. Mammography has reported cancer detection rate of 70-90% which means 10-30% of breast cancers are missed with mammography [1].Early detection of breast cancer can be achieved using Digital Mammography, typically through detection of Characteristics masses and/or micro calcifications .A mammogram is an x-ray of the breast tissue which is designed to identify abnormalities. Studies have shown that radiologists can miss the detection of a significant proportion of abnormalities in addition to having high rates of false positives .Therefore, it would be valuable to develop a computer aided method for mass/tumour classification based on extracted features from the Region of Interest (ROI) in mammograms [3]. Pattern recognition in image processing requires the extraction of features from regions of the image, and the processing of these features with a pattern recognition algorithm. Features are nothing but observable patterns in the image which gives some information about image. For every pattern classification problem, the most important stage is Feature Extraction. The accuracy of the classification depends on the Feature Extraction stage. The motto behind computer aided analysis is not to replace the Radiologists but to have a second opinion and thus provide an efficient support in decision making process of the radiologist. Much research has been done in mammography towards detecting one or more abnormal structures: circumscribed masses [5], speculated lesions [6] and micro-calcifications [4].Other researchers have focused on classifying the breast lesions as benign or malignant. There are different feature descriptors such as GLDM, (Gray Level Difference Method), LBP (Local Binary Patterns), GLRLM(Grey level Run Length Method),Harralick, Gabor texture features and there are classification methods such as SVM,C4.5,K-NN Classifier. In this paper we have used a GLDM and Gabor feature extraction method over set of mammography images and then tested their performance on SVM and K-NN classification algorithms.The paper is organised as follows with section 2 gives explanation about the pre-processing stage where as section 3 describes the feature extraction methods which are used in the experiment.Section 4 comes up with the overview of classification methods.Section 5 provides explanation of experiments and brief discussion of results. Section 6 gives conclusion derived from this work. II. PREPROCESSING Pre-processing stage is a step used to increase image quality of Mammograms as they are very difficult to interpret .An histogram equalization can be used to adjust the image contrast so that anomalies can be better emphasized. III. FEATURE EXTRACTION Feature extraction involves simplifying the amount of resources required to describe a large set of data accurately. In image processing, a different set of features can be used to extract the visual information from a given image. Because digital mammography images are specific, not all visual features can be used to correctly describe the relevant image patch. All classes of suspected tissue are different by their shape and tissue composition. This is why the most suitable visual feature descriptors for this kind of images are based on shape
  • 2. Implementation of Segmentation and Classification Techniques for Mammogram Images International organization of Scientific Research 26 | P a g e and texture. We can use different feature extraction methods and test them on variety of classifiers. We are using GLDM feature descriptor. GLDM The GLDM method calculates the Gray level difference method Probability Density functions for the given image. This technique is usually used for extracting statistical texture features of a digital mammogram. From each density functions five texture features are defined: Contrast, Angular Second moment, Entropy, Mean and Inverse Difference Moment.Contrast is defined as the difference in intensity between the highest and lowest intensity levels in an image thus measures the local variations in the grey level. Angular second moment is a measure of homogeneity. If the difference between gray levels over an area is low then those areas are said to be having higher ASM values. Mean it gives the average intensity value. Entropy is the average information per intensity source output. This parameter measures the disorder of an image. When the image is not texturally uniform, entropy is very large. Entropy is strongly, but inversely, correlated to energy. Inverse difference moment IDM measures the closeness of the distribution of elements in the Gray level Co-occurrence Matrix (GLCM) to the GLCM diagonal. To describe the Gray level difference method, let g (n,m) be the digital picture function. For any given displacement Ī“=(Ī”n, Ī”m),where Ī”n and Ī”m are integers, let gĪ“ (n,m)=|g(n,m)-g(n+ Ī”n,m+ Ī”m)|. Let f(|Ī“) be the estimated probability density function associated with the possible values of gĪ“,ie, f(i|Ī“)=P(gĪ“(n,m)=i herein our possible forms of vector Ī“ will be considered,(0,d),(-d,d),(d,0),(-d,d),where d is inter sample distance. we refer f(|Ī“) as gray level difference density function. Gabor Texture Feature Gabor texture feature is a linear filter .Basically, Gabor texture feature is a group of wavelets,with each wavelet capturing energy at a capturing energy at a specific frequency and a specific direction. From this group of energy distributions the texture feature representing the image can be extracted.Thus a set of Gabor filters with different frequencies and orientations may be helpful for extracting useful features from an image. Gabor filters have been widely used in pattern analysis applications.Frequency (scale) and orientation representations of Gabor filters are similar to those of the human and mammalian visual system, and they have been found to be particularly appropriate for texture analysis. IV. CLASSIFICATION METHODS There are innumerous classification methods for automated classification of samples. In this paper itā€™s decided to work with most popular classification algorithm: SVM and K-NN Support Vector Machines The Support Vector machines were introduced by Vladimir Vapnik and colleagues. Support Vector machines (SVMā€™s) are a relatively new learning method used for binary classification. The basic idea is to find a hyper plane which separates the D-Dimensional data perfectly into its two classes. However, since example data is often not linearly separable, SVMā€™s introduce the notion of a kernel induced feature space which casts the data into a higher dimensional space where the data is separable. Namely, the primary goal of SVM classifiers is classification of examples that belong to one of two possible classes. However, SVM classifiers could be extended to be able to solve multiclass problems as well. One of the strategies for adapting binary SVM classifiers for solving multiclass problems is one-against-all (OvA) scheme. It includes decomposition of the M-class problem (M>2) into series of two-class problems. The basic concept is to construct M SVMs where the i-th classifier is trained to separate the class i from all other (M-1) classes. This strategy has a few advantages such as its precision, the possibility for easy implementation and the speed in the training phase and the recognition process. That is reason for its wide use. K-NN In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy learning where the function is only approximated locally and all computation is deferred until classification. The k-nearest neighbor algorithm is amongst the simplest of all machine learning algorithms: an object is classified by a majority vote of its neighbors,with the object being assigned to the class most common amongst its k nearest neighbors (k is a positive integer,typically small). If k = 1, then the object is simply assigned to the class of its nearest neighbor. The training examples are vectors in a multidimensional feature space,each with a class label. The training phase of the algorithm consists only of storing the feature vectors and class labels of the training samples.In the classification phase, k is a user-defined constant, and an unlabeled vector (a query or test point) is classified by assigning the label which is most frequent among the k training samples nearest to that query point.
  • 3. Implementation of Segmentation and Classification Techniques for Mammogram Images International organization of Scientific Research 27 | P a g e V. RESULT TableI and fig1 depicts the classification precision of two classifiers in two class problem with the GLDM descriptor.The results show that GLDM descriptor for various displacements with SVM classifier provides the best classification accuracy of 95.83% .Thus as displacements in GLDM are increased we get the best classification accuracy.In case of GLDM descriptor with the K-NN classifiers results seen are with maximum accuracy of 50% which is not at par with the SVM and GLDM combination of results with 95.83% .Thus we see the GLDM and SVM combination giving better results than GLDM and K-NN combination. Sr.no. Displacement SVM K-NN 1 8 62.50 41.67 2 10 75.00 45.83 3 12 70.83 50.00 4 16 87.50 41.67 5 20 95.83 33.33 Table I.Classification precision for the two-class problem Fig 1. Displacement Verses Percentage Accuracy Table II and fig2 depicts the classification precision of two classifiers in two class problem with the Gabor texture feature descriptor.The results show that Gabor texture feature descriptor for various orientations with SVM classifier provides the best classification accuracy of 71.83% .Thus as orientations in Gabor are increased we get the best classification accuracy. In case of Gabor texture feature descriptor with the K-NN classifiers results seen are with maximum accuracy of 58.33% which is not at par with the SVM and Gabor texture feature descriptor combination of results with 71.83% .Thus we see the Gabor and SVM combination giving better results than Gabor and K-NN combination. Sr.no. Orientation SVM K-NN 1 1 66.67 45.83 2 2 70.83 58.33 3 3 62.5 37.5 4 4 71.83 50.0 Table II.Classification precision for the two-class problem 0 20 40 60 80 100 120 8 10 12 16 20 svm knn
  • 4. Implementation of Segmentation and Classification Techniques for Mammogram Images International organization of Scientific Research 28 | P a g e Fig 2. Orientation Verses Percentage Accuracy VI. CONCLUSION Digital mammography is the most common method or early breast cancer detection.Automated analysis of these images is very important,since manual analysis of these images is slow.Today manual analysis of only eight slides of mammography images per day is permitted for the radiologists it being very costly and inconsistent. In this paper we made analysis on two classifiers,using two different descriptors for feature extraction.According to the examination,we can conclude that the best classification accuracy was achieved,in the case of GLDM descriptor. REFERENCES [1] Majid, E. de Paredes, R. Doherty, N. Sharma, and X. Salvador, ā€œMissed breast carcinoma: Pitfalls and pearls1,ā€ Radiographics, vol. 23,no. 4, p. 881, 2003. [2] O. Mangasarian, W. Street, and W. Wolberg, ā€œBreast cancer diagnosisand prognosis via linear programming,ā€ Operations Research, vol. 43,no. 4, pp. 570ā€“577, 1995. [3] M. Sampat, M. Markey, A. Bovik et al., ā€œComputer-aided detection and diagnosis in mammography,ā€ Handbook of image and video processing,vol. 10, no. 4, pp. 1195ā€“1217, 2005. [4] R. Strickland and H. Hahn, ā€œWavelet transforms for detecting microcalcifications in mammograms,ā€ Medical Imaging, IEEE Transactions on, vol. 15, no. 2, pp. 218ā€“229, 1996. [5] M. Giger, F. Yin, K. Doi, C. Metz, R. Schmidt, and C. Vyborny,ā€œInvestigation of methods for the computerized detection and analysis of mammographic masses,ā€ in Proceedings of SPIE, vol. 1233, 1990, p.183 [6] S. Liu and E. J. Delp, ā€œMultiresolution detection of stellate lesions in mammograms,ā€ in In Proceedings of the IEEE International Conference on Image Processing, 1997, pp. 109ā€“112. [7] D. Brzakovic, X. Luo, and P. Brzakovic, ā€œAn approach to automated detection of tumors in mammograms,ā€ Medical Imaging, IEEE Transactions on, vol. 9, no. 3, pp. 233ā€“241, 1990. [8] A. Mohanty and S. Lenka, ā€œEfficient image mining technique for classification of mammograms to detect breast cancer,ā€ Special Issue of IJCCT, vol. 2, no. 2, p. 3. [9] L. Martins, A. Santos, A. Silva, and A. Paiva, ā€œClassification of normal, benign and malignant tissues using co-occurrence matrix and bayesian neural network in mammographic images,ā€ in Neural Networks, 2006.SBRNā€™06. Ninth Brazilian Symposium on. IEEE, 2006, pp. 24ā€“29. [10] E. Cheng, N. Xie, H. Ling, P. Bakic, A. Maidment, and V. Megalooikonomou, ā€œMammographic image classification using histogram intersection,ā€ in Biomedical Imaging: From Nano to Macro,2010 IEEE International Symposium on. IEEE, 2010, pp. 197ā€“200. 0 10 20 30 40 50 60 70 80 1 2 3 4 svm knn