SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1553
MitoGame: Gamification Method for Detecting Mitosis from
Histopathological Images Using Crowdsourcing
Hanan Hussain1, Nirmala P.S2, Swathy M 3
1M.Tech student, Computer Science, Vidya Academy of Science and Technology ,Kerala, India
2M.Tech student, Computer Science, Vidya Academy of Science and Technology ,Kerala, India
3M.Tech student, Computer Science, Vidya Academy of Science and Technology ,Kerala, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Learning from crowds using Gamification
is a novel concept in medical Imaging. Convolution
Neural Network can be designed to handle learning
from crowds, using additional crowdsourcing layer. In
biomedical context, ground truth labeling from non-
expert crowd is generated using deep learning. Even
though crowdsourcing is used for annotating a large
number of online images, their feasibility for
application in medical imaging context requires a
deep knowledge. Hence Gamification task for detecting
breast cancer requires correct instruction and
Guidelines for the crowds. Noisy annotations can occur
when an expert task like annotating mitosis detection
are outsourced to non_expert users like crowds.
Gamification in histopathological images is proposed
so that complex tasks in biomedical domain in to a
game for non experts . Further, analysis of the results
from crowd and CNN shows that crowds do not
underperform than medical experts.
Key Words: Gamification, Crowdsourcing, Mitosis
Detection, Histopathological Images, CNN, Deep
Learning.
1.INTRODUCTION
Crowdsourcing is a type of participative online
activity in which an individual, an institution, a non-
profit organization or a company proposes to a group
of individuals of varying knowledge, heterogeneity,
and number, via flexible open call, the voluntary
undertaking of a task [1]. The definition was made
clear by Jeff Howe and Mark Robinson [2]. When
new crowdsourcing frameworks were introduced
recently IBM, Google and Microsoft are now focusing
towards semi-automated computing for gathering
ground-truth annotation data on images as well as
videos in the medical domain. Recently, Celi et al. [3]
conducted challenges, where pathologists, data
scientists, and medical universities were invited to
address specific tasks . As a part of this competition
many new ideas and simulations are introduced.
Deep Learning is a branch of Machine Learning based
on a set of algorithms that attempt to model high
level abstraction in data by using a deep graph with
multiple processing layers , composed of multiple
linear and non linear transformation. Widely used
algorithm of deep learning in Image context are
Convolutional Neural Networks , Since it explicitly
implies that input is an image . CNN implementation
provides higher accuracy in medical imaging [4].
The problem arises when the accuracy is obtained
only when there are large number of training dataset.
Since medical images are highly confidential and they
are not available to public,obtaining data set has
found to be difficult. Hence crowdsourcing platforms
will helps the crowd to join with the pathologist and
developers for converting problems to new
prototype that can be implemented.
1.1 Gamification
Gamification is the application of game design
elements and game principles in non-game context.
Crowdsourcing methodologies leveraging the
contributions of citizen scientists connected via the
Internet have recently proved to be of great value to
solve certain scientific challenges involving big data
analysis that cannot be entirely automated[5]. For
example, Fold-It is an online game where players
should solve puzzles that are in 3D by folding protein
structures. This method should motivate the user to
play using attractive graphics. Recent studies shows
that 3 billion hours per week are spent by playing
games around the globe.
1.2. Breast Cancer Grading
This grading system takes into consideration three
important factors which are [6].
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1554
 The amount of glandular structure: A score is
given to evaluate the level gland structured
according to the criteria shown below the
amount of Glandular structure: Score 1: 10
percent of tumour area forming glandular
structure. Score 2: 10 to 75 percent of tumour
area forming glandular structure. Score 3: 75
percent of tumour area forming glandular
structure .
 The nuclear pleomorphism index: Nuclear
features are measures of the difference in size
and shape of nuclei in the tumour cells as
compared to normal cells.
 The mitotic index: The pathologist counts how
many mitotic cells are seen in 10 High Power
Fields (or HPFs, which are regions of interest of
the tissue slide examined at high magnification,
typically at 40) [7] and score them according to
the rules shown below:
Amount of Mitosis:
Score 1 : Upto 7 mitoses per 10 high power fields.
Score 2 : 8-14 mitoses per 10 high power fields.
Score 3 : 15 or more mitoses per 10 high power
fields.
Aggressiveness Grade 1 if S is between 3 and 5.
Aggressiveness Grade 2 if S is between 6 and 7.
Aggressiveness Grade 3 if S is between 8 and 9.
In general, each factor is given a score of 1 to 3 (1
being the best and 3 being the worst) and the lowest
possible S score (1+1+1=3) represents a well
differentiated tumor with well-formed tubules and a
low mitotic rate. The highest possible score for S is 9
(3+3+3=9), which indicates a poorly differentiated,
high grade tumor. Finally, a group of researchers has
also shown that the mitotic rate alone can be as
predictive as the three factors combined [8]
2.RELATED WORKS
Mitosis detection is an important area of research,
when implementing with Crowdsourcing in a
medical domain, only a few literature is available.
The related existing methods are discussed below:
Malaria Parasite Quantification: An Online Game for
Analyzing Images of Infected Thick Blood Smears [9].
This examines an inexperienced player can count
count malaria parasites in digitized images of thick
blood smears by playing a Web-based game. The
experimental system consisted of a Web-based game
where online users were given a task for detecting
parasites in digitized blood sample images coupled
with a decision algorithm that combined the analyses
from several players to produce an improved
collective detection outcome.
A crowdsourcing implementation with CNN is
discussed next. AggNet: Deep Learning From Crowds
for Mitosis Detection in Breast Cancer Histology
Images [10]. An additional layer in CNN is introduced
so that learning from crowd can be implemented. It is
a semi automatic system since external help of
pathologist is required. An automated method for
detecting breast cancer is, Mitosis Detection for
Invasive Breast cancer grading in Histopathological
Images [11] ,In this paper they extract the red
channel Image for preprocessing and then region
based segmentation is done. Random forest classifier
is used for detecting mitotic and non mitotic cells.
3.METHODOLOGY
CNN is used for aggregating annotations from
Gamification in conjunction with learning a model for
a challenging classification task. Unlike typical
supervised methods, which learn a model from
ground truth labeled data, learning from crowd
annotations is different in the sense that there may
be (possibly noisy) multiple labels for the same
sample. The idea is to learn multiple CNN models
with the same basic architecture on different image
scales , perform mitosis detection using these models
and provide the crowds with detected mitosis
candidates for annotation . The collected annotations
are then passed to the existing CNN to review the
models and simultaneously generate a ground-truth.
This multi-scale approach ensures that we have
redundant responses of the same data instances at
different scales, with the goal to increase robustness
of both aggregation and classification.
 TRAINING
Unlabeled data ( Histological images) from
pathology department is given to pathologist. It
is a one time process. Gold standard
annotations: Annotations are done by two
experts and screened by two observers. Ground
truth data is generated using CNN.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1555
Fig -1: CNN trained from gold standard annotation
 TESTING
Unlabeled data from pathology department is
given to crowd. Crowdsourcing is implemented
using Gamification. Crowd votes are collected
and compared with the Ground truth .
Fig -2: Testing with Gamification
3.1 Game Architecture
Crowds are the players who are supposed to
annotate the mitosis based on the instructions given.
On the participant side, each user was introduced in
brief about the disease and the instructions of the
actual task showing some good and bad examples
.Then, participants had to conduct a few test
questions for quality control purposes. Without
being made aware of the quiz mode, each annotator
was presented with patches with known labels. Only
then, he/she started to annotate the patches
presented along with the lterated images. In order to
ensure continuous quality control, a few randomly
seeded test patches were still shown during the
actual annotation .
Fig -3: Architecture diagram of MitoGame
• Input for the game is the preprocessed and patched
RGB image.
• Before performing actual task trustworthiness T of
the user is evaluated .
T= No of correct samples done by the user
• Introduction about the disease and Instructions for
performing actual task is given.
• In addition to this, Good and Bad Examples are also
provided with Tips They are given before performing
the tasks:
Example: -Mitotic figures look more irregular than
non-mitotic cells -Mitotic cells are darker than non-
mitotic cells -In blue ratio representation, mitotic
figures have very bright spots Fig 4,5
3.2 Description of Features
Intensity feature of histological images are
considered for the detection of mitosis. It is based on
the fact that, at the starting of mitosis, the
chromosomes condenses. Even though the shape of
nuclei varies, intensity consistency remains the same
throughout the all four phases of mitosis. The player
can easily distinguish between mitotic cell and non-
mitotic cell based on intensity. Examples:
• Mitotic Cells (fig-4) : First row shows the
histological image of mitotic cells .Second row shows
the corresponding preprocessed image ie blue-ratio
representation with bright spots .
Total number of annotated samples
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1556
Fig -4: Mitotic cell (Good Example)
• Non-Mitotic Cells (fig-5) : First row shows the
histological image of non-mitotic cells. Second row
shows the corresponding preprocessed image that is,
blue-ratio representation. They have less bright
spots compared to mitotic figure.
Fig -5: Non-Mitotic cell (Bad Example)
3.3 Dataset
Proposed methodology can be implemented on a
publicly available MICCAI AMIDA13 challenge
dataset. It contains annotated histology images of a
many patients, who have gone through biopsy for
detecting breast cancer. AMIDA13 dataset is very
trustworthy since the annotation was done by two
pathologist. Similar annotations are taken as ground
truth where as dissimilar ones are given to another
observers for annotation.
3.4 Implementation Requirements
Neural Network: CNN can be implemented in
MATLAB with ConvNet, for this we requires,Parallel
Computing Toolbox and a CUDA-enabled NVIDIA
GPU with compute capability 3.0 or higher. Network
parameters like learning rate can be set to 0.001, for
dataset7 in CNN,this can be changed during training
process for different dataset.
Image Processing : Preprocessing is done by staining
appearance normalization[12]. Images are patched.
Blue ratio is extracted for providing it to the user.
Classification is done by the player. Then the
performance between result from player and
ground truth can be done .
Crowdsourcing: Gamification implemented with the
help of crowdsourcing. A crowdsourcing platform
called crowdflower can be used, but its limitation
leads to the use of Annot8 world wide. In this the
user can create and upload images as well as whole
datasets. After tagging images from Annot8, it is easy
to transfer annotated dataset to crowdflower.
4. CONCLUSIONS
MitoGame is proposed to classify mitotic and non
mitotic cells using Crowdsourcing.. In this
methodology, trustworthiness measure can be
calculated as an accuracy score that each player
should possess for qualifying. Raykar et al. [13]
recommend such score for calculating the sensitivity
and specific nature of the crowd. The user who
annotate less sample is more trusted that a person
who wrongly annotate large number of images.
Gamification methodology can also handle missing
Labels. When users fails to annotate certain samples
parameters in [13] remains unknown.In future this
can be implemented as an mobile game and results
can be submitted in one of the relevant medical
imaging challenges.
ACKNOWLEDGEMENT
We would like to thank our Principal Dr. Sudha
Venugopal, Head of the Department,Prof. Sunitha C
,our co-ordinator Asst. Prof. Beena M.V and my guide
Asst. Prof Nitha KP for their valuable advice and
technical assistance.
REFERENCES
[1] E. Estellés-Arolas and F. González-Ladrón-De-Guevara,
“Towards an integrated crowdsourcing definition,” J.
Inf. Sci., vol. 38, no. 2, pp. 189–200, 2012.
[2] J. Howe, The rise of crowdsourcing, Wired Mag., vol.
14, no. 6, pp.14, 2006.
[3] L. A. Celi, A. Ippolito, R. A. Montgomery, C. Moses, and
D. J. Stone, “Crowdsourcing knowledge discovery and
innovations in medicine,” J. Med. Internet Res., vol. 16,
no. 9, 2014.
[4] Y. Xie, F. Xing, X. Kong, H. Su, and L. Yang, “Beyond
classification: Structured regression for robust cell
detection using convolutional neural network,” in
Medical Image Computing and Comput.-Assisted
Intervention—MICCAI 2015, 2015, pp. 358–365.
[5] L. I. Kuncheva, C. J. Whitaker, C. A. Shipp, and R. P.
Duin, “Limits on the majority vote accuracy in
classifier fusion,” Pattern Anal. Appl., vol. 6, no. 1, pp.
22–31, 2003
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1557
[6] J. H. University, ”Overview of Histologic Grade,” 2012.
[Online].
[7] ”Hartnell College Biology Tutorials,” 2008. [Online].
[8] A. M. Khan, H. eldaly, and N. M. Rajpoot, ”A gamma-
gaussian mixture model for detection of mitotic cells
in breast cancer histopathology images,” Journal of
Pathology Informatics, vol. 4, no. 11, 2013.
[9] Miguel Angel Luengo-Oroz PhD, Asier Arranz, MEng,
John Frean, MBBCh, MMed “Crowdsourcing Malaria
Parasite Quantification: An Online Game for Analyzing
Images of Infected Thick Blood Smears”.
[10] Shadi Albarqouni, Christoph Baur, Felix Achilles,
Vasileios Belagiannis, Stefanie Demirci, and Nassir
Navab, “AggNet: Deep Learning From Crowds for
Mitosis Detection in Breast Cancer Histology Images”
ieee transactions on medical imaging, vol. 35, no. 5,
may 2016.
[11] Angshuman Paul and Dipti Prasad Mukherjee,” Mitosis
Detection for Invasive Breast Cancer Grading in
Histopathological Images” ieee transactions on image
processing, vol. 24, no. 11, november 2015
[12] M. Macenko et al., “A method for normalizing histology
slides for quantitative analysis,” in Proc. ISBI, 2009,
vol. 9, pp. 1107–1110.
[13] V. C. Raykar et al., “Learning from crowds,” J. Mach.
Learn. Res., vol. 11, pp. 1297–1322, 2010
BIOGRAPHIES
Hanan Hussain received the
B.Tech degree from Calicut
University, India, in 2015. She
is currently a final year M.Tech
student of APJ Abdul Kalam
Technological University.Her
primary research interest is in
medical imaging and Image
Forensics
Nirmala PS received the B.Tech
degree from Calicut University,
India, in 2015. She is currently a
final year M.Tech student of APJ
Abdul Kalam Technological
University.Her primary research
interest is in medical imaging and
image processing.
Swathy.M received the B.Tech
degree from Calicut University,
India, in 2015. She is currently a
final year M.Tech student of APJ
Abdul Kalam Technological
University. Her primary research
interest is in medical imaging and
image processing.

More Related Content

What's hot

IRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review PaperIRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review PaperIRJET Journal
 
IRJET- Classifying Chest Pathology Images using Deep Learning Techniques
IRJET- Classifying Chest Pathology Images using Deep Learning TechniquesIRJET- Classifying Chest Pathology Images using Deep Learning Techniques
IRJET- Classifying Chest Pathology Images using Deep Learning TechniquesIRJET Journal
 
PREDICTIVE ANALYTICS IN HEALTHCARE SYSTEM USING DATA MINING TECHNIQUES
PREDICTIVE ANALYTICS IN HEALTHCARE SYSTEM USING DATA MINING TECHNIQUESPREDICTIVE ANALYTICS IN HEALTHCARE SYSTEM USING DATA MINING TECHNIQUES
PREDICTIVE ANALYTICS IN HEALTHCARE SYSTEM USING DATA MINING TECHNIQUEScscpconf
 
Novel framework for optimized digital forensic for mitigating complex image ...
Novel framework for optimized digital forensic  for mitigating complex image ...Novel framework for optimized digital forensic  for mitigating complex image ...
Novel framework for optimized digital forensic for mitigating complex image ...IJECEIAES
 
An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...
An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...
An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...ijctcm
 
deep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumordeep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumorVenkat Projects
 
Preprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesPreprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesIJERA Editor
 
Brainsci 10-00118
Brainsci 10-00118Brainsci 10-00118
Brainsci 10-00118imen jdey
 
Simplified Knowledge Prediction: Application of Machine Learning in Real Life
Simplified Knowledge Prediction: Application of Machine Learning in Real LifeSimplified Knowledge Prediction: Application of Machine Learning in Real Life
Simplified Knowledge Prediction: Application of Machine Learning in Real LifePeea Bal Chakraborty
 
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...IRJET Journal
 
IRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET Journal
 
11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammograms11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammogramsAlexander Decker
 
Lab Seminar Presentation
Lab Seminar PresentationLab Seminar Presentation
Lab Seminar Presentationaries sht
 
IRJET- Breast Cancer Prediction using Deep Learning
IRJET-  	  Breast Cancer Prediction using Deep LearningIRJET-  	  Breast Cancer Prediction using Deep Learning
IRJET- Breast Cancer Prediction using Deep LearningIRJET Journal
 
Data Mining Techniques In Computer Aided Cancer Diagnosis
Data Mining Techniques In Computer Aided Cancer DiagnosisData Mining Techniques In Computer Aided Cancer Diagnosis
Data Mining Techniques In Computer Aided Cancer DiagnosisDataminingTools Inc
 
A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...IJECEIAES
 
FABRIC DEFECT DETECTION BASED ON IMPROVED FASTER RCNN
FABRIC DEFECT DETECTION BASED ON IMPROVED FASTER RCNNFABRIC DEFECT DETECTION BASED ON IMPROVED FASTER RCNN
FABRIC DEFECT DETECTION BASED ON IMPROVED FASTER RCNNijaia
 
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...Mohammad Shakirul islam
 
PREDICTIVE MODEL FOR MAIZE STEM BORERS’ CLASSIFICATION IN PRECISION FARMING
PREDICTIVE MODEL FOR MAIZE STEM BORERS’ CLASSIFICATION IN PRECISION FARMINGPREDICTIVE MODEL FOR MAIZE STEM BORERS’ CLASSIFICATION IN PRECISION FARMING
PREDICTIVE MODEL FOR MAIZE STEM BORERS’ CLASSIFICATION IN PRECISION FARMINGijaia
 

What's hot (20)

IRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review PaperIRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review Paper
 
IRJET- Classifying Chest Pathology Images using Deep Learning Techniques
IRJET- Classifying Chest Pathology Images using Deep Learning TechniquesIRJET- Classifying Chest Pathology Images using Deep Learning Techniques
IRJET- Classifying Chest Pathology Images using Deep Learning Techniques
 
PREDICTIVE ANALYTICS IN HEALTHCARE SYSTEM USING DATA MINING TECHNIQUES
PREDICTIVE ANALYTICS IN HEALTHCARE SYSTEM USING DATA MINING TECHNIQUESPREDICTIVE ANALYTICS IN HEALTHCARE SYSTEM USING DATA MINING TECHNIQUES
PREDICTIVE ANALYTICS IN HEALTHCARE SYSTEM USING DATA MINING TECHNIQUES
 
Novel framework for optimized digital forensic for mitigating complex image ...
Novel framework for optimized digital forensic  for mitigating complex image ...Novel framework for optimized digital forensic  for mitigating complex image ...
Novel framework for optimized digital forensic for mitigating complex image ...
 
An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...
An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...
An Empirical Comparison and Feature Reduction Performance Analysis of Intrusi...
 
deep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumordeep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumor
 
Preprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesPreprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy Images
 
Brainsci 10-00118
Brainsci 10-00118Brainsci 10-00118
Brainsci 10-00118
 
Simplified Knowledge Prediction: Application of Machine Learning in Real Life
Simplified Knowledge Prediction: Application of Machine Learning in Real LifeSimplified Knowledge Prediction: Application of Machine Learning in Real Life
Simplified Knowledge Prediction: Application of Machine Learning in Real Life
 
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
 
IRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction System
 
11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammograms11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammograms
 
Lab Seminar Presentation
Lab Seminar PresentationLab Seminar Presentation
Lab Seminar Presentation
 
IRJET- Breast Cancer Prediction using Deep Learning
IRJET-  	  Breast Cancer Prediction using Deep LearningIRJET-  	  Breast Cancer Prediction using Deep Learning
IRJET- Breast Cancer Prediction using Deep Learning
 
Data Mining Techniques In Computer Aided Cancer Diagnosis
Data Mining Techniques In Computer Aided Cancer DiagnosisData Mining Techniques In Computer Aided Cancer Diagnosis
Data Mining Techniques In Computer Aided Cancer Diagnosis
 
A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...
 
FABRIC DEFECT DETECTION BASED ON IMPROVED FASTER RCNN
FABRIC DEFECT DETECTION BASED ON IMPROVED FASTER RCNNFABRIC DEFECT DETECTION BASED ON IMPROVED FASTER RCNN
FABRIC DEFECT DETECTION BASED ON IMPROVED FASTER RCNN
 
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
 
Master's Thesis
Master's ThesisMaster's Thesis
Master's Thesis
 
PREDICTIVE MODEL FOR MAIZE STEM BORERS’ CLASSIFICATION IN PRECISION FARMING
PREDICTIVE MODEL FOR MAIZE STEM BORERS’ CLASSIFICATION IN PRECISION FARMINGPREDICTIVE MODEL FOR MAIZE STEM BORERS’ CLASSIFICATION IN PRECISION FARMING
PREDICTIVE MODEL FOR MAIZE STEM BORERS’ CLASSIFICATION IN PRECISION FARMING
 

Similar to MitoGame: Gamification Method for Detecting Mitosis from Histopathological Images using Crowdsourcing

Preliminary Lung Cancer Detection using Deep Neural Networks
Preliminary Lung Cancer Detection using Deep Neural NetworksPreliminary Lung Cancer Detection using Deep Neural Networks
Preliminary Lung Cancer Detection using Deep Neural NetworksIRJET Journal
 
A Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset AnalysisA Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset AnalysisIRJET Journal
 
A Comprehensive Survey On Predictive Analysis Of Breast Cancer
A Comprehensive Survey On Predictive Analysis Of Breast CancerA Comprehensive Survey On Predictive Analysis Of Breast Cancer
A Comprehensive Survey On Predictive Analysis Of Breast CancerAngela Shin
 
Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningIRJET Journal
 
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 LearningIRJET Journal
 
Breast Cancer Detection Using Machine Learning
Breast Cancer Detection Using Machine LearningBreast Cancer Detection Using Machine Learning
Breast Cancer Detection Using Machine LearningIRJET Journal
 
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...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
 
IRJET - Survey on Analysis of Breast Cancer Prediction
IRJET - Survey on Analysis of Breast Cancer PredictionIRJET - Survey on Analysis of Breast Cancer Prediction
IRJET - Survey on Analysis of Breast Cancer PredictionIRJET Journal
 
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGA SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGIRJET Journal
 
A Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor DetectionA Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor DetectionIRJET Journal
 
SEMI SUPERVISED BASED SPATIAL EM FRAMEWORK FOR MICROARRAY ANALYSIS
SEMI SUPERVISED BASED SPATIAL EM FRAMEWORK FOR MICROARRAY ANALYSISSEMI SUPERVISED BASED SPATIAL EM FRAMEWORK FOR MICROARRAY ANALYSIS
SEMI SUPERVISED BASED SPATIAL EM FRAMEWORK FOR MICROARRAY ANALYSISIRJET Journal
 
Review on Mesothelioma Diagnosis
Review on Mesothelioma DiagnosisReview on Mesothelioma Diagnosis
Review on Mesothelioma DiagnosisIRJET Journal
 
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...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 PneumoniaIRJET Journal
 
Analysis of Machine Learning Techniques for Breast Cancer Prediction
Analysis of Machine Learning Techniques for Breast Cancer PredictionAnalysis of Machine Learning Techniques for Breast Cancer Prediction
Analysis of Machine Learning Techniques for Breast Cancer PredictionDr. Amarjeet Singh
 
Prediction of Cognitive Imperiment using Deep Learning
Prediction of Cognitive Imperiment using Deep LearningPrediction of Cognitive Imperiment using Deep Learning
Prediction of Cognitive Imperiment using Deep LearningIRJET Journal
 
IRJET - Detection of Skin Cancer using Convolutional Neural Network
IRJET -  	  Detection of Skin Cancer using Convolutional Neural NetworkIRJET -  	  Detection of Skin Cancer using Convolutional Neural Network
IRJET - Detection of Skin Cancer using Convolutional Neural NetworkIRJET Journal
 

Similar to MitoGame: Gamification Method for Detecting Mitosis from Histopathological Images using Crowdsourcing (20)

Preliminary Lung Cancer Detection using Deep Neural Networks
Preliminary Lung Cancer Detection using Deep Neural NetworksPreliminary Lung Cancer Detection using Deep Neural Networks
Preliminary Lung Cancer Detection using Deep Neural Networks
 
A Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset AnalysisA Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset Analysis
 
A Comprehensive Survey On Predictive Analysis Of Breast Cancer
A Comprehensive Survey On Predictive Analysis Of Breast CancerA Comprehensive Survey On Predictive Analysis Of Breast Cancer
A Comprehensive Survey On Predictive Analysis Of Breast Cancer
 
Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep Learning
 
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
 
Breast Cancer Detection Using Machine Learning
Breast Cancer Detection Using Machine LearningBreast Cancer Detection Using Machine Learning
Breast Cancer Detection Using Machine Learning
 
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...
 
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 ...
 
IRJET - Survey on Analysis of Breast Cancer Prediction
IRJET - Survey on Analysis of Breast Cancer PredictionIRJET - Survey on Analysis of Breast Cancer Prediction
IRJET - Survey on Analysis of Breast Cancer Prediction
 
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGA SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
 
Updated proposal powerpoint.pptx
Updated proposal powerpoint.pptxUpdated proposal powerpoint.pptx
Updated proposal powerpoint.pptx
 
A Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor DetectionA Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor Detection
 
SEMI SUPERVISED BASED SPATIAL EM FRAMEWORK FOR MICROARRAY ANALYSIS
SEMI SUPERVISED BASED SPATIAL EM FRAMEWORK FOR MICROARRAY ANALYSISSEMI SUPERVISED BASED SPATIAL EM FRAMEWORK FOR MICROARRAY ANALYSIS
SEMI SUPERVISED BASED SPATIAL EM FRAMEWORK FOR MICROARRAY ANALYSIS
 
Review on Mesothelioma Diagnosis
Review on Mesothelioma DiagnosisReview on Mesothelioma Diagnosis
Review on Mesothelioma Diagnosis
 
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...
 
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
 
Analysis of Machine Learning Techniques for Breast Cancer Prediction
Analysis of Machine Learning Techniques for Breast Cancer PredictionAnalysis of Machine Learning Techniques for Breast Cancer Prediction
Analysis of Machine Learning Techniques for Breast Cancer Prediction
 
Prediction of Cognitive Imperiment using Deep Learning
Prediction of Cognitive Imperiment using Deep LearningPrediction of Cognitive Imperiment using Deep Learning
Prediction of Cognitive Imperiment using Deep Learning
 
IRJET - Detection of Skin Cancer using Convolutional Neural Network
IRJET -  	  Detection of Skin Cancer using Convolutional Neural NetworkIRJET -  	  Detection of Skin Cancer using Convolutional Neural Network
IRJET - Detection of Skin Cancer using Convolutional Neural Network
 
Deep convolutional neural network framework with multi-modal fusion for Alzhe...
Deep convolutional neural network framework with multi-modal fusion for Alzhe...Deep convolutional neural network framework with multi-modal fusion for Alzhe...
Deep convolutional neural network framework with multi-modal fusion for Alzhe...
 

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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 

Recently uploaded (20)

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 

MitoGame: Gamification Method for Detecting Mitosis from Histopathological Images using Crowdsourcing

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1553 MitoGame: Gamification Method for Detecting Mitosis from Histopathological Images Using Crowdsourcing Hanan Hussain1, Nirmala P.S2, Swathy M 3 1M.Tech student, Computer Science, Vidya Academy of Science and Technology ,Kerala, India 2M.Tech student, Computer Science, Vidya Academy of Science and Technology ,Kerala, India 3M.Tech student, Computer Science, Vidya Academy of Science and Technology ,Kerala, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Learning from crowds using Gamification is a novel concept in medical Imaging. Convolution Neural Network can be designed to handle learning from crowds, using additional crowdsourcing layer. In biomedical context, ground truth labeling from non- expert crowd is generated using deep learning. Even though crowdsourcing is used for annotating a large number of online images, their feasibility for application in medical imaging context requires a deep knowledge. Hence Gamification task for detecting breast cancer requires correct instruction and Guidelines for the crowds. Noisy annotations can occur when an expert task like annotating mitosis detection are outsourced to non_expert users like crowds. Gamification in histopathological images is proposed so that complex tasks in biomedical domain in to a game for non experts . Further, analysis of the results from crowd and CNN shows that crowds do not underperform than medical experts. Key Words: Gamification, Crowdsourcing, Mitosis Detection, Histopathological Images, CNN, Deep Learning. 1.INTRODUCTION Crowdsourcing is a type of participative online activity in which an individual, an institution, a non- profit organization or a company proposes to a group of individuals of varying knowledge, heterogeneity, and number, via flexible open call, the voluntary undertaking of a task [1]. The definition was made clear by Jeff Howe and Mark Robinson [2]. When new crowdsourcing frameworks were introduced recently IBM, Google and Microsoft are now focusing towards semi-automated computing for gathering ground-truth annotation data on images as well as videos in the medical domain. Recently, Celi et al. [3] conducted challenges, where pathologists, data scientists, and medical universities were invited to address specific tasks . As a part of this competition many new ideas and simulations are introduced. Deep Learning is a branch of Machine Learning based on a set of algorithms that attempt to model high level abstraction in data by using a deep graph with multiple processing layers , composed of multiple linear and non linear transformation. Widely used algorithm of deep learning in Image context are Convolutional Neural Networks , Since it explicitly implies that input is an image . CNN implementation provides higher accuracy in medical imaging [4]. The problem arises when the accuracy is obtained only when there are large number of training dataset. Since medical images are highly confidential and they are not available to public,obtaining data set has found to be difficult. Hence crowdsourcing platforms will helps the crowd to join with the pathologist and developers for converting problems to new prototype that can be implemented. 1.1 Gamification Gamification is the application of game design elements and game principles in non-game context. Crowdsourcing methodologies leveraging the contributions of citizen scientists connected via the Internet have recently proved to be of great value to solve certain scientific challenges involving big data analysis that cannot be entirely automated[5]. For example, Fold-It is an online game where players should solve puzzles that are in 3D by folding protein structures. This method should motivate the user to play using attractive graphics. Recent studies shows that 3 billion hours per week are spent by playing games around the globe. 1.2. Breast Cancer Grading This grading system takes into consideration three important factors which are [6].
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1554  The amount of glandular structure: A score is given to evaluate the level gland structured according to the criteria shown below the amount of Glandular structure: Score 1: 10 percent of tumour area forming glandular structure. Score 2: 10 to 75 percent of tumour area forming glandular structure. Score 3: 75 percent of tumour area forming glandular structure .  The nuclear pleomorphism index: Nuclear features are measures of the difference in size and shape of nuclei in the tumour cells as compared to normal cells.  The mitotic index: The pathologist counts how many mitotic cells are seen in 10 High Power Fields (or HPFs, which are regions of interest of the tissue slide examined at high magnification, typically at 40) [7] and score them according to the rules shown below: Amount of Mitosis: Score 1 : Upto 7 mitoses per 10 high power fields. Score 2 : 8-14 mitoses per 10 high power fields. Score 3 : 15 or more mitoses per 10 high power fields. Aggressiveness Grade 1 if S is between 3 and 5. Aggressiveness Grade 2 if S is between 6 and 7. Aggressiveness Grade 3 if S is between 8 and 9. In general, each factor is given a score of 1 to 3 (1 being the best and 3 being the worst) and the lowest possible S score (1+1+1=3) represents a well differentiated tumor with well-formed tubules and a low mitotic rate. The highest possible score for S is 9 (3+3+3=9), which indicates a poorly differentiated, high grade tumor. Finally, a group of researchers has also shown that the mitotic rate alone can be as predictive as the three factors combined [8] 2.RELATED WORKS Mitosis detection is an important area of research, when implementing with Crowdsourcing in a medical domain, only a few literature is available. The related existing methods are discussed below: Malaria Parasite Quantification: An Online Game for Analyzing Images of Infected Thick Blood Smears [9]. This examines an inexperienced player can count count malaria parasites in digitized images of thick blood smears by playing a Web-based game. The experimental system consisted of a Web-based game where online users were given a task for detecting parasites in digitized blood sample images coupled with a decision algorithm that combined the analyses from several players to produce an improved collective detection outcome. A crowdsourcing implementation with CNN is discussed next. AggNet: Deep Learning From Crowds for Mitosis Detection in Breast Cancer Histology Images [10]. An additional layer in CNN is introduced so that learning from crowd can be implemented. It is a semi automatic system since external help of pathologist is required. An automated method for detecting breast cancer is, Mitosis Detection for Invasive Breast cancer grading in Histopathological Images [11] ,In this paper they extract the red channel Image for preprocessing and then region based segmentation is done. Random forest classifier is used for detecting mitotic and non mitotic cells. 3.METHODOLOGY CNN is used for aggregating annotations from Gamification in conjunction with learning a model for a challenging classification task. Unlike typical supervised methods, which learn a model from ground truth labeled data, learning from crowd annotations is different in the sense that there may be (possibly noisy) multiple labels for the same sample. The idea is to learn multiple CNN models with the same basic architecture on different image scales , perform mitosis detection using these models and provide the crowds with detected mitosis candidates for annotation . The collected annotations are then passed to the existing CNN to review the models and simultaneously generate a ground-truth. This multi-scale approach ensures that we have redundant responses of the same data instances at different scales, with the goal to increase robustness of both aggregation and classification.  TRAINING Unlabeled data ( Histological images) from pathology department is given to pathologist. It is a one time process. Gold standard annotations: Annotations are done by two experts and screened by two observers. Ground truth data is generated using CNN.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1555 Fig -1: CNN trained from gold standard annotation  TESTING Unlabeled data from pathology department is given to crowd. Crowdsourcing is implemented using Gamification. Crowd votes are collected and compared with the Ground truth . Fig -2: Testing with Gamification 3.1 Game Architecture Crowds are the players who are supposed to annotate the mitosis based on the instructions given. On the participant side, each user was introduced in brief about the disease and the instructions of the actual task showing some good and bad examples .Then, participants had to conduct a few test questions for quality control purposes. Without being made aware of the quiz mode, each annotator was presented with patches with known labels. Only then, he/she started to annotate the patches presented along with the lterated images. In order to ensure continuous quality control, a few randomly seeded test patches were still shown during the actual annotation . Fig -3: Architecture diagram of MitoGame • Input for the game is the preprocessed and patched RGB image. • Before performing actual task trustworthiness T of the user is evaluated . T= No of correct samples done by the user • Introduction about the disease and Instructions for performing actual task is given. • In addition to this, Good and Bad Examples are also provided with Tips They are given before performing the tasks: Example: -Mitotic figures look more irregular than non-mitotic cells -Mitotic cells are darker than non- mitotic cells -In blue ratio representation, mitotic figures have very bright spots Fig 4,5 3.2 Description of Features Intensity feature of histological images are considered for the detection of mitosis. It is based on the fact that, at the starting of mitosis, the chromosomes condenses. Even though the shape of nuclei varies, intensity consistency remains the same throughout the all four phases of mitosis. The player can easily distinguish between mitotic cell and non- mitotic cell based on intensity. Examples: • Mitotic Cells (fig-4) : First row shows the histological image of mitotic cells .Second row shows the corresponding preprocessed image ie blue-ratio representation with bright spots . Total number of annotated samples
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1556 Fig -4: Mitotic cell (Good Example) • Non-Mitotic Cells (fig-5) : First row shows the histological image of non-mitotic cells. Second row shows the corresponding preprocessed image that is, blue-ratio representation. They have less bright spots compared to mitotic figure. Fig -5: Non-Mitotic cell (Bad Example) 3.3 Dataset Proposed methodology can be implemented on a publicly available MICCAI AMIDA13 challenge dataset. It contains annotated histology images of a many patients, who have gone through biopsy for detecting breast cancer. AMIDA13 dataset is very trustworthy since the annotation was done by two pathologist. Similar annotations are taken as ground truth where as dissimilar ones are given to another observers for annotation. 3.4 Implementation Requirements Neural Network: CNN can be implemented in MATLAB with ConvNet, for this we requires,Parallel Computing Toolbox and a CUDA-enabled NVIDIA GPU with compute capability 3.0 or higher. Network parameters like learning rate can be set to 0.001, for dataset7 in CNN,this can be changed during training process for different dataset. Image Processing : Preprocessing is done by staining appearance normalization[12]. Images are patched. Blue ratio is extracted for providing it to the user. Classification is done by the player. Then the performance between result from player and ground truth can be done . Crowdsourcing: Gamification implemented with the help of crowdsourcing. A crowdsourcing platform called crowdflower can be used, but its limitation leads to the use of Annot8 world wide. In this the user can create and upload images as well as whole datasets. After tagging images from Annot8, it is easy to transfer annotated dataset to crowdflower. 4. CONCLUSIONS MitoGame is proposed to classify mitotic and non mitotic cells using Crowdsourcing.. In this methodology, trustworthiness measure can be calculated as an accuracy score that each player should possess for qualifying. Raykar et al. [13] recommend such score for calculating the sensitivity and specific nature of the crowd. The user who annotate less sample is more trusted that a person who wrongly annotate large number of images. Gamification methodology can also handle missing Labels. When users fails to annotate certain samples parameters in [13] remains unknown.In future this can be implemented as an mobile game and results can be submitted in one of the relevant medical imaging challenges. ACKNOWLEDGEMENT We would like to thank our Principal Dr. Sudha Venugopal, Head of the Department,Prof. Sunitha C ,our co-ordinator Asst. Prof. Beena M.V and my guide Asst. Prof Nitha KP for their valuable advice and technical assistance. REFERENCES [1] E. Estellés-Arolas and F. González-Ladrón-De-Guevara, “Towards an integrated crowdsourcing definition,” J. Inf. Sci., vol. 38, no. 2, pp. 189–200, 2012. [2] J. Howe, The rise of crowdsourcing, Wired Mag., vol. 14, no. 6, pp.14, 2006. [3] L. A. Celi, A. Ippolito, R. A. Montgomery, C. Moses, and D. J. Stone, “Crowdsourcing knowledge discovery and innovations in medicine,” J. Med. Internet Res., vol. 16, no. 9, 2014. [4] Y. Xie, F. Xing, X. Kong, H. Su, and L. Yang, “Beyond classification: Structured regression for robust cell detection using convolutional neural network,” in Medical Image Computing and Comput.-Assisted Intervention—MICCAI 2015, 2015, pp. 358–365. [5] L. I. Kuncheva, C. J. Whitaker, C. A. Shipp, and R. P. Duin, “Limits on the majority vote accuracy in classifier fusion,” Pattern Anal. Appl., vol. 6, no. 1, pp. 22–31, 2003
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1557 [6] J. H. University, ”Overview of Histologic Grade,” 2012. [Online]. [7] ”Hartnell College Biology Tutorials,” 2008. [Online]. [8] A. M. Khan, H. eldaly, and N. M. Rajpoot, ”A gamma- gaussian mixture model for detection of mitotic cells in breast cancer histopathology images,” Journal of Pathology Informatics, vol. 4, no. 11, 2013. [9] Miguel Angel Luengo-Oroz PhD, Asier Arranz, MEng, John Frean, MBBCh, MMed “Crowdsourcing Malaria Parasite Quantification: An Online Game for Analyzing Images of Infected Thick Blood Smears”. [10] Shadi Albarqouni, Christoph Baur, Felix Achilles, Vasileios Belagiannis, Stefanie Demirci, and Nassir Navab, “AggNet: Deep Learning From Crowds for Mitosis Detection in Breast Cancer Histology Images” ieee transactions on medical imaging, vol. 35, no. 5, may 2016. [11] Angshuman Paul and Dipti Prasad Mukherjee,” Mitosis Detection for Invasive Breast Cancer Grading in Histopathological Images” ieee transactions on image processing, vol. 24, no. 11, november 2015 [12] M. Macenko et al., “A method for normalizing histology slides for quantitative analysis,” in Proc. ISBI, 2009, vol. 9, pp. 1107–1110. [13] V. C. Raykar et al., “Learning from crowds,” J. Mach. Learn. Res., vol. 11, pp. 1297–1322, 2010 BIOGRAPHIES Hanan Hussain received the B.Tech degree from Calicut University, India, in 2015. She is currently a final year M.Tech student of APJ Abdul Kalam Technological University.Her primary research interest is in medical imaging and Image Forensics Nirmala PS received the B.Tech degree from Calicut University, India, in 2015. She is currently a final year M.Tech student of APJ Abdul Kalam Technological University.Her primary research interest is in medical imaging and image processing. Swathy.M received the B.Tech degree from Calicut University, India, in 2015. She is currently a final year M.Tech student of APJ Abdul Kalam Technological University. Her primary research interest is in medical imaging and image processing.