LungCancerDetectionUsingBayesianClassifier
LungCancerDetectionUsingBayesianClassifier
61
International Journal of Advanced Information Science and Technology (IJAIST) ISSN: 2319:2682
Vol.5, No.5, May 2016 DOI:10.15693/ijaist.2016.v5.i5.61-64
62
International Journal of Advanced Information Science and Technology (IJAIST) ISSN: 2319:2682
Vol.5, No.5, May 2016 DOI:10.15693/ijaist.2016.v5.i5.61-64
One of the important problems in fuzzy clustering is how to slicescontaining cancerous nodule is correctly classified as
design membership functions. In this method, based on the cancerous:
input and output of the fuzzy system, neural network is TP
Sensitivity =
TP+FN
trained. The most common neural network model is the
Specificity
multilayer perceptron (MLP). This type of neural network is
It measures the proportion of negatives which are
known as a supervised network because it requires a desired
correctlyidentified. The percentage of segmented slices
output in order to learn. The goal of this type of network [10]
without can-cerous nodule is correctly identified as non
is to create a model that correctly maps the input to the output
cancerous:
using historical data so that the model can then be used to TN
produce the output when the desired output is unknown. Specificity =
TN+FP
Accuracy
Accuracy is a statistical measure of how well a classifier cor-
II.MATERIALS AND METHODS rectly identifies or excludes a condition. The accuracy is
theproportion of true results (both true positive and true
negative)in the population.
TP+TN
A. DATA Accuracy =
TP+TN+FP+FN
The role of a classifier is to correctly identify the group of
an unknown pixel.Bayesian classifier is based on Bayes
Metric Observed value
theorem. The Bayesian Classification is a type of statistical
method for classification. Itpredicts the class or group the Sensitivity 89.4%
given sample belongs to.For this, Bayesian classifier makes Specificity 94.1%
use of the class membership probabilities, such as the Accuracy 91.6%
probability that a given sample belongs to a particular class. Table1: Classification results using Bayesian Classifier for
Bayes Rule is stated as follows: “Given a problem instance to cancerous and noncancerous images
be classified, represented by a vector x=(x1….xn)
representing some n features (independent variables), it
assigns to this instance probabilities VI. CONCLUSION
Features are used as input for the classifier. Bayesian classifier
P = (Ck|x1……xn) for each of the K possible outcomes or is a promising method for correct classification.For this, Lung
classes.” region is extracted from the original CT image. From the lung
The problem with the above formulation is that if the number region, the ROIs were obtained. The nodules are evaluated
of features n is large or if a feature can take on a large number based on the features such as mean, standard deviation,
of values, then basing such a model on probability tables is skewness, kurtosis, fifth and sixth central moment ,then
infeasible. Therefore reformulation of the model is good to subjected to classification to classify the input image. The
make it more tractable. Using Bayes theorem[12], the project may be expanded by adding additional features like
conditional probability can be decomposed as HOG. The existing classifiers can be compared and the better
one may be used for improving the efficiency of the system.
p Ck p(x|Ck )
P Ck x = (1)
p(x)
REFERENCES
the above equation can be written as
[1]. Awais Mansoor , Segmentation and image analysis of
prior x likelihood abnormal lungs at ct: Current approaches,challenges, and
posterior = future trends, Radiographics ,2015.
evidence
[2]. Elisabeth Brambilla H.,Konrad Müller-HermelinkCurtis C,
III.EXPERIMENTAL RESULTS Harris William D,Travis,Pathology and genetics of tumours
of the lung, pleura, thymus and heart, WHO Publications
Center, 2004.
The training set for the Bayesian classifier consists of70% of [3]. Lung lobe segmentation by anatomy-guided 3d watershed
the total images and the testing set is 30% of the total images. transform, Medical Imaging 2003: Image Processing, Vol.
The sensitivity, specificity andaccuracy are calculated as 4, No. 2, pp. 1482-1490,2003.
follows: [4]. Piergiorgio Cerello and Sorin Christian Cheran, 3-d object
segmentation using ant colonies,IEEE Nuclear science
Sensitivity Symbosium Conference, ISSN :1082-3654, 2008.
[5]. S.Sivakumar and Dr.C.Chandrasekar,Lung nodule
It measures the proportion of actual positives which are detection using fuzzy clustering and Support vector
correctly identified. That is the percentage of segmented
63
International Journal of Advanced Information Science and Technology (IJAIST) ISSN: 2319:2682
Vol.5, No.5, May 2016 DOI:10.15693/ijaist.2016.v5.i5.61-64
Authors Profile
Hitha Rocky is currently doing her
master’s degree in Technology,
specializing in Computer Science and
Engineering at Adi Shankara Institute of
Engineering and Technology, Kalady. Her
areas of interest include image processing,
Neuro-Fuzzy
64