SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 56
Segmentation of Nucleus and Cytoplasm from Unit Papanicolaou Smear
Images using Deep Semantic Networks
Abhinaav R1, Akshaya Sapthasri M2, Anusha V3, Nivetha S4, Pujithagiri G5, Dr. B. Padmapriya6
1,2,3,4,5Student, Department of Biomedical Engineering, PSG College of Technology, Coimbatore, India.
6Associate Professor, Department of Biomedical Engineering, PSG College of Technology, Coimbatore, India
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Pap smear images require very efficient
segmentation techniques to improve the prediction of
carcinoma. Conventional techniques are not efficient for the
entire dataset. The proposed technique, segmentation using
semantic network, highlights the effective use of network
architecture, available data, optimization algorithms and
high- end computing; improving the efficiency in classifying
cellular components, the nucleus and cytoplasm, in the unit
pap image. High accuracy actually representing the human
perception of vision has been achieved.
Key Words: Semantic segmentation, highly accurate,
ResNet, FC- Densenet, Image to image regression
1. INTRODUCTION
Cervical cancer is a cancer that affects the cervix
which is the lower part of the uterus. Killing more than
288,000 women each year worldwide, cervical cancer is the
second common cancer affecting women. It is more
prevalent in developing countries. Cervical cancer, if
detected at an earlier stage by the way of regular screening,
can be prevented and treated. Pap screening or Pap test is
one of the popular methods used for the early detection of
cervical cancer. It has cut down the deathratesuccessfullyin
developed countries by preventing the incidence of cervical
cancer. One of the major setback of Pap test is that it
requires human intervention for the examination of Pap
smear. Analysis of hundreds of thousands of cells is very
tiring and the accuracy may be decreased due to technical
and human errors. [1]
Fig 1: Pap smear cell
The process of dividedimagesintomeaningful parts
is referred to as segmentation. The images usually have a
background and a region on interest (ROI). Staining, poor
contrast and overlapping of cells are some of the
complexities that arise during the process of cell
segmentation. Harandi et al [2] in his paper has segmented
the nucleus of the pap cells using geometric active contour
followed by thresholding. Marina E. Plissiti et al [3] applied
morphological analysis in the detection of nuclei. Two types
of classification algorithms namely unsupervised (Fuzzy C-
Means) and supervised (Support Vector Machine) are being
used and they have compared the results.
Yang – Mao et al [4]havesegmentedthenucleusand
cytoplasm from the cervical smear cell image by adapting
edge enhancement nucleus and cytoplast contour (EENCC).
They have employed trim- meaning filter for the purpose of
removing impulse and Gaussian noises while preservingthe
sharpness of the object and its boundaries.
Fig 2. Pap Smear Images that are difficult to segment
The methods discussed above mainly focuses on
nuclei segmentation and the cytoplasm is not given much
importance. But the cytoplasm also contains features for
distinguishing normal and abnormal cells. ImageJ is a Iava
based image processing software. When ImageJ was used to
segment the Pap smear images, the cytoplasm became less
significant after segmentation. The nucleus was only
prominent as shown in Fig. 3. The proposed method
employs semantic segmentation to differentiate the nucleus
and cytoplasm in the Pap smear image. In semantic
segmentation, once the model is trained, it can be used to
segment new Pap smear images whereas the conventional
methods would require additional training. In semantic
segmentation, efficiency of segmentation can be greatly
increased since the model learns continuously.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 57
a b
Fig 3. (a) Pap Smear Image (b) Pap smear image
segmented using ImageJ software
2. PAPANICOLAOU SMEAR
A Pap (-anicoalau) smear is used to screen for
cervical cancer. The presence of pre-cancerous or cancerous
cells on the cervix can be detected using this test. A pre-
cancerous cell is one in which the genetic information has
been modified and exhibits abnormal cell division. A
cancerous cell is one in which the cell is devoid of cytoplasm.
This procedure is usually carried out in women who are in
the age group of 21- 65 years.Thepapcellsareobtainedfrom
different areas of the cervix using cyto-brush, cotton stick or
a wooden stick. The cells are mostly derived from columnar
epithelium and the squamous epithelium. The cervixhastwo
parts – the upper part the columnarepitheliumandthelower
part the squamous epithelium.Thespecimenissmearedonto
a glass slideand is stainedusingPapanicolaoumethodsothat
the components of the cells are highlighted with specific
colours [5].
The Pap smear database consists of 917 such
microscopic images collected for different cases from
different locations.
3. SEMANTIC SEGMENTATION
Semantic segmentation is the processinwhich each
pixel of the image is associated with a class label. One of the
algorithms used for semantic segmentation is the Fully
Convolutional Network (FCN). FCN does not directlyextract
the region, instead, it learns a mapping from pixel to pixel in
an image.
Fig 4. Representation of Semantic Network Flow
FCN first compresses the image to 1/32th of its
original size by using various blocks of convolutional and
max pool layers. It then predicts the class at the granular
level (pixel wise). Then, sampling and deconvolution layers
to resize the image to the original size. The semantic or
contextual informationiscapturedusingdownsampling and
the spatial information is obtained using up sampling. The
final and the original image are of same dimension.
In semantic segmentation the model can be trained
to segment new images. Once the model is trained it can
segment new images thus reducing the time complexity.
Also it can learn continuously thereby increasing its
efficiency greatly. Watershed Algorithm is usually used for
medical image segmentation.Thedisadvantageinwatershed
algorithm is that the boundaries are not retained after
segmentation. Sematic segmentation, on the other hand,
segments the images while retaining the boundaries. Also
semantic segmentation can clearly discriminate overlaying
structures which proves to be useful in the segmentation of
nucleus and cytoplasm in a Pap smear cell image.
Fully Convolutional Networks (FCNs) were an
extension of CNN introduced to overcome the problems
associated with per pixel prediction.FCNsdifferfromCNN in
such a way that they add upsampling layers to recover the
spatial resolution of the input image at the outputlayer. This
makes FCNs able to process images of arbitrary size.
Resolution is lost in pooling layers and this is compensated
by the FCNs by introducing skip connections between their
downsampling an upsampling paths. The fine- grained
informations from the downsamplinglayercanberecovered
with the help of skip connections.
ResNet (Residual Network) is a superior neural
network when it comes to image classification. ResNets
makes the training of very deep neural networks easier. It is
very deep network having 152 layers. It is a collection of
multiple deep neural networks with identical structures but
different depths. ResNet are extended to work as FCNs and
they have additional skip connections which increases the
segmentation accuracy and results in faster convergence of
the training. In this work, 56 layers are used for training.
DenseNets which are built from dense blocks and
pooling layers can be considered as an extension of ResNets.
Dense block is the iterative concatenation of previous
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 58
feature maps. DenseNets induce skip connectionsand multi-
scale supervision which makes them more suitable for
semantic segmentation [6].
4. PROPOSED METHODOLOGY
4.1 Pre- Processing
The segmentation of cells from the Pap smear is
difficult even for trained cyto- technicians. A new database
created from the smear images using the Champ software
was also used as the target images. The Pap smear images
have three classes: nucleus, cytoplasm and background.
Three different colors, red, blue and black were assigned to
these classes respectively. One of the important
requirements in semantic segmentation isthattheinput and
the output images should be of the same dimension. Hence
to achieve this, zero- padding of images has been doneand it
was ensured that all images are of the size 128 x 128.
The available database is enlarged by means of
horizontal and vertical flipping of images. At the end of pre-
processing, the enlarged datasets of the input and the target
images were available for the training process.
4.2 Neural Network Architectures
The parameters of the trained DL are
 Batch Size:
Batch size is usually chosen basedonthecomputing
source available. It depends on the computing power of
CPU, GPU, RAM and VRAM. The optimal batch size is
usually around 8 to 32 in powers of 2 during the initial
stages of training. In later stage after significant training,
the batch size is ended with 2 or 1 depending upon the
data size. By doing so, accuracy can be improved.
 Learning Rate:
Learning rate or step size is the amount of weights
that are updated during training. The learning rateusedin
this model is 0.0001 which corresponds to higher
resolution. This helps in convergence.
 Decay:
Decay refers to the shutting out of neurons
randomly to prevent over-fitting of data. Thedecayhereis
0.995 i.e. one neuron per layer per epoch is shut down.
 Number of epochs:
The number of epochs indicate the total number of
epochs the model should be trained for.
 Checkpoint Step:
Checkpoint step determines how frequently the
check points should be saved i.e. the epochs should be
saved.
 Validation Step:
The validation step determines how often the
validation of the trained model should be performed. The
number of images used for validation can also be decided.
4.2.1 ResNet – classifier
Theproposedmethodology employsResnet-101for
classification of pixels within the same image into the
number of classes required. This residual network consists
of convolutional layers for reducing dimensionality of
images and increasing the depth by higher order fielders,
max pooling to extract the important information from the
image and batch normalization is employed to extract
relative content of multiple images within the same batch. A
batch is a group of images simultaneously trained on the
model for the model to learn.
The architecture of Resnet used is denoted below:
Layer
Name
Output
Size
No. of
Layers
Mask Size
No. of
filters
conv1 128x128 1
7x7 (CNV)
stride 2
64
conv2_1 56x56 6
3x3 (max
pool)
stride 2
960
conv2_3 56x56 3
3x3 (max
pool)
Stride 2
192
conv3_1 28x28 8
1x1,128
(x4)
1x1, 512
(x4)
2560
conv3_3 28x28 4
3x3, 128
(x4)
512
conv4_1 14x14 46
1x1,256
(x23)
1x1,1024
(x23)
29440
conv4_3 14x14 23
3x3,256
(x23)
5888
conv5_1 7x7 6
1x1,512
(x3)
1x1,2048
(x3)
7680
conv5_3 7x7 3
3x3,512
(x3)
1536
Table:1 Architecture of Resnet- 101
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 59
4.2.2 FC-DenseNet Estimator
The architecture of this network resembles an
infinity loop. It pools down the image, extracts important
info and then flushes it back to its original size by up
convolution across the transition up path. The network
comprises ofonlyconvolutional layers,fully-convolutional.It
consists of multiple dense blocks.Theentiretransitiondown
and transition up through both the front end and backend
models is a complete path for an input to cross through the
entire path. The dense net is most suitable in rendering
images than for classification because of the extensiveness
brought into picture by the use of dense neurons.
This is essential to generate the image after the
Resnet is able to classify the groups within. The architecture
of the network in figure 5
Overall processflowisshownbelow:Reinforcement
mentioned below is achieved by varying batch size and
randomizing data trained.
Fig. 5 Architecture details of FC-DenseNet103 model
5. Results:
The following is representation of how the deep
learning network has been established over the entire
training period. Various images, their target and their
performance is analyzed. Results from analysis is described
below.
EPOCH – 0
Original Image Target Class
Image
Predicted Image
EPOCH – 10
Original Image Target Class
Image
Predicted Image
EPOCH – 50
Original Image Target Class
Image
Predicted Image
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 60
EPOCH – 100
Original Image Target Class
Image
Predicted Image
EPOCH – 1000
Original Image Target Class
Image
Predicted Image
EPOCH – 1350
Original Image Target Class
Image
Predicted Image
EPOCH – 1660
Original Image Target Class
Image
Predicted Image
Fig 6. Predicted Image for Various Epochs
One of the important characteristicsobservedalong
the course is that, changing the data that is trained over the
period of training with respect to the knowledge possessed
by the learned model. At this time step we changed the no of
data points validated proportionallytothenoofdata trained
at the rate of 1:3.
Fig 7. The epochs through which the validation images
were altered
For the changes made we observed the following results in
the accuracy of the model.
Fig 8. Accuracy for 913 validation images that is total data
points of 2793 split at 32.68% for validation.
Fig 9. Accuracy for 400 validation images that is total data
points of 2793 split at 14.3% for validation.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 61
The graph below indicates how much the accuracy
has varied amongst varies classes within an image. The
following table shows the final metricsachievedattheendof
the 1660 epoch.
The results are taken for the test data samples
which has not been included in the training data.
Epoch Number 1660
Avearge Accuracy 0.949079
Precision 0.950182
Recall 0.949079
F1_Score 0.948729
Mean_IOU 0.898314
Class - Nucleus Accuracy 0.975541
Class - Cytoplasm Accuracy 0.928534
Class - Background Accuracy 0.948887
No of Validated Images 200
Table:2 Performance metrics for the tested data.
Fig 11. Accuracy of individual classes within the image
Overall from the observationsmade,usinga meagre
amount of around 900 samples, a deep learning approach
was possible only because of the efficient way the data was
managed and it directly correlates to the way the deep
learning network has learnt the images.It wasastonishing to
realize that the deep learning has performed better than
what the initial labelling manually created. Moreover, the
accuracy metrics were tested as a measure directly against
the created label images and not with the original image. So,
the accuracy metric achieved was not the actual value. The
actual value should be theoretically around 97.75% to
98.25%.
Fig 12. Accuracy trend across the 1660 epochs
Fig 13. Other Performance Metrics over the 1660 epochs
ACKNOWLEDGEMENT
We have taken efforts in this project. However, it
would not have been possible without the kind support and
help of many individuals and staff. We would like to extend
our sincere thanks to all of them. We would also like to
extend our thanks to Dr. R. Vidhyapriya, HOD, Biomedical
Engineering. We would liketoexpressourgratitudetowards
the members of The Department of BIOMEDICAL
ENGINEERING, PSG College of Technology for their kind co-
operation and encouragement which helped us in
completion of this project. Our thanks and appreciations to
people who have willingly helped us out with their abilities.
REFERENCES
[1] M. Mohideen Fatima alias Niraimathi, Dr
V.Seenivasagam, A hybrid Image Segmentation of a
Cervical Cells by Bi-group enhancement and Scan line
filling, International Journal of Computer Science and
Information Technology and security,vol 2,No 2, April
2012,pp 368-375.
Mean IOU
Precision, Recall and F1 Score
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 62
[2] N.M Harand, S, Sadri, N. A. Moghaddam, R.Amirfattahi,
An Automatic Method for Segmentation of epithelial
cervical cells in Images of Thin Prep, Journal of medical
systems 34(6)2010,pp1043-1054.
[3] M.E Plissiti, C. Nikou, A. Charchanti, Automated
detection of cell Nuclei in Pap smear images Using
Morphological Reconstruction and Clustering, IEEE
Transaction on information technology in Biomedicine
15(2) 2011,pp 233-241.
[4] S,-F. Yang-Mao, Y,-K. Chan, Y,-P, Chu ,EdgeEnhancement
Nucleus and Cytoplasm Detection of cervical smear
images ,IEEE Transactions on systems, Man, and
Cybernetics part B, Cybernetics 38(2),2008, 353-366.
[5] Erik Martin, “Pap Smear Classification”, Technical
University of Denmark, September 2003.
[6] Simon Jegau et al, “The One Hundred Layers Tiramisu:
Fully Convolutional DenseNets for Semantic
Segmentation”
BIOGRAPHIES
Abhinaav Ramesh - Aspiring Biomedical Engineering
student currently pursuing final year in PSG College of
Technology. Currentlyexploringthrough
various technologies and vast
opportunities in the field of research for
Biomedical Engineering using Artificial
Intelligence. Stepping up overthepathto
a respectful place in the society of
Engineers perfecting the art of Research
and Development. Specializes in the
domain of Artificial Intelligence and its various possibilities
and applications focused on Healthcare. Strength in
programming reflects the confidence shown in writing new
algorithms and the efficiency and robustness of my work.
Ardent perfectionist. Has Research experience in the field of
AI for the past 2 years. Projects are mainly oriented towards
the possibilities of effective software writinganddeveloping
algorithms. Research work on the use of Machine learning
for the Papanicolaou image classification was published by
IEEE. Currently working on Effective Signal Information
extraction and using it as a tool for predictive analysis of
blood.
Dr. Padmapriya. B – She has completed
Ph.D in the area of medical image
analysis with “Urinary Bladder Volume
Measurement and PCOS Classification”.
She has subject expertise in Biomedical
Image analysis, ICU and Operation
theatre equipment, Sensors in Medical
applications,TherapeuticEquipmentand
Biomedical Instrumentation. Currently
researching in the areas of Biomedical Image Analysis and
Biomedical Instrumentation. She has published14papersin
International Journals, 1 paper in National Journal, 5 papers
in International conferences and one paper in a national
level conference. She holds two patents in Testing machine
for structural analysis and System and method for auto
immune disease diagnosis.
Akshaya Sapthasri M - Enthusiastic
student with a strong knowledge over
electronics and has a superior verbal
jargon to bolster her waythroughcritical
situations. Domain of interest orients
towards embedded systems andproduct
design. Interest in Biology exceeds
programming intent and serve as a
pseudo medical specialist giving suggestions completely
towards hardships and ideologies faced in prototype
development. Good management skills and articulated
presenting forte.
Anusha V - Highly skilled in multiple
verticals and fast learner for newer
technologies. Energeticandmotivatingin
the team and successive feedbacks
provided will reflect on theimprovement
in the overall team performance in net
development. Combined knowledge of
both biology and programming expertise
helps in device fail proof technologies and succeed further
Overall will be able to come up as a skilled professional well
suited to the industry.
Nivetha Sivakumar - Strength primarily
orients towards enormous confidence in
work done and support towards
prototype development. Skilled in
analysing technical information and
extracting data which acts as crucial
inputs towards the entire phase of
brainstorming. Constant participation
and learning providing a far more deserving technical
outlook. Stress free attitudetowardswork helpmaintainand
balance harmony and workflow in the team. Domain of
interest focusses toward device design and marketing
techniques. Research experience in the project helps grasp
techniques and increase skillset.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 63
Pujithagiri G – Ardent and honest
student with a proficient background in
biological sciences. She has a lucid
understanding of subject content she
deals in. Moreover, she has experience
in biomedical image processing too. If
given a task, she works with extreme
diligence in completing it and also
makes sure that it is perfect. Overall she
has good oratory skills and puts strenuous efforts in her
tasks.

More Related Content

What's hot

IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
IRJET-  	  Brain Tumor Detection using Image Processing and MATLAB ApplicationIRJET-  	  Brain Tumor Detection using Image Processing and MATLAB Application
IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
IRJET Journal
 
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
INFOGAIN PUBLICATION
 
A Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition SystemA Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition System
gerogepatton
 
An overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance imagesAn overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance images
Mangesh Lingampalle
 
Automatic Brain Tumor Segmentation on Multi-Modal MRI with Deep Neural Networks
Automatic Brain Tumor Segmentation on Multi-Modal MRI with Deep Neural NetworksAutomatic Brain Tumor Segmentation on Multi-Modal MRI with Deep Neural Networks
Automatic Brain Tumor Segmentation on Multi-Modal MRI with Deep Neural Networks
Andrew Tsuei
 
IRJET - Classification of Cancer Images using Deep Learning
IRJET -  	  Classification of Cancer Images using Deep LearningIRJET -  	  Classification of Cancer Images using Deep Learning
IRJET - Classification of Cancer Images using Deep Learning
IRJET Journal
 
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGBRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
Dharshika Shreeganesh
 
Application of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionApplication of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detection
Myat Myint Zu Thin
 
FACE RECOGNITION USING ELM-LRF
FACE RECOGNITION USING ELM-LRFFACE RECOGNITION USING ELM-LRF
FACE RECOGNITION USING ELM-LRF
Aras Masood
 
Comparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operatorsComparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operators
eSAT Journals
 
Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...
Tamilarasan N
 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation ppt
Roshini Vijayakumar
 
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
iaemedu
 
Brain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image ProcessingBrain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image Processing
Sinbad Konick
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNN
MohammadRakib8
 
50120140503014
5012014050301450120140503014
50120140503014
IAEME Publication
 
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
ijtsrd
 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionA Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor Detection
Editor IJMTER
 
Neural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR ImagesNeural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR Images
Aisha Kalsoom
 
B04530612
B04530612B04530612
B04530612
IOSR-JEN
 

What's hot (20)

IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
IRJET-  	  Brain Tumor Detection using Image Processing and MATLAB ApplicationIRJET-  	  Brain Tumor Detection using Image Processing and MATLAB Application
IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
 
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
 
A Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition SystemA Modified CNN-Based Face Recognition System
A Modified CNN-Based Face Recognition System
 
An overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance imagesAn overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance images
 
Automatic Brain Tumor Segmentation on Multi-Modal MRI with Deep Neural Networks
Automatic Brain Tumor Segmentation on Multi-Modal MRI with Deep Neural NetworksAutomatic Brain Tumor Segmentation on Multi-Modal MRI with Deep Neural Networks
Automatic Brain Tumor Segmentation on Multi-Modal MRI with Deep Neural Networks
 
IRJET - Classification of Cancer Images using Deep Learning
IRJET -  	  Classification of Cancer Images using Deep LearningIRJET -  	  Classification of Cancer Images using Deep Learning
IRJET - Classification of Cancer Images using Deep Learning
 
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGBRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
 
Application of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionApplication of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detection
 
FACE RECOGNITION USING ELM-LRF
FACE RECOGNITION USING ELM-LRFFACE RECOGNITION USING ELM-LRF
FACE RECOGNITION USING ELM-LRF
 
Comparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operatorsComparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operators
 
Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...
 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation ppt
 
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
 
Brain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image ProcessingBrain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image Processing
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNN
 
50120140503014
5012014050301450120140503014
50120140503014
 
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionA Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor Detection
 
Neural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR ImagesNeural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR Images
 
B04530612
B04530612B04530612
B04530612
 

Similar to IRJET- Segmentation of Nucleus and Cytoplasm from Unit Papanicolaou Smear Images using Deep Semantic Networks

IRJET-Breast Cancer Detection using Convolution Neural Network
IRJET-Breast Cancer Detection using Convolution Neural NetworkIRJET-Breast Cancer Detection using Convolution Neural Network
IRJET-Breast Cancer Detection using Convolution Neural Network
IRJET Journal
 
78201916
7820191678201916
78201916
IJRAT
 
Lung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural NetworkLung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural Network
IRJET Journal
 
Breast Cancer Detection using Convolution Neural Network
Breast Cancer Detection using Convolution Neural NetworkBreast Cancer Detection using Convolution Neural Network
Breast Cancer Detection using Convolution Neural Network
IRJET Journal
 
IRJET- Image Classification using Deep Learning Neural Networks for Brain...
IRJET-  	  Image Classification using Deep Learning Neural Networks for Brain...IRJET-  	  Image Classification using Deep Learning Neural Networks for Brain...
IRJET- Image Classification using Deep Learning Neural Networks for Brain...
IRJET Journal
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET Journal
 
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
 
IRJET- Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET-  	  Diversified Segmentation and Classification Techniques on Brain Tu...IRJET-  	  Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET- Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET Journal
 
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET Journal
 
MINI PROJECT (1).pptx
MINI PROJECT (1).pptxMINI PROJECT (1).pptx
MINI PROJECT (1).pptx
MohammadJahangir25
 
New foreground markers for Drosophila cell segmentation using marker-controll...
New foreground markers for Drosophila cell segmentation using marker-controll...New foreground markers for Drosophila cell segmentation using marker-controll...
New foreground markers for Drosophila cell segmentation using marker-controll...
IJECEIAES
 
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET Journal
 
MAMMOGRAPHY LESION DETECTION USING FASTER R-CNN DETECTOR
MAMMOGRAPHY LESION DETECTION USING FASTER R-CNN DETECTORMAMMOGRAPHY LESION DETECTION USING FASTER R-CNN DETECTOR
MAMMOGRAPHY LESION DETECTION USING FASTER R-CNN DETECTOR
cscpconf
 
78-ijsrr-d-2250.ebn-f.pdf
78-ijsrr-d-2250.ebn-f.pdf78-ijsrr-d-2250.ebn-f.pdf
78-ijsrr-d-2250.ebn-f.pdf
vinayaga moorthy
 
IRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor DetectionIRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET Journal
 
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
ijtsrd
 
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
IRJET Journal
 
BRAINREGION.pptx
BRAINREGION.pptxBRAINREGION.pptx
BRAINREGION.pptx
VISHALAS9
 
Brain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptxBrain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptx
vikyt2211
 
Pneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network WritersPneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network Writers
IRJET Journal
 

Similar to IRJET- Segmentation of Nucleus and Cytoplasm from Unit Papanicolaou Smear Images using Deep Semantic Networks (20)

IRJET-Breast Cancer Detection using Convolution Neural Network
IRJET-Breast Cancer Detection using Convolution Neural NetworkIRJET-Breast Cancer Detection using Convolution Neural Network
IRJET-Breast Cancer Detection using Convolution Neural Network
 
78201916
7820191678201916
78201916
 
Lung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural NetworkLung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural Network
 
Breast Cancer Detection using Convolution Neural Network
Breast Cancer Detection using Convolution Neural NetworkBreast Cancer Detection using Convolution Neural Network
Breast Cancer Detection using Convolution Neural Network
 
IRJET- Image Classification using Deep Learning Neural Networks for Brain...
IRJET-  	  Image Classification using Deep Learning Neural Networks for Brain...IRJET-  	  Image Classification using Deep Learning Neural Networks for Brain...
IRJET- Image Classification using Deep Learning Neural Networks for Brain...
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
 
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- Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET-  	  Diversified Segmentation and Classification Techniques on Brain Tu...IRJET-  	  Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET- Diversified Segmentation and Classification Techniques on Brain Tu...
 
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
 
MINI PROJECT (1).pptx
MINI PROJECT (1).pptxMINI PROJECT (1).pptx
MINI PROJECT (1).pptx
 
New foreground markers for Drosophila cell segmentation using marker-controll...
New foreground markers for Drosophila cell segmentation using marker-controll...New foreground markers for Drosophila cell segmentation using marker-controll...
New foreground markers for Drosophila cell segmentation using marker-controll...
 
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
 
MAMMOGRAPHY LESION DETECTION USING FASTER R-CNN DETECTOR
MAMMOGRAPHY LESION DETECTION USING FASTER R-CNN DETECTORMAMMOGRAPHY LESION DETECTION USING FASTER R-CNN DETECTOR
MAMMOGRAPHY LESION DETECTION USING FASTER R-CNN DETECTOR
 
78-ijsrr-d-2250.ebn-f.pdf
78-ijsrr-d-2250.ebn-f.pdf78-ijsrr-d-2250.ebn-f.pdf
78-ijsrr-d-2250.ebn-f.pdf
 
IRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor DetectionIRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor Detection
 
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
 
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
 
BRAINREGION.pptx
BRAINREGION.pptxBRAINREGION.pptx
BRAINREGION.pptx
 
Brain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptxBrain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptx
 
Pneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network WritersPneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network Writers
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
Aditya Rajan Patra
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
wisnuprabawa3
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
mamamaam477
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 

Recently uploaded (20)

Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 

IRJET- Segmentation of Nucleus and Cytoplasm from Unit Papanicolaou Smear Images using Deep Semantic Networks

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 56 Segmentation of Nucleus and Cytoplasm from Unit Papanicolaou Smear Images using Deep Semantic Networks Abhinaav R1, Akshaya Sapthasri M2, Anusha V3, Nivetha S4, Pujithagiri G5, Dr. B. Padmapriya6 1,2,3,4,5Student, Department of Biomedical Engineering, PSG College of Technology, Coimbatore, India. 6Associate Professor, Department of Biomedical Engineering, PSG College of Technology, Coimbatore, India ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Pap smear images require very efficient segmentation techniques to improve the prediction of carcinoma. Conventional techniques are not efficient for the entire dataset. The proposed technique, segmentation using semantic network, highlights the effective use of network architecture, available data, optimization algorithms and high- end computing; improving the efficiency in classifying cellular components, the nucleus and cytoplasm, in the unit pap image. High accuracy actually representing the human perception of vision has been achieved. Key Words: Semantic segmentation, highly accurate, ResNet, FC- Densenet, Image to image regression 1. INTRODUCTION Cervical cancer is a cancer that affects the cervix which is the lower part of the uterus. Killing more than 288,000 women each year worldwide, cervical cancer is the second common cancer affecting women. It is more prevalent in developing countries. Cervical cancer, if detected at an earlier stage by the way of regular screening, can be prevented and treated. Pap screening or Pap test is one of the popular methods used for the early detection of cervical cancer. It has cut down the deathratesuccessfullyin developed countries by preventing the incidence of cervical cancer. One of the major setback of Pap test is that it requires human intervention for the examination of Pap smear. Analysis of hundreds of thousands of cells is very tiring and the accuracy may be decreased due to technical and human errors. [1] Fig 1: Pap smear cell The process of dividedimagesintomeaningful parts is referred to as segmentation. The images usually have a background and a region on interest (ROI). Staining, poor contrast and overlapping of cells are some of the complexities that arise during the process of cell segmentation. Harandi et al [2] in his paper has segmented the nucleus of the pap cells using geometric active contour followed by thresholding. Marina E. Plissiti et al [3] applied morphological analysis in the detection of nuclei. Two types of classification algorithms namely unsupervised (Fuzzy C- Means) and supervised (Support Vector Machine) are being used and they have compared the results. Yang – Mao et al [4]havesegmentedthenucleusand cytoplasm from the cervical smear cell image by adapting edge enhancement nucleus and cytoplast contour (EENCC). They have employed trim- meaning filter for the purpose of removing impulse and Gaussian noises while preservingthe sharpness of the object and its boundaries. Fig 2. Pap Smear Images that are difficult to segment The methods discussed above mainly focuses on nuclei segmentation and the cytoplasm is not given much importance. But the cytoplasm also contains features for distinguishing normal and abnormal cells. ImageJ is a Iava based image processing software. When ImageJ was used to segment the Pap smear images, the cytoplasm became less significant after segmentation. The nucleus was only prominent as shown in Fig. 3. The proposed method employs semantic segmentation to differentiate the nucleus and cytoplasm in the Pap smear image. In semantic segmentation, once the model is trained, it can be used to segment new Pap smear images whereas the conventional methods would require additional training. In semantic segmentation, efficiency of segmentation can be greatly increased since the model learns continuously.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 57 a b Fig 3. (a) Pap Smear Image (b) Pap smear image segmented using ImageJ software 2. PAPANICOLAOU SMEAR A Pap (-anicoalau) smear is used to screen for cervical cancer. The presence of pre-cancerous or cancerous cells on the cervix can be detected using this test. A pre- cancerous cell is one in which the genetic information has been modified and exhibits abnormal cell division. A cancerous cell is one in which the cell is devoid of cytoplasm. This procedure is usually carried out in women who are in the age group of 21- 65 years.Thepapcellsareobtainedfrom different areas of the cervix using cyto-brush, cotton stick or a wooden stick. The cells are mostly derived from columnar epithelium and the squamous epithelium. The cervixhastwo parts – the upper part the columnarepitheliumandthelower part the squamous epithelium.Thespecimenissmearedonto a glass slideand is stainedusingPapanicolaoumethodsothat the components of the cells are highlighted with specific colours [5]. The Pap smear database consists of 917 such microscopic images collected for different cases from different locations. 3. SEMANTIC SEGMENTATION Semantic segmentation is the processinwhich each pixel of the image is associated with a class label. One of the algorithms used for semantic segmentation is the Fully Convolutional Network (FCN). FCN does not directlyextract the region, instead, it learns a mapping from pixel to pixel in an image. Fig 4. Representation of Semantic Network Flow FCN first compresses the image to 1/32th of its original size by using various blocks of convolutional and max pool layers. It then predicts the class at the granular level (pixel wise). Then, sampling and deconvolution layers to resize the image to the original size. The semantic or contextual informationiscapturedusingdownsampling and the spatial information is obtained using up sampling. The final and the original image are of same dimension. In semantic segmentation the model can be trained to segment new images. Once the model is trained it can segment new images thus reducing the time complexity. Also it can learn continuously thereby increasing its efficiency greatly. Watershed Algorithm is usually used for medical image segmentation.Thedisadvantageinwatershed algorithm is that the boundaries are not retained after segmentation. Sematic segmentation, on the other hand, segments the images while retaining the boundaries. Also semantic segmentation can clearly discriminate overlaying structures which proves to be useful in the segmentation of nucleus and cytoplasm in a Pap smear cell image. Fully Convolutional Networks (FCNs) were an extension of CNN introduced to overcome the problems associated with per pixel prediction.FCNsdifferfromCNN in such a way that they add upsampling layers to recover the spatial resolution of the input image at the outputlayer. This makes FCNs able to process images of arbitrary size. Resolution is lost in pooling layers and this is compensated by the FCNs by introducing skip connections between their downsampling an upsampling paths. The fine- grained informations from the downsamplinglayercanberecovered with the help of skip connections. ResNet (Residual Network) is a superior neural network when it comes to image classification. ResNets makes the training of very deep neural networks easier. It is very deep network having 152 layers. It is a collection of multiple deep neural networks with identical structures but different depths. ResNet are extended to work as FCNs and they have additional skip connections which increases the segmentation accuracy and results in faster convergence of the training. In this work, 56 layers are used for training. DenseNets which are built from dense blocks and pooling layers can be considered as an extension of ResNets. Dense block is the iterative concatenation of previous
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 58 feature maps. DenseNets induce skip connectionsand multi- scale supervision which makes them more suitable for semantic segmentation [6]. 4. PROPOSED METHODOLOGY 4.1 Pre- Processing The segmentation of cells from the Pap smear is difficult even for trained cyto- technicians. A new database created from the smear images using the Champ software was also used as the target images. The Pap smear images have three classes: nucleus, cytoplasm and background. Three different colors, red, blue and black were assigned to these classes respectively. One of the important requirements in semantic segmentation isthattheinput and the output images should be of the same dimension. Hence to achieve this, zero- padding of images has been doneand it was ensured that all images are of the size 128 x 128. The available database is enlarged by means of horizontal and vertical flipping of images. At the end of pre- processing, the enlarged datasets of the input and the target images were available for the training process. 4.2 Neural Network Architectures The parameters of the trained DL are  Batch Size: Batch size is usually chosen basedonthecomputing source available. It depends on the computing power of CPU, GPU, RAM and VRAM. The optimal batch size is usually around 8 to 32 in powers of 2 during the initial stages of training. In later stage after significant training, the batch size is ended with 2 or 1 depending upon the data size. By doing so, accuracy can be improved.  Learning Rate: Learning rate or step size is the amount of weights that are updated during training. The learning rateusedin this model is 0.0001 which corresponds to higher resolution. This helps in convergence.  Decay: Decay refers to the shutting out of neurons randomly to prevent over-fitting of data. Thedecayhereis 0.995 i.e. one neuron per layer per epoch is shut down.  Number of epochs: The number of epochs indicate the total number of epochs the model should be trained for.  Checkpoint Step: Checkpoint step determines how frequently the check points should be saved i.e. the epochs should be saved.  Validation Step: The validation step determines how often the validation of the trained model should be performed. The number of images used for validation can also be decided. 4.2.1 ResNet – classifier Theproposedmethodology employsResnet-101for classification of pixels within the same image into the number of classes required. This residual network consists of convolutional layers for reducing dimensionality of images and increasing the depth by higher order fielders, max pooling to extract the important information from the image and batch normalization is employed to extract relative content of multiple images within the same batch. A batch is a group of images simultaneously trained on the model for the model to learn. The architecture of Resnet used is denoted below: Layer Name Output Size No. of Layers Mask Size No. of filters conv1 128x128 1 7x7 (CNV) stride 2 64 conv2_1 56x56 6 3x3 (max pool) stride 2 960 conv2_3 56x56 3 3x3 (max pool) Stride 2 192 conv3_1 28x28 8 1x1,128 (x4) 1x1, 512 (x4) 2560 conv3_3 28x28 4 3x3, 128 (x4) 512 conv4_1 14x14 46 1x1,256 (x23) 1x1,1024 (x23) 29440 conv4_3 14x14 23 3x3,256 (x23) 5888 conv5_1 7x7 6 1x1,512 (x3) 1x1,2048 (x3) 7680 conv5_3 7x7 3 3x3,512 (x3) 1536 Table:1 Architecture of Resnet- 101
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 59 4.2.2 FC-DenseNet Estimator The architecture of this network resembles an infinity loop. It pools down the image, extracts important info and then flushes it back to its original size by up convolution across the transition up path. The network comprises ofonlyconvolutional layers,fully-convolutional.It consists of multiple dense blocks.Theentiretransitiondown and transition up through both the front end and backend models is a complete path for an input to cross through the entire path. The dense net is most suitable in rendering images than for classification because of the extensiveness brought into picture by the use of dense neurons. This is essential to generate the image after the Resnet is able to classify the groups within. The architecture of the network in figure 5 Overall processflowisshownbelow:Reinforcement mentioned below is achieved by varying batch size and randomizing data trained. Fig. 5 Architecture details of FC-DenseNet103 model 5. Results: The following is representation of how the deep learning network has been established over the entire training period. Various images, their target and their performance is analyzed. Results from analysis is described below. EPOCH – 0 Original Image Target Class Image Predicted Image EPOCH – 10 Original Image Target Class Image Predicted Image EPOCH – 50 Original Image Target Class Image Predicted Image
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 60 EPOCH – 100 Original Image Target Class Image Predicted Image EPOCH – 1000 Original Image Target Class Image Predicted Image EPOCH – 1350 Original Image Target Class Image Predicted Image EPOCH – 1660 Original Image Target Class Image Predicted Image Fig 6. Predicted Image for Various Epochs One of the important characteristicsobservedalong the course is that, changing the data that is trained over the period of training with respect to the knowledge possessed by the learned model. At this time step we changed the no of data points validated proportionallytothenoofdata trained at the rate of 1:3. Fig 7. The epochs through which the validation images were altered For the changes made we observed the following results in the accuracy of the model. Fig 8. Accuracy for 913 validation images that is total data points of 2793 split at 32.68% for validation. Fig 9. Accuracy for 400 validation images that is total data points of 2793 split at 14.3% for validation.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 61 The graph below indicates how much the accuracy has varied amongst varies classes within an image. The following table shows the final metricsachievedattheendof the 1660 epoch. The results are taken for the test data samples which has not been included in the training data. Epoch Number 1660 Avearge Accuracy 0.949079 Precision 0.950182 Recall 0.949079 F1_Score 0.948729 Mean_IOU 0.898314 Class - Nucleus Accuracy 0.975541 Class - Cytoplasm Accuracy 0.928534 Class - Background Accuracy 0.948887 No of Validated Images 200 Table:2 Performance metrics for the tested data. Fig 11. Accuracy of individual classes within the image Overall from the observationsmade,usinga meagre amount of around 900 samples, a deep learning approach was possible only because of the efficient way the data was managed and it directly correlates to the way the deep learning network has learnt the images.It wasastonishing to realize that the deep learning has performed better than what the initial labelling manually created. Moreover, the accuracy metrics were tested as a measure directly against the created label images and not with the original image. So, the accuracy metric achieved was not the actual value. The actual value should be theoretically around 97.75% to 98.25%. Fig 12. Accuracy trend across the 1660 epochs Fig 13. Other Performance Metrics over the 1660 epochs ACKNOWLEDGEMENT We have taken efforts in this project. However, it would not have been possible without the kind support and help of many individuals and staff. We would like to extend our sincere thanks to all of them. We would also like to extend our thanks to Dr. R. Vidhyapriya, HOD, Biomedical Engineering. We would liketoexpressourgratitudetowards the members of The Department of BIOMEDICAL ENGINEERING, PSG College of Technology for their kind co- operation and encouragement which helped us in completion of this project. Our thanks and appreciations to people who have willingly helped us out with their abilities. REFERENCES [1] M. Mohideen Fatima alias Niraimathi, Dr V.Seenivasagam, A hybrid Image Segmentation of a Cervical Cells by Bi-group enhancement and Scan line filling, International Journal of Computer Science and Information Technology and security,vol 2,No 2, April 2012,pp 368-375. Mean IOU Precision, Recall and F1 Score
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 62 [2] N.M Harand, S, Sadri, N. A. Moghaddam, R.Amirfattahi, An Automatic Method for Segmentation of epithelial cervical cells in Images of Thin Prep, Journal of medical systems 34(6)2010,pp1043-1054. [3] M.E Plissiti, C. Nikou, A. Charchanti, Automated detection of cell Nuclei in Pap smear images Using Morphological Reconstruction and Clustering, IEEE Transaction on information technology in Biomedicine 15(2) 2011,pp 233-241. [4] S,-F. Yang-Mao, Y,-K. Chan, Y,-P, Chu ,EdgeEnhancement Nucleus and Cytoplasm Detection of cervical smear images ,IEEE Transactions on systems, Man, and Cybernetics part B, Cybernetics 38(2),2008, 353-366. [5] Erik Martin, “Pap Smear Classification”, Technical University of Denmark, September 2003. [6] Simon Jegau et al, “The One Hundred Layers Tiramisu: Fully Convolutional DenseNets for Semantic Segmentation” BIOGRAPHIES Abhinaav Ramesh - Aspiring Biomedical Engineering student currently pursuing final year in PSG College of Technology. Currentlyexploringthrough various technologies and vast opportunities in the field of research for Biomedical Engineering using Artificial Intelligence. Stepping up overthepathto a respectful place in the society of Engineers perfecting the art of Research and Development. Specializes in the domain of Artificial Intelligence and its various possibilities and applications focused on Healthcare. Strength in programming reflects the confidence shown in writing new algorithms and the efficiency and robustness of my work. Ardent perfectionist. Has Research experience in the field of AI for the past 2 years. Projects are mainly oriented towards the possibilities of effective software writinganddeveloping algorithms. Research work on the use of Machine learning for the Papanicolaou image classification was published by IEEE. Currently working on Effective Signal Information extraction and using it as a tool for predictive analysis of blood. Dr. Padmapriya. B – She has completed Ph.D in the area of medical image analysis with “Urinary Bladder Volume Measurement and PCOS Classification”. She has subject expertise in Biomedical Image analysis, ICU and Operation theatre equipment, Sensors in Medical applications,TherapeuticEquipmentand Biomedical Instrumentation. Currently researching in the areas of Biomedical Image Analysis and Biomedical Instrumentation. She has published14papersin International Journals, 1 paper in National Journal, 5 papers in International conferences and one paper in a national level conference. She holds two patents in Testing machine for structural analysis and System and method for auto immune disease diagnosis. Akshaya Sapthasri M - Enthusiastic student with a strong knowledge over electronics and has a superior verbal jargon to bolster her waythroughcritical situations. Domain of interest orients towards embedded systems andproduct design. Interest in Biology exceeds programming intent and serve as a pseudo medical specialist giving suggestions completely towards hardships and ideologies faced in prototype development. Good management skills and articulated presenting forte. Anusha V - Highly skilled in multiple verticals and fast learner for newer technologies. Energeticandmotivatingin the team and successive feedbacks provided will reflect on theimprovement in the overall team performance in net development. Combined knowledge of both biology and programming expertise helps in device fail proof technologies and succeed further Overall will be able to come up as a skilled professional well suited to the industry. Nivetha Sivakumar - Strength primarily orients towards enormous confidence in work done and support towards prototype development. Skilled in analysing technical information and extracting data which acts as crucial inputs towards the entire phase of brainstorming. Constant participation and learning providing a far more deserving technical outlook. Stress free attitudetowardswork helpmaintainand balance harmony and workflow in the team. Domain of interest focusses toward device design and marketing techniques. Research experience in the project helps grasp techniques and increase skillset.
  • 8. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 63 Pujithagiri G – Ardent and honest student with a proficient background in biological sciences. She has a lucid understanding of subject content she deals in. Moreover, she has experience in biomedical image processing too. If given a task, she works with extreme diligence in completing it and also makes sure that it is perfect. Overall she has good oratory skills and puts strenuous efforts in her tasks.