SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2391
DEEP LEARNING BASED BONE TUMOR DETECTION WITH REAL TIME
DATASETS
Santhanalakshmi .S.T 1, Abinaya.R 2, Affina sel. T.V 2, Dimple .P 2
1Assistant Professor(Grade 1), Department of Computer Science and Engineering, Panimalar Engineering College,
Chennai
2UG Scholar, Department of Computer Science and Engineering, Panimalar Engineering College, Chennai
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract-Digital image processing is the use of a digital
computer to process digital images through an algorithm.
Image Processing can be used to improve the pictorial
information for human interpretation. Since the cancerous
bone tumor is malignant which will destroy the cortex and
spread to other tissues of the body. Hence it is significant
to detect the bone tumor in earlier stage with more
accuracy. Medical Imaging has achieved a benchmark in
tumor detection by resolving various complexities. There
are different techniques in medical imaging like X-ray,
CT(Computerized Tomography), MRI(Magnetic Resonance
Imaging),Ultra sound. Among these various techniques
MRI gives with high accuracy rate and also MRI delivers
the best images as it has higher resolution. In this paper
the tumor detection has been proposed using deep
learning.
Keywords: Medical Imaging, Magnetic Resonance
Imaging, Recurrent Neural Network, Long Short Term
Memory.
1. INTRODUCTION
Bone tumor develops in skeletal system which destroys
tissues and spread to other parts of the body. There are
two types of bone cancer namely Primary and Secondary
bone cancer. Primary bone tumor either be benign (non-
cancerous) or malignant (cancerous).Non-cancerous
tumor do not spread beyond their original site whereas
cancerous tumors are more aggressive and have a higher
risk on growing and spreading. Secondary bone tumor
spreads to the bone from elsewhere in the body. Most
cancers can be spread to the bones of the body
.Moreover people with breast and prostate cancer have
high risk of developing secondary bone cancer. These are
the most common bone cancers in adults. Secondary
bone tumor is also known as bone metastases. For this
image processing plays a significant role in detecting
bone tumor. In the previous paper, to represent the local
structure of 3D patches in the vicinity of particular
location across the entire collection, Gaussian Mixture
Model(GMM) is used. Since in many clinical datasets the
thickness is unknown or varies by site, the existing
system could not explicitly model slice thickness.
In this paper, we propose bone tumor detection method
using Recurrent Neural Network(RNN) algorithm . In
medical examination data there often exist missing parts
due to various human factors because human subjects
occassionally miss their annual examinations. Thus
missing information need to get imputed for accurate
prediction of medical examination data. In our proposed
method, the trained RNNs are used both for missing data
imputation and target data prediction.
2. LITERATURE REVIEW
Haruna Watanabe et al [1] has proposed an Bone
Metastatic Tumor Detection Based on AnoGAN Using CT
Images. In this paper, Generative Adversarial
Network(GAN) based anomaly detection is done. The
proposed method uses only non-metastatic bone tumor
images and learns the distribution of normal images
based on adversarial learning. They define the anomaly
scores by comparing a test image with a generated image
.Metastatic tumor images can be automatically detected
based on calculated anomaly scores, but Still missing-
features problem exists and Computational analysis are
impractical .
Akash Pandey et al [3] has done a paper on A Survey
Paper on Calcaneus Bone Tumor Detection Using
different Improved Canny Edge Detector. In this paper
Computer Aided Diagnosing(CAD) is used to analyze
Computed Tomography images..And canny edge detector
is used for edge detection in image. But canny edge
detector has some limitations like it is not able to
distinguish edges occurring around objects but still it is
beneficial than other traditional edge detector method
since it improves the performance of image analysis
algorithms.
Eftekhar Hossain et al [4] has proposed an Comparative
Evaluation of Segmentation Algorithms for Tumor Cells
Detection from Bone MR Scan Imagery. This study
proposed an object labeling algorithm for the
segmentation of bone tumor from magnetic resonance
images (MRI) and also provides a comparative analysis
of the existing bone cancer segmentation methods . This
segmentation algorithms with the proposed one has
been compared on the basis of quantitative methods like
the dice similarity coefficient (DSC) and the 8structural
similarity index measurement (SSIM).Since it is
comparatively easier and provide greater noise
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2392
immunity over the edge detection method, the bone
images contain granny portions of tissues and low
volume tumor which make problems of over or under
segmentation
Eftekhar Hossain[2] has proposed an Detection &
Classification of Tumor Cells from Bone MR Imagery
Using Connected Component Analysis & Neural
Network. The bone tumor can be detected by using
connected component labeling algorithm . In this work,
for classifying the bone tumor Artificial Neural Network
(ANN) is used. Here bone MR images of previously
verified patients are collected and the texture features of
this images are used for the training and testing of the
neural network. Although ADF conserves the main edges
of the objects by removing the high- frequency noise and
thus, enhance the low volume region of the images. The
tumor portion will become shaded and thus difficult to
find out.
Krupali D et al [6] has done a paper on Integrated
Approach for Bone Tumor Detection from MRI Scan
Imagery. The paper proposes an approach of detecting
Enchondroma bone tumor from MRI images by using
image processing, segmentation clustering techniques,
i.e .K-means integrated with Fuzzy C-means clustering.
Detected manually by doctors, but because of noise and
low quality images of infected body parts, the tumor is
not detected easily and is time consuming.
NGOC-HUYNH HO et al [5] has proposed on
Regenarative Semi-Supervised Bidirectional W-Network-
Based Knee Bone Tumor Classification on Radiographs
Guided by Three-Region Bone Segmentation. This paper
develops and evaluate a new deep learning architecture,
namely regenerative semi-supervised bidirectional W-
network (RSS-BW), to predict the tumor state of theknee
bone from radiographic images. First, we constructed an
autoencoder model, called Bidirectional W-network
(BW), for segmenting three-region (i.e., femur, tibia, and
fibula) of knee bone. Using these regions as input data,
RSS-BW architecture consisting of the autoencoding
model for regenerating the bone structures, the
backbone model for extracting features with pretrained
Image Net, and the predicting model for knee bone
tumor classification are established.
3. PROPOSED SYSTEM
In our proposed system , in order to predict medical
examination data with missing parts Recurrent Neural
Network (RNN) is used. Among various types of RNNs.
we use simple recurrent network (SRN) and long short-
term memory (LSTM) in order to predict the missing
information along with the future medical examination
data, since these algorithm will show good performance
in many relevant applications. Basic RNNs are a network
of neuron-like nodes organized into successive layers. In
this algorithm each node in a given layer is connected
directly (one-way connection) to every other node in the
next successive layer. Due to this functionality the output
from the previous step are fed as input to the current
step. The important feature of Recurrent Neural Network
is Hidden state which remembers some previous
information about the sequence.
Fig-1:Implementation of
RecurrenNeuralNetworks(RNN)
Fig-2:Long Short Term Memory(LSTM) Networks
Long short-term memory (LSTM) is an artificial
recurrent neural network (RNN) capable of learning
long-term dependencies used in the field of deep
learning .Their default behaviour is to remember
information for long periods of time and it not only
process single data points (such as images), but also
entire sequences of data (such as speech or video).
LSTMs were developed to deal with the exploding and
vanishing gradient problems that can be encountered
when training traditional RNNs. The purpose of using
RNN and LSTM in our is to impute the missing data in
order to handle data with missing parts without extra
training data composed of missing
examples. In our proposed method, the
trained RNNs are used both for missing data imputation
and target data prediction .In the proposed system, when
there are no missing data, the RNN is processed
normally;
when there appears missing data, the output of the RNN
in the previous time step is used as
the input of the current time step. With such missing
data imputation method, the target data
with missing parts may be predicted by our proposed
RNNs.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2393
Fig -3: System Architecture
3.1 MRI
Magnetic resonance imaging (MRI) scan uses radio
waves to look at organs and structures inside the body.
To diagnose various condition Health care professionals
use MRI scans from torn ligaments to tumors. There are
no risk or side effects of an MRI scan. The benefits of an
MRI relate to its precise accuracy in detecting structural
abnormalities of the body. Hence in our proposed system
we are using MRI images as datasets.
3.2 Image segmentation:
Multiple segments are formed using partition process
which is said to be image segmentation. The goal of
segmentation is that the resultant formed is something
meaningful to examine. The image has more pixel and
each pixel is assigned by a label. It shares some common
characteristics like same label etc... so segmentation
means contours extracted from an image.
3.3 Feature extraction:
Feature extraction reduces initial set of raw data into
more manageable groups for processing. Image
processing is a vast area to work with in which
behaviour of the image has been clearly extracted
through feature extraction techniques where some of
feature extraction technique are Histogram of oriented
gradients (HOG), Speeded-up robust features (SURF),
Local binary patterns (LBP), Haar wavelets, Color
histograms. Once the behaviour of the image can be
drawn then it is feasible to find the tumor in bones.
3.4 Tumor detection
Once the image features are extracted the detection of
bone tumor can be easily done since we are using MRI
images .Because MRI images gives more accurate
detection of tumor cells and we are using this image in
our system.
3.5 Tumor identification
The identification of tumor can be done by calculating
each pixels in the image and compare it with the trained
datasets. Once the comparison has been done it pin
points the particular point of affected area which gives
an accurate answer for identifying the bone tumor.
3.6 Diagnosis suggestion
Finally the diagnosis suggestion has been given to the
patient by analysing the MRI images which is the test
datasets that gives more accurate point of attack.
4. PERFORMANCE ANALYSIS
In our proposed system, we choose RNN for increasing
the accuracy of the bone tumor detection. In this user
just need to select the images and the rest of the process
can be handled by the algorithm. Since the missing parts
can be imputed in Recurrent Neural Network algorithm,
the accuracy can be increased when compare with the
Convolutional Neural Networks. The system result is in
the form of suggestion which increases the reliability of
the concept.
Fig-4: Vitamin D deficiency points
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2394
Fig -5: Vitamin D deficieny points[Sample between RNN and human]
5. CONCLUSION
We propose a bone tumor detection method by using
Recurrent Neural Network algorithm. Among several
types of RNNs, we choose Simple Recurrent Network and
Long Short Term Memory in order to impute the missing
parts in medical examination data .By using these
algorithm we can increase the accuracy of detecting the
bone tumor when compare with the existing system.
Thus our proposed system provides a different way for
detecting the bone tumor with high accuracy.
6. REFERENCES
[1] H. Watanabe, R. Togo, T. Ogawa and M. Haseyama,
"Bone Metastatic Tumor Detection based on AnoGAN
Using CT Images," 2019 IEEE 1st Global Conference on
Life Sciences and Technologies (LifeTech), Osaka, Japan,
2019, pp. 235-236.
[2] E. Hossain and M. A. Rahaman, "Detection &
Classification of Tumor Cells from Bone MR Imagery
Using Connected Component Analysis & Neural
Network," 2018 International Conference on
Advancement in Electrical and Electronic Engineering
(ICAEEE), Gazipur, Bangladesh, 2018, pp. 1-4.
[3] A. Pandey and S. K. Shrivastava, "A Survey Paper on
Calcaneus Bone Tumor Detection Using different
Improved Canny Edge Detector," 2018 ieee international
conference on system, computation, automation and
networking (icscan), Pondicherry, 2018, pp. 1-5.
doi: 10.1109/ICSCAN.2018.8541194
[4] E. Hossain and M. A. Rahaman, "Comparative
Evaluation of Segmentation Algorithms for Tumor Cells
Detection from Bone MR Scan Imagery," 2018
International Conference on Innovations in Science,
Engineering and Technology (ICISET), Chittagong,
Bangladesh, 2018, pp. 361-366.
[5] N. Ho, H. Yang, S. Kim, S. T. Jung and S. Joo,
"Regenerative Semi-Supervised Bidirectional W-
Network-Based Knee Bone Tumor Classification on
Radiographs Guided by Three-Region Bone
Segmentation," in IEEE Access, vol. 7, pp. 154277-
154289, 2019.
[6] K. D. Mistry and B. J. Talati, "Integrated approach for
bone tumor detection from MRI scan imagery," 2016
International Conference on Signal and Information
Processing (IConSIP), Vishnupuri, 2016, pp. 1-5.

More Related Content

What's hot (20)

PDF
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
IAEME Publication
 
PDF
Brain tumor mri image segmentation and detection
eSAT Publishing House
 
PDF
Er36881887
IJERA Editor
 
PDF
A Survey on Segmentation Techniques Used For Brain Tumor Detection
Editor IJMTER
 
PDF
IRJET- Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET Journal
 
PDF
Literature Survey on Detection of Brain Tumor from MRI Images
IOSR Journals
 
PDF
Brain tumour segmentation based on local independent projection based classif...
eSAT Journals
 
PPTX
Application of-image-segmentation-in-brain-tumor-detection
Myat Myint Zu Thin
 
PDF
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
IJCSES Journal
 
PDF
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET Journal
 
PDF
IRJET- Analysis of Brain Tumor Classification by using Multiple Clustering Al...
IRJET Journal
 
PDF
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
IOSR Journals
 
PDF
Brain Tumor Detection and Classification using Adaptive Boosting
IRJET Journal
 
PDF
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET Journal
 
PDF
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET Journal
 
PDF
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
IJERA Editor
 
PDF
MRI Image Segmentation by Using DWT for Detection of Brain Tumor
ijtsrd
 
PDF
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
Journal For Research
 
PDF
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...
IDES Editor
 
PDF
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
ijcseit
 
BRAIN TUMOR CLASSIFICATION IN 3D-MRI USING FEATURES FROM RADIOMICS AND 3D-CNN...
IAEME Publication
 
Brain tumor mri image segmentation and detection
eSAT Publishing House
 
Er36881887
IJERA Editor
 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
Editor IJMTER
 
IRJET- Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET Journal
 
Literature Survey on Detection of Brain Tumor from MRI Images
IOSR Journals
 
Brain tumour segmentation based on local independent projection based classif...
eSAT Journals
 
Application of-image-segmentation-in-brain-tumor-detection
Myat Myint Zu Thin
 
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
IJCSES Journal
 
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET Journal
 
IRJET- Analysis of Brain Tumor Classification by using Multiple Clustering Al...
IRJET Journal
 
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
IOSR Journals
 
Brain Tumor Detection and Classification using Adaptive Boosting
IRJET Journal
 
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET Journal
 
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET Journal
 
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
IJERA Editor
 
MRI Image Segmentation by Using DWT for Detection of Brain Tumor
ijtsrd
 
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
Journal For Research
 
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...
IDES Editor
 
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
ijcseit
 

Similar to IRJET - Deep Learning based Bone Tumor Detection with Real Time Datasets (20)

PDF
IRJET-Bone Tumor Detection from MRI Images using Machine Learning: A Review
IRJET Journal
 
PDF
A Brief Survey on Deep Learning-Based Brain Tumour Detection Techniques
Associate Professor in VSB Coimbatore
 
PDF
Design of novel convolution neural network model for lung cancer detection by...
IAESIJAI
 
PDF
Automated bone metastasis detection
Kyuri Kim
 
PDF
Bone Cancer Detection using AlexNet and VGG16
IRJET Journal
 
PDF
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
ijtsrd
 
PDF
Lung Cancer Detection using Convolutional Neural Network
IRJET Journal
 
PDF
Deep learning for cancer tumor classification using transfer learning and fe...
IJECEIAES
 
PPTX
How deep learning reshapes medicine
Hongyoon Choi
 
PDF
JETIR2212151.pdf
Dineshkumar Rangarajan
 
PDF
Identifying liver cancer cells using cascaded convolutional neural network an...
IAESIJAI
 
PPTX
Ph d research review meeting
Abhuday Tripathi
 
PPTX
P.Surendar - VIVA PPT.pptx
surendar1989
 
PDF
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
IRJET Journal
 
PDF
A_REVIEW_OF_CNN_APPLICATIONS_IN_MEDICAL_IMAGE_ANAL.pdf
mustafa aadel
 
PDF
Preliminary Lung Cancer Detection using Deep Neural Networks
IRJET Journal
 
PDF
IRJET- Lung Cancer Nodules Classification and Detection using SVM and CNN...
IRJET Journal
 
PDF
Titles with Abstracts_2023-2024_Digital Image processing.pdf
info751436
 
DOCX
deep learning applications in medical image analysis brain tumor
Venkat Projects
 
PDF
1-s2.0-S2772442524000182-main.psxknqklksxqlnqlwxkndf
dipakshukla158
 
IRJET-Bone Tumor Detection from MRI Images using Machine Learning: A Review
IRJET Journal
 
A Brief Survey on Deep Learning-Based Brain Tumour Detection Techniques
Associate Professor in VSB Coimbatore
 
Design of novel convolution neural network model for lung cancer detection by...
IAESIJAI
 
Automated bone metastasis detection
Kyuri Kim
 
Bone Cancer Detection using AlexNet and VGG16
IRJET Journal
 
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
ijtsrd
 
Lung Cancer Detection using Convolutional Neural Network
IRJET Journal
 
Deep learning for cancer tumor classification using transfer learning and fe...
IJECEIAES
 
How deep learning reshapes medicine
Hongyoon Choi
 
JETIR2212151.pdf
Dineshkumar Rangarajan
 
Identifying liver cancer cells using cascaded convolutional neural network an...
IAESIJAI
 
Ph d research review meeting
Abhuday Tripathi
 
P.Surendar - VIVA PPT.pptx
surendar1989
 
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
IRJET Journal
 
A_REVIEW_OF_CNN_APPLICATIONS_IN_MEDICAL_IMAGE_ANAL.pdf
mustafa aadel
 
Preliminary Lung Cancer Detection using Deep Neural Networks
IRJET Journal
 
IRJET- Lung Cancer Nodules Classification and Detection using SVM and CNN...
IRJET Journal
 
Titles with Abstracts_2023-2024_Digital Image processing.pdf
info751436
 
deep learning applications in medical image analysis brain tumor
Venkat Projects
 
1-s2.0-S2772442524000182-main.psxknqklksxqlnqlwxkndf
dipakshukla158
 
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
PDF
Kiona – A Smart Society Automation Project
IRJET Journal
 
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
PDF
Breast Cancer Detection using Computer Vision
IRJET Journal
 
PDF
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
PDF
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
PDF
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
PDF
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
Kiona – A Smart Society Automation Project
IRJET Journal
 
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
Breast Cancer Detection using Computer Vision
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Ad

Recently uploaded (20)

PDF
Zilliz Cloud Demo for performance and scale
Zilliz
 
PPTX
Arduino Based Gas Leakage Detector Project
CircuitDigest
 
PPTX
DATA BASE MANAGEMENT AND RELATIONAL DATA
gomathisankariv2
 
PDF
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)
JappanMavani
 
PDF
Design Thinking basics for Engineers.pdf
CMR University
 
PPTX
Shinkawa Proposal to meet Vibration API670.pptx
AchmadBashori2
 
PDF
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
PPTX
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
PDF
Pressure Measurement training for engineers and Technicians
AIESOLUTIONS
 
PDF
Basic_Concepts_in_Clinical_Biochemistry_2018كيمياء_عملي.pdf
AdelLoin
 
PPTX
Element 11. ELECTRICITY safety and hazards
merrandomohandas
 
PDF
International Journal of Information Technology Convergence and services (IJI...
ijitcsjournal4
 
PPTX
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 
PDF
Water Industry Process Automation & Control Monthly July 2025
Water Industry Process Automation & Control
 
PPTX
Worm gear strength and wear calculation as per standard VB Bhandari Databook.
shahveer210504
 
PPTX
What is Shot Peening | Shot Peening is a Surface Treatment Process
Vibra Finish
 
PPTX
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 
PDF
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
PDF
AI TECHNIQUES FOR IDENTIFYING ALTERATIONS IN THE HUMAN GUT MICROBIOME IN MULT...
vidyalalltv1
 
PPTX
Server Side Web Development Unit 1 of Nodejs.pptx
sneha852132
 
Zilliz Cloud Demo for performance and scale
Zilliz
 
Arduino Based Gas Leakage Detector Project
CircuitDigest
 
DATA BASE MANAGEMENT AND RELATIONAL DATA
gomathisankariv2
 
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)
JappanMavani
 
Design Thinking basics for Engineers.pdf
CMR University
 
Shinkawa Proposal to meet Vibration API670.pptx
AchmadBashori2
 
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
MobileComputingMANET2023 MobileComputingMANET2023.pptx
masterfake98765
 
Pressure Measurement training for engineers and Technicians
AIESOLUTIONS
 
Basic_Concepts_in_Clinical_Biochemistry_2018كيمياء_عملي.pdf
AdelLoin
 
Element 11. ELECTRICITY safety and hazards
merrandomohandas
 
International Journal of Information Technology Convergence and services (IJI...
ijitcsjournal4
 
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 
Water Industry Process Automation & Control Monthly July 2025
Water Industry Process Automation & Control
 
Worm gear strength and wear calculation as per standard VB Bhandari Databook.
shahveer210504
 
What is Shot Peening | Shot Peening is a Surface Treatment Process
Vibra Finish
 
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 
Set Relation Function Practice session 24.05.2025.pdf
DrStephenStrange4
 
AI TECHNIQUES FOR IDENTIFYING ALTERATIONS IN THE HUMAN GUT MICROBIOME IN MULT...
vidyalalltv1
 
Server Side Web Development Unit 1 of Nodejs.pptx
sneha852132
 

IRJET - Deep Learning based Bone Tumor Detection with Real Time Datasets

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2391 DEEP LEARNING BASED BONE TUMOR DETECTION WITH REAL TIME DATASETS Santhanalakshmi .S.T 1, Abinaya.R 2, Affina sel. T.V 2, Dimple .P 2 1Assistant Professor(Grade 1), Department of Computer Science and Engineering, Panimalar Engineering College, Chennai 2UG Scholar, Department of Computer Science and Engineering, Panimalar Engineering College, Chennai ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract-Digital image processing is the use of a digital computer to process digital images through an algorithm. Image Processing can be used to improve the pictorial information for human interpretation. Since the cancerous bone tumor is malignant which will destroy the cortex and spread to other tissues of the body. Hence it is significant to detect the bone tumor in earlier stage with more accuracy. Medical Imaging has achieved a benchmark in tumor detection by resolving various complexities. There are different techniques in medical imaging like X-ray, CT(Computerized Tomography), MRI(Magnetic Resonance Imaging),Ultra sound. Among these various techniques MRI gives with high accuracy rate and also MRI delivers the best images as it has higher resolution. In this paper the tumor detection has been proposed using deep learning. Keywords: Medical Imaging, Magnetic Resonance Imaging, Recurrent Neural Network, Long Short Term Memory. 1. INTRODUCTION Bone tumor develops in skeletal system which destroys tissues and spread to other parts of the body. There are two types of bone cancer namely Primary and Secondary bone cancer. Primary bone tumor either be benign (non- cancerous) or malignant (cancerous).Non-cancerous tumor do not spread beyond their original site whereas cancerous tumors are more aggressive and have a higher risk on growing and spreading. Secondary bone tumor spreads to the bone from elsewhere in the body. Most cancers can be spread to the bones of the body .Moreover people with breast and prostate cancer have high risk of developing secondary bone cancer. These are the most common bone cancers in adults. Secondary bone tumor is also known as bone metastases. For this image processing plays a significant role in detecting bone tumor. In the previous paper, to represent the local structure of 3D patches in the vicinity of particular location across the entire collection, Gaussian Mixture Model(GMM) is used. Since in many clinical datasets the thickness is unknown or varies by site, the existing system could not explicitly model slice thickness. In this paper, we propose bone tumor detection method using Recurrent Neural Network(RNN) algorithm . In medical examination data there often exist missing parts due to various human factors because human subjects occassionally miss their annual examinations. Thus missing information need to get imputed for accurate prediction of medical examination data. In our proposed method, the trained RNNs are used both for missing data imputation and target data prediction. 2. LITERATURE REVIEW Haruna Watanabe et al [1] has proposed an Bone Metastatic Tumor Detection Based on AnoGAN Using CT Images. In this paper, Generative Adversarial Network(GAN) based anomaly detection is done. The proposed method uses only non-metastatic bone tumor images and learns the distribution of normal images based on adversarial learning. They define the anomaly scores by comparing a test image with a generated image .Metastatic tumor images can be automatically detected based on calculated anomaly scores, but Still missing- features problem exists and Computational analysis are impractical . Akash Pandey et al [3] has done a paper on A Survey Paper on Calcaneus Bone Tumor Detection Using different Improved Canny Edge Detector. In this paper Computer Aided Diagnosing(CAD) is used to analyze Computed Tomography images..And canny edge detector is used for edge detection in image. But canny edge detector has some limitations like it is not able to distinguish edges occurring around objects but still it is beneficial than other traditional edge detector method since it improves the performance of image analysis algorithms. Eftekhar Hossain et al [4] has proposed an Comparative Evaluation of Segmentation Algorithms for Tumor Cells Detection from Bone MR Scan Imagery. This study proposed an object labeling algorithm for the segmentation of bone tumor from magnetic resonance images (MRI) and also provides a comparative analysis of the existing bone cancer segmentation methods . This segmentation algorithms with the proposed one has been compared on the basis of quantitative methods like the dice similarity coefficient (DSC) and the 8structural similarity index measurement (SSIM).Since it is comparatively easier and provide greater noise
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2392 immunity over the edge detection method, the bone images contain granny portions of tissues and low volume tumor which make problems of over or under segmentation Eftekhar Hossain[2] has proposed an Detection & Classification of Tumor Cells from Bone MR Imagery Using Connected Component Analysis & Neural Network. The bone tumor can be detected by using connected component labeling algorithm . In this work, for classifying the bone tumor Artificial Neural Network (ANN) is used. Here bone MR images of previously verified patients are collected and the texture features of this images are used for the training and testing of the neural network. Although ADF conserves the main edges of the objects by removing the high- frequency noise and thus, enhance the low volume region of the images. The tumor portion will become shaded and thus difficult to find out. Krupali D et al [6] has done a paper on Integrated Approach for Bone Tumor Detection from MRI Scan Imagery. The paper proposes an approach of detecting Enchondroma bone tumor from MRI images by using image processing, segmentation clustering techniques, i.e .K-means integrated with Fuzzy C-means clustering. Detected manually by doctors, but because of noise and low quality images of infected body parts, the tumor is not detected easily and is time consuming. NGOC-HUYNH HO et al [5] has proposed on Regenarative Semi-Supervised Bidirectional W-Network- Based Knee Bone Tumor Classification on Radiographs Guided by Three-Region Bone Segmentation. This paper develops and evaluate a new deep learning architecture, namely regenerative semi-supervised bidirectional W- network (RSS-BW), to predict the tumor state of theknee bone from radiographic images. First, we constructed an autoencoder model, called Bidirectional W-network (BW), for segmenting three-region (i.e., femur, tibia, and fibula) of knee bone. Using these regions as input data, RSS-BW architecture consisting of the autoencoding model for regenerating the bone structures, the backbone model for extracting features with pretrained Image Net, and the predicting model for knee bone tumor classification are established. 3. PROPOSED SYSTEM In our proposed system , in order to predict medical examination data with missing parts Recurrent Neural Network (RNN) is used. Among various types of RNNs. we use simple recurrent network (SRN) and long short- term memory (LSTM) in order to predict the missing information along with the future medical examination data, since these algorithm will show good performance in many relevant applications. Basic RNNs are a network of neuron-like nodes organized into successive layers. In this algorithm each node in a given layer is connected directly (one-way connection) to every other node in the next successive layer. Due to this functionality the output from the previous step are fed as input to the current step. The important feature of Recurrent Neural Network is Hidden state which remembers some previous information about the sequence. Fig-1:Implementation of RecurrenNeuralNetworks(RNN) Fig-2:Long Short Term Memory(LSTM) Networks Long short-term memory (LSTM) is an artificial recurrent neural network (RNN) capable of learning long-term dependencies used in the field of deep learning .Their default behaviour is to remember information for long periods of time and it not only process single data points (such as images), but also entire sequences of data (such as speech or video). LSTMs were developed to deal with the exploding and vanishing gradient problems that can be encountered when training traditional RNNs. The purpose of using RNN and LSTM in our is to impute the missing data in order to handle data with missing parts without extra training data composed of missing examples. In our proposed method, the trained RNNs are used both for missing data imputation and target data prediction .In the proposed system, when there are no missing data, the RNN is processed normally; when there appears missing data, the output of the RNN in the previous time step is used as the input of the current time step. With such missing data imputation method, the target data with missing parts may be predicted by our proposed RNNs.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2393 Fig -3: System Architecture 3.1 MRI Magnetic resonance imaging (MRI) scan uses radio waves to look at organs and structures inside the body. To diagnose various condition Health care professionals use MRI scans from torn ligaments to tumors. There are no risk or side effects of an MRI scan. The benefits of an MRI relate to its precise accuracy in detecting structural abnormalities of the body. Hence in our proposed system we are using MRI images as datasets. 3.2 Image segmentation: Multiple segments are formed using partition process which is said to be image segmentation. The goal of segmentation is that the resultant formed is something meaningful to examine. The image has more pixel and each pixel is assigned by a label. It shares some common characteristics like same label etc... so segmentation means contours extracted from an image. 3.3 Feature extraction: Feature extraction reduces initial set of raw data into more manageable groups for processing. Image processing is a vast area to work with in which behaviour of the image has been clearly extracted through feature extraction techniques where some of feature extraction technique are Histogram of oriented gradients (HOG), Speeded-up robust features (SURF), Local binary patterns (LBP), Haar wavelets, Color histograms. Once the behaviour of the image can be drawn then it is feasible to find the tumor in bones. 3.4 Tumor detection Once the image features are extracted the detection of bone tumor can be easily done since we are using MRI images .Because MRI images gives more accurate detection of tumor cells and we are using this image in our system. 3.5 Tumor identification The identification of tumor can be done by calculating each pixels in the image and compare it with the trained datasets. Once the comparison has been done it pin points the particular point of affected area which gives an accurate answer for identifying the bone tumor. 3.6 Diagnosis suggestion Finally the diagnosis suggestion has been given to the patient by analysing the MRI images which is the test datasets that gives more accurate point of attack. 4. PERFORMANCE ANALYSIS In our proposed system, we choose RNN for increasing the accuracy of the bone tumor detection. In this user just need to select the images and the rest of the process can be handled by the algorithm. Since the missing parts can be imputed in Recurrent Neural Network algorithm, the accuracy can be increased when compare with the Convolutional Neural Networks. The system result is in the form of suggestion which increases the reliability of the concept. Fig-4: Vitamin D deficiency points
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2394 Fig -5: Vitamin D deficieny points[Sample between RNN and human] 5. CONCLUSION We propose a bone tumor detection method by using Recurrent Neural Network algorithm. Among several types of RNNs, we choose Simple Recurrent Network and Long Short Term Memory in order to impute the missing parts in medical examination data .By using these algorithm we can increase the accuracy of detecting the bone tumor when compare with the existing system. Thus our proposed system provides a different way for detecting the bone tumor with high accuracy. 6. REFERENCES [1] H. Watanabe, R. Togo, T. Ogawa and M. Haseyama, "Bone Metastatic Tumor Detection based on AnoGAN Using CT Images," 2019 IEEE 1st Global Conference on Life Sciences and Technologies (LifeTech), Osaka, Japan, 2019, pp. 235-236. [2] E. Hossain and M. A. Rahaman, "Detection & Classification of Tumor Cells from Bone MR Imagery Using Connected Component Analysis & Neural Network," 2018 International Conference on Advancement in Electrical and Electronic Engineering (ICAEEE), Gazipur, Bangladesh, 2018, pp. 1-4. [3] A. Pandey and S. K. Shrivastava, "A Survey Paper on Calcaneus Bone Tumor Detection Using different Improved Canny Edge Detector," 2018 ieee international conference on system, computation, automation and networking (icscan), Pondicherry, 2018, pp. 1-5. doi: 10.1109/ICSCAN.2018.8541194 [4] E. Hossain and M. A. Rahaman, "Comparative Evaluation of Segmentation Algorithms for Tumor Cells Detection from Bone MR Scan Imagery," 2018 International Conference on Innovations in Science, Engineering and Technology (ICISET), Chittagong, Bangladesh, 2018, pp. 361-366. [5] N. Ho, H. Yang, S. Kim, S. T. Jung and S. Joo, "Regenerative Semi-Supervised Bidirectional W- Network-Based Knee Bone Tumor Classification on Radiographs Guided by Three-Region Bone Segmentation," in IEEE Access, vol. 7, pp. 154277- 154289, 2019. [6] K. D. Mistry and B. J. Talati, "Integrated approach for bone tumor detection from MRI scan imagery," 2016 International Conference on Signal and Information Processing (IConSIP), Vishnupuri, 2016, pp. 1-5.