SlideShare a Scribd company logo
1 of 31
Keynote talk
on
Optimal deep learning model For Classification of Lung Cancer
on CT Images
Dr.Sachi Nandan Mohanty
FIE,SMIEEE
sachinandan@ieee.org
1st July 2021
22-08-2021 1
Plan of Presentation
•Introduction
•Autoencoder
•Convolution Neural Network
•Related Work
•Problem definition
•Methodology
•Results & Discussion
•Contribution
•References
22-08-2021
2
Autoencoder
 Under complete autoencoder
 Autoencoder vs PCA
 Sparse autoencoder
 Denoising autoencoder
 Contractive autoencoder
 Convolution autoencoder
22-08-2021 3
22-08-2021
4
Autoencoder
An autoencoder is a type of ANN used to learn efficient data coding in an unsupervised manner.
The aim of the autoencoder is to learn a representation (encoding) for a set of data.
It acts as a dimensionality reduction, by training the network to ignore signal “noise”
Autoencoders are effectively used for solving many applied problems, like face recognition, to acquiring the
semantic meaning of words
Representation learning
Fig 1: Autoencoder Fig 2: Under complete autoencoder
22-08-2021
5
Expectation
•Sensitive enough to input for accurate reconstruction
•Insensitive enough that it does not memorize or overfit the training data.
Stacked Autoencoder
Deep Autoencoder
22-08-2021
6
Autoencoder vs PCA
22-08-2021 7
22-08-2021 8
What Does PCA do?
Experimental Setup for Dimensionality Reduction with examples of Hand written digits (MNIST)
Total train Images : 60,000
Total test Images: 10,000
Image dimension: 28X28(784)
Dimensionality reduction:784 -> 2
Reconstruction: 784 -> 30
Optimizer used: Adam
Learning rate: 0.0001
Loss Function : Mean Squared Error
Epoch: 100 iteration
Source: G. E. Hilton and R. R. Salakhutdinov: “Reducing the Dimensionality of Data with Neural Networks”, Science, Vol
313, July 2006, pp. 504-507.
22-08-2021 9
Autoencoder convergence to PCA
784-> 2 -> 784
Deep Vs. Shallow autoencoder
784-> 1000->500->250->2->250->500->1000->784
Source: G. E. Hilton and R. R. Salakhutdinov: “Reducing the Dimensionality of Data with Neural Networks”, Science,
Vol 313, July 2006, pp. 504-507.
Deep Autoencoder with Non-Linear Activations
22-08-2021 10
Autoencoder
Original
PCA
Reconstruction from Latent Space
22-08-2021 11
Deep Autoencoder Training
Layer by layer pre training
22-08-2021 12
Convolutional Neural Network
 Convolution
 Linear Time Invariant (LTI) System
 Linear Shift Invariant (LSI) System
 Cross Correlation
22-08-2021 13
CNN Architecture
 CNN Architecture
 Convolution Layer
 Receptive Field
 Nonlinearity
 Pooling
•Color image has 3 dimensions: height, width and depth (depth is the color channels i.e RGB)
• Filter or kernels that will be convolved with the RGB image could also be 3D
• For multiple Kernels: All feature maps obtained from distinct kernels are stacked to get the final output of that layer
3D Convolution Visualization
Red and green boxes are two different featured maps obtained by convolving the
same input with two different kernels. The feature maps are stacked.
along the depth dimension as shown.
22-08-2021 14
• An RGB Image of size
32X32X3
• 10 Kernels of size 5x5x3
• Output featuremap of size
32x32x10
3 D Convolution- Visualization
22-08-2021
15
Nonlinearity
• ReLU is an element wise operation (applied per pixel) and replaces all negative pixel values in the feature map by
zero
Source :Arden Dertat https://towardsdatascience.com/applied-deep-learning-
part-4-convolutional-neural-networks-584bc134c1e2
CNN Architecture
22-08-2021 16
•Replaces the output of a node at certain locations with a summary statistic of nearby locations.
• Spatial Pooling can be of different types: Max, Average, Sum etc.
• Max Pooling report the maximum output within a rectangular neighborhood.
• Pooling helps to make the output approximately invariant to small translation.
• Pooling layers down sample each feature map independently, reducing the height and width, keeping the depth
intact.
• In pooling layer stride and window size needs to be specified
Pooling
Figure below is the result of max pooling using a 2x2 window and stride 2. Each color denotes a different
window. Since both the window size and stride are 2, the windows are not overlapping
3 2 5 6
8 9 5 3
4 4 6 8
1 1 2 1
9 6
4 8
Max pool with 2x2
window with stride = 2
• Pooling reduces the height and the width of the feature map, but the depth remains unchanged as shown in
figure
22-08-2021 17
22-08-2021 18
22-08-2021 19
Feature Extraction Classfication
22-08-2021 20
22-08-2021 21
Abstract
•Lungs diseases are a major cause of death and disability in the world[4].
•A Computed Tomography (CT) scan used to find position of tumor and
identified the level of cancer of the body.
•CT scan of lung images was analyzed with the assistance of Optimal Deep Neural Network and Linear
Discernment Analysis (LDA).
•Features extracted from a CT images and then Dimensionality of feature is reduced using LDR to classify lung
nodules as either malignant or benign.
•Most of the individuals (age-32-48yr). Male: 78%, Female :22%
•Results show that the proposed classifier gives the sensitivity of 96.2%, with accuracy of 94.56%.
•16% of the individuals are diagnosed in the early stage when the sickness is generally treatable.
•99.82% affected due to prolong smoking habit.
22-08-2021 22
Lung cancer Symptoms, Causes & Diagnosis (WHO, 2011)
•Prolong cough, which is usually dry and doesn’t bring up mucus
•Weight loss, slowly (over month)
•Actual cause unknown
•Mycoplasma pneumonia may developed from bird proteins (such as from exotic birds, chickens or pigeons)
•Grain dust from farming
•Silica dust
•Some drugs can be cause like bleomycin, amiodarone, rituximab
•Genetics(2%)
•Chest X-ray
•CT Scan
•High resolution CT scan
•Lung function test
•Lung biopsy 22-08-2021 23
22-08-2021 24
Limitation of existing classifiers
•In existing techniques, the lung images were captured and subjected to segmentation specifically after which the
SVM classifiers was applied and then the accuracies were measured[23].
•ANN could not predict the sort and shape or size of the tumor and it dealt with a number of pixels which is not
valuable for the earlier detection of the cancer [17].
•NN particularly has profound networks with many hidden layers and capable of modelling complex structure.
However, the training algorithm is again more complex[25].
22-08-2021 25
Experimental Setup
Methodology
Filtering and
contrast
enhancement
phase
Feature
Extraction
Histogram feature
•Variance
•Mean
•Standard Deviation
•Skewness
•Kurtosis
Texture Features
•Energy
•Entropy
•Homogeneity
•Contrast
•Correlations
Wavelet-based
features
Feature reduction:
Linear Discriminate
Analysis
Classification of
Lung CT Images
•Deep belief network
•Restricted Boltzmann Machine
22-08-2021 26
22-08-2021 27
How Linear Discriminate Analysis work
22-08-2021 28
Decision surface
Results
22-08-2021 29
22-08-2021 30
Database Description & Experimental results with validation
•500 recorded lung cancer CT image dataset are used for detection purpose.
•The CT scan images with 1.25mm slice thickness were attained by single breath(see Fig.4).
•The location of nodules was recognized by the radiologist also provided in the dataset
22-08-2021 31
Any Question

More Related Content

What's hot

AN ENHANCEMENT FOR THE CONSISTENT DEPTH ESTIMATION OF MONOCULAR VIDEOS USING ...
AN ENHANCEMENT FOR THE CONSISTENT DEPTH ESTIMATION OF MONOCULAR VIDEOS USING ...AN ENHANCEMENT FOR THE CONSISTENT DEPTH ESTIMATION OF MONOCULAR VIDEOS USING ...
AN ENHANCEMENT FOR THE CONSISTENT DEPTH ESTIMATION OF MONOCULAR VIDEOS USING ...mlaij
 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONIAEME Publication
 
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...IJSRD
 
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...IDES Editor
 
A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...sipij
 
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...ijscai
 
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...mlaij
 
Digit recognition using neural network
Digit recognition using neural networkDigit recognition using neural network
Digit recognition using neural networkshachibattar
 
Automatic MRI brain segmentation using local features, Self-Organizing Maps, ...
Automatic MRI brain segmentation using local features, Self-Organizing Maps, ...Automatic MRI brain segmentation using local features, Self-Organizing Maps, ...
Automatic MRI brain segmentation using local features, Self-Organizing Maps, ...Mehryar (Mike) E., Ph.D.
 
Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...Hưng Đặng
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachEditor IJMTER
 
A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv...
 A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv... A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv...
A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv...Chennai Networks
 
Importance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationImportance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationIOSR Journals
 
IRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution TechniquesIRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution TechniquesIRJET Journal
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...eSAT Journals
 

What's hot (18)

PhD_ppt_2012
PhD_ppt_2012PhD_ppt_2012
PhD_ppt_2012
 
AN ENHANCEMENT FOR THE CONSISTENT DEPTH ESTIMATION OF MONOCULAR VIDEOS USING ...
AN ENHANCEMENT FOR THE CONSISTENT DEPTH ESTIMATION OF MONOCULAR VIDEOS USING ...AN ENHANCEMENT FOR THE CONSISTENT DEPTH ESTIMATION OF MONOCULAR VIDEOS USING ...
AN ENHANCEMENT FOR THE CONSISTENT DEPTH ESTIMATION OF MONOCULAR VIDEOS USING ...
 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
 
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
 
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...
A Hybrid Filtering Technique for Random Valued Impulse Noise Elimination on D...
 
A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...
 
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
 
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
CATWALKGRADER: A CATWALK ANALYSIS AND CORRECTION SYSTEM USING MACHINE LEARNIN...
 
Object tracking
Object trackingObject tracking
Object tracking
 
Digit recognition using neural network
Digit recognition using neural networkDigit recognition using neural network
Digit recognition using neural network
 
Automatic MRI brain segmentation using local features, Self-Organizing Maps, ...
Automatic MRI brain segmentation using local features, Self-Organizing Maps, ...Automatic MRI brain segmentation using local features, Self-Organizing Maps, ...
Automatic MRI brain segmentation using local features, Self-Organizing Maps, ...
 
Q0460398103
Q0460398103Q0460398103
Q0460398103
 
Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging Approach
 
A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv...
 A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv... A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv...
A Genetic Algorithm-Based Moving Object Detection For Real-Time Traffic Surv...
 
Importance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationImportance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing Segmentation
 
IRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution TechniquesIRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution Techniques
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...
 

Similar to Optimal deep learning model For Classification of Lung Cancer on CT Images

IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...IRJET Journal
 
A YOLO and convolutional neural network for the detection and classification ...
A YOLO and convolutional neural network for the detection and classification ...A YOLO and convolutional neural network for the detection and classification ...
A YOLO and convolutional neural network for the detection and classification ...IJEECSIAES
 
A YOLO and convolutional neural network for the detection and classification ...
A YOLO and convolutional neural network for the detection and classification ...A YOLO and convolutional neural network for the detection and classification ...
A YOLO and convolutional neural network for the detection and classification ...nooriasukmaningtyas
 
Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...
Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...
Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...journal ijrtem
 
SEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACES
SEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACESSEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACES
SEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACESIJCSEA Journal
 
DEEP LEARNING BASED BRAIN STROKE DETECTION
DEEP LEARNING BASED BRAIN STROKE DETECTIONDEEP LEARNING BASED BRAIN STROKE DETECTION
DEEP LEARNING BASED BRAIN STROKE DETECTIONIRJET Journal
 
Deep Conditional Adversarial learning for polyp Segmentation
Deep Conditional Adversarial learning for polyp SegmentationDeep Conditional Adversarial learning for polyp Segmentation
Deep Conditional Adversarial learning for polyp Segmentationmultimediaeval
 
PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...
PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...
PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...ijma
 
PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...
PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...
PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...ijma
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNNIRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNNIRJET Journal
 
Seminar on evaluation of CNN using deep residual learning.pptx
Seminar on evaluation of CNN using deep residual learning.pptxSeminar on evaluation of CNN using deep residual learning.pptx
Seminar on evaluation of CNN using deep residual learning.pptxShravanaK1
 
Efficient And Improved Video Steganography using DCT and Neural Network
Efficient And Improved Video Steganography using DCT and Neural NetworkEfficient And Improved Video Steganography using DCT and Neural Network
Efficient And Improved Video Steganography using DCT and Neural NetworkIJSRD
 
Lung Tumour Detection using Image Processing
Lung Tumour Detection using Image Processing Lung Tumour Detection using Image Processing
Lung Tumour Detection using Image Processing Aviral Chaurasia
 
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATION
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATIONCONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATION
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATIONCSEIJJournal
 
Convolutional Neural Network based Retinal Vessel Segmentation
Convolutional Neural Network based Retinal Vessel SegmentationConvolutional Neural Network based Retinal Vessel Segmentation
Convolutional Neural Network based Retinal Vessel SegmentationCSEIJJournal
 
Santoso 2019 j._phys.__conf._ser._1175_012057
Santoso 2019 j._phys.__conf._ser._1175_012057Santoso 2019 j._phys.__conf._ser._1175_012057
Santoso 2019 j._phys.__conf._ser._1175_012057Budi Santo
 
Improved interpretability for Computer-Aided Assessment of Retinopathy of Pre...
Improved interpretability for Computer-Aided Assessment of Retinopathy of Pre...Improved interpretability for Computer-Aided Assessment of Retinopathy of Pre...
Improved interpretability for Computer-Aided Assessment of Retinopathy of Pre...Mara Graziani
 

Similar to Optimal deep learning model For Classification of Lung Cancer on CT Images (20)

IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...IRJET-  	  Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
IRJET- Jeevn-Net: Brain Tumor Segmentation using Cascaded U-Net & Overall...
 
A YOLO and convolutional neural network for the detection and classification ...
A YOLO and convolutional neural network for the detection and classification ...A YOLO and convolutional neural network for the detection and classification ...
A YOLO and convolutional neural network for the detection and classification ...
 
A YOLO and convolutional neural network for the detection and classification ...
A YOLO and convolutional neural network for the detection and classification ...A YOLO and convolutional neural network for the detection and classification ...
A YOLO and convolutional neural network for the detection and classification ...
 
Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...
Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...
Abdominal Bleeding Region Detection in Wireless Capsule Endoscopy Videos Usin...
 
SEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACES
SEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACESSEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACES
SEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACES
 
DEEP LEARNING BASED BRAIN STROKE DETECTION
DEEP LEARNING BASED BRAIN STROKE DETECTIONDEEP LEARNING BASED BRAIN STROKE DETECTION
DEEP LEARNING BASED BRAIN STROKE DETECTION
 
Deep Conditional Adversarial learning for polyp Segmentation
Deep Conditional Adversarial learning for polyp SegmentationDeep Conditional Adversarial learning for polyp Segmentation
Deep Conditional Adversarial learning for polyp Segmentation
 
x-RAYS PROJECT
x-RAYS PROJECTx-RAYS PROJECT
x-RAYS PROJECT
 
PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...
PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...
PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...
 
PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...
PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...
PERFORMANCE EVALUATION OF PARALLEL TRANSMISSION VISIBLE LIGHT COMMUNICATION S...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Prototype System to Detect Skin Cancer Through Images
Prototype System to Detect Skin Cancer Through ImagesPrototype System to Detect Skin Cancer Through Images
Prototype System to Detect Skin Cancer Through Images
 
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNNIRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
 
Seminar on evaluation of CNN using deep residual learning.pptx
Seminar on evaluation of CNN using deep residual learning.pptxSeminar on evaluation of CNN using deep residual learning.pptx
Seminar on evaluation of CNN using deep residual learning.pptx
 
Efficient And Improved Video Steganography using DCT and Neural Network
Efficient And Improved Video Steganography using DCT and Neural NetworkEfficient And Improved Video Steganography using DCT and Neural Network
Efficient And Improved Video Steganography using DCT and Neural Network
 
Lung Tumour Detection using Image Processing
Lung Tumour Detection using Image Processing Lung Tumour Detection using Image Processing
Lung Tumour Detection using Image Processing
 
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATION
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATIONCONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATION
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATION
 
Convolutional Neural Network based Retinal Vessel Segmentation
Convolutional Neural Network based Retinal Vessel SegmentationConvolutional Neural Network based Retinal Vessel Segmentation
Convolutional Neural Network based Retinal Vessel Segmentation
 
Santoso 2019 j._phys.__conf._ser._1175_012057
Santoso 2019 j._phys.__conf._ser._1175_012057Santoso 2019 j._phys.__conf._ser._1175_012057
Santoso 2019 j._phys.__conf._ser._1175_012057
 
Improved interpretability for Computer-Aided Assessment of Retinopathy of Pre...
Improved interpretability for Computer-Aided Assessment of Retinopathy of Pre...Improved interpretability for Computer-Aided Assessment of Retinopathy of Pre...
Improved interpretability for Computer-Aided Assessment of Retinopathy of Pre...
 

Recently uploaded

Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...
Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...
Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...Call Girls Noida
 
Call Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar Suman
Call Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar SumanCall Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar Suman
Call Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar SumanCall Girls Service Chandigarh Ayushi
 
No Advance 9053900678 Chandigarh Call Girls , Indian Call Girls For Full Ni...
No Advance 9053900678 Chandigarh  Call Girls , Indian Call Girls  For Full Ni...No Advance 9053900678 Chandigarh  Call Girls , Indian Call Girls  For Full Ni...
No Advance 9053900678 Chandigarh Call Girls , Indian Call Girls For Full Ni...Vip call girls In Chandigarh
 
Dehradun Call Girls Service 7017441440 Real Russian Girls Looking Models
Dehradun Call Girls Service 7017441440 Real Russian Girls Looking ModelsDehradun Call Girls Service 7017441440 Real Russian Girls Looking Models
Dehradun Call Girls Service 7017441440 Real Russian Girls Looking Modelsindiancallgirl4rent
 
Call Girls Service Chandigarh Gori WhatsApp ❤9115573837 VIP Call Girls Chandi...
Call Girls Service Chandigarh Gori WhatsApp ❤9115573837 VIP Call Girls Chandi...Call Girls Service Chandigarh Gori WhatsApp ❤9115573837 VIP Call Girls Chandi...
Call Girls Service Chandigarh Gori WhatsApp ❤9115573837 VIP Call Girls Chandi...Niamh verma
 
Udaipur Call Girls 📲 9999965857 Call Girl in Udaipur
Udaipur Call Girls 📲 9999965857 Call Girl in UdaipurUdaipur Call Girls 📲 9999965857 Call Girl in Udaipur
Udaipur Call Girls 📲 9999965857 Call Girl in Udaipurseemahedar019
 
Call Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In Raipur
Call Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In RaipurCall Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In Raipur
Call Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In Raipurgragmanisha42
 
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabad
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service HyderabadVIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabad
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabaddelhimodelshub1
 
Jalandhar Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...
Jalandhar  Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...Jalandhar  Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...
Jalandhar Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...Call Girls Service Chandigarh Ayushi
 
Chandigarh Call Girls 👙 7001035870 👙 Genuine WhatsApp Number for Real Meet
Chandigarh Call Girls 👙 7001035870 👙 Genuine WhatsApp Number for Real MeetChandigarh Call Girls 👙 7001035870 👙 Genuine WhatsApp Number for Real Meet
Chandigarh Call Girls 👙 7001035870 👙 Genuine WhatsApp Number for Real Meetpriyashah722354
 
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...Call Girls Noida
 
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service Mohali
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service MohaliCall Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service Mohali
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service MohaliHigh Profile Call Girls Chandigarh Aarushi
 
Gurgaon iffco chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...
Gurgaon iffco chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...Gurgaon iffco chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...
Gurgaon iffco chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...soniya singh
 
VIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near Me
VIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near MeVIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near Me
VIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near Memriyagarg453
 
College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...
College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...
College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...delhimodelshub1
 
Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...
Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...
Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...delhimodelshub1
 
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in LucknowRussian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknowgragteena
 

Recently uploaded (20)

Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...
Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...
Vip sexy Call Girls Service In Sector 137,9999965857 Young Female Escorts Ser...
 
Call Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar Suman
Call Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar SumanCall Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar Suman
Call Girl Price Amritsar ❤️🍑 9053900678 Call Girls in Amritsar Suman
 
Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Subhash Nagar Delhi reach out to us at 🔝9953056974🔝
 
No Advance 9053900678 Chandigarh Call Girls , Indian Call Girls For Full Ni...
No Advance 9053900678 Chandigarh  Call Girls , Indian Call Girls  For Full Ni...No Advance 9053900678 Chandigarh  Call Girls , Indian Call Girls  For Full Ni...
No Advance 9053900678 Chandigarh Call Girls , Indian Call Girls For Full Ni...
 
Dehradun Call Girls Service 7017441440 Real Russian Girls Looking Models
Dehradun Call Girls Service 7017441440 Real Russian Girls Looking ModelsDehradun Call Girls Service 7017441440 Real Russian Girls Looking Models
Dehradun Call Girls Service 7017441440 Real Russian Girls Looking Models
 
Call Girls Service Chandigarh Gori WhatsApp ❤9115573837 VIP Call Girls Chandi...
Call Girls Service Chandigarh Gori WhatsApp ❤9115573837 VIP Call Girls Chandi...Call Girls Service Chandigarh Gori WhatsApp ❤9115573837 VIP Call Girls Chandi...
Call Girls Service Chandigarh Gori WhatsApp ❤9115573837 VIP Call Girls Chandi...
 
Udaipur Call Girls 📲 9999965857 Call Girl in Udaipur
Udaipur Call Girls 📲 9999965857 Call Girl in UdaipurUdaipur Call Girls 📲 9999965857 Call Girl in Udaipur
Udaipur Call Girls 📲 9999965857 Call Girl in Udaipur
 
Call Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In Raipur
Call Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In RaipurCall Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In Raipur
Call Girl Raipur 📲 9999965857 ヅ10k NiGhT Call Girls In Raipur
 
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabad
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service HyderabadVIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabad
VIP Call Girls Hyderabad Megha 9907093804 Independent Escort Service Hyderabad
 
Jalandhar Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...
Jalandhar  Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...Jalandhar  Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...
Jalandhar Female Call Girls Contact Number 9053900678 💚Jalandhar Female Call...
 
Call Girl Guwahati Aashi 👉 7001305949 👈 🔝 Independent Escort Service Guwahati
Call Girl Guwahati Aashi 👉 7001305949 👈 🔝 Independent Escort Service GuwahatiCall Girl Guwahati Aashi 👉 7001305949 👈 🔝 Independent Escort Service Guwahati
Call Girl Guwahati Aashi 👉 7001305949 👈 🔝 Independent Escort Service Guwahati
 
Chandigarh Call Girls 👙 7001035870 👙 Genuine WhatsApp Number for Real Meet
Chandigarh Call Girls 👙 7001035870 👙 Genuine WhatsApp Number for Real MeetChandigarh Call Girls 👙 7001035870 👙 Genuine WhatsApp Number for Real Meet
Chandigarh Call Girls 👙 7001035870 👙 Genuine WhatsApp Number for Real Meet
 
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...
pOOJA sexy Call Girls In Sector 49,9999965857 Young Female Escorts Service In...
 
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service Mohali
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service MohaliCall Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service Mohali
Call Girls in Mohali Surbhi ❤️🍑 9907093804 👄🫦 Independent Escort Service Mohali
 
Gurgaon iffco chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...
Gurgaon iffco chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...Gurgaon iffco chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...
Gurgaon iffco chowk 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex ...
 
VIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near Me
VIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near MeVIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near Me
VIP Call Girls Noida Jhanvi 9711199171 Best VIP Call Girls Near Me
 
College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...
College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...
College Call Girls Hyderabad Sakshi 9907093804 Independent Escort Service Hyd...
 
Call Girls in Lucknow Esha 🔝 8923113531 🔝 🎶 Independent Escort Service Lucknow
Call Girls in Lucknow Esha 🔝 8923113531  🔝 🎶 Independent Escort Service LucknowCall Girls in Lucknow Esha 🔝 8923113531  🔝 🎶 Independent Escort Service Lucknow
Call Girls in Lucknow Esha 🔝 8923113531 🔝 🎶 Independent Escort Service Lucknow
 
Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...
Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...
Russian Call Girls in Hyderabad Ishita 9907093804 Independent Escort Service ...
 
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in LucknowRussian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
Russian Escorts Aishbagh Road * 9548273370 Naughty Call Girls Service in Lucknow
 

Optimal deep learning model For Classification of Lung Cancer on CT Images

  • 1. Keynote talk on Optimal deep learning model For Classification of Lung Cancer on CT Images Dr.Sachi Nandan Mohanty FIE,SMIEEE sachinandan@ieee.org 1st July 2021 22-08-2021 1
  • 2. Plan of Presentation •Introduction •Autoencoder •Convolution Neural Network •Related Work •Problem definition •Methodology •Results & Discussion •Contribution •References 22-08-2021 2
  • 3. Autoencoder  Under complete autoencoder  Autoencoder vs PCA  Sparse autoencoder  Denoising autoencoder  Contractive autoencoder  Convolution autoencoder 22-08-2021 3
  • 4. 22-08-2021 4 Autoencoder An autoencoder is a type of ANN used to learn efficient data coding in an unsupervised manner. The aim of the autoencoder is to learn a representation (encoding) for a set of data. It acts as a dimensionality reduction, by training the network to ignore signal “noise” Autoencoders are effectively used for solving many applied problems, like face recognition, to acquiring the semantic meaning of words Representation learning Fig 1: Autoencoder Fig 2: Under complete autoencoder
  • 5. 22-08-2021 5 Expectation •Sensitive enough to input for accurate reconstruction •Insensitive enough that it does not memorize or overfit the training data. Stacked Autoencoder Deep Autoencoder
  • 8. 22-08-2021 8 What Does PCA do? Experimental Setup for Dimensionality Reduction with examples of Hand written digits (MNIST) Total train Images : 60,000 Total test Images: 10,000 Image dimension: 28X28(784) Dimensionality reduction:784 -> 2 Reconstruction: 784 -> 30 Optimizer used: Adam Learning rate: 0.0001 Loss Function : Mean Squared Error Epoch: 100 iteration Source: G. E. Hilton and R. R. Salakhutdinov: “Reducing the Dimensionality of Data with Neural Networks”, Science, Vol 313, July 2006, pp. 504-507.
  • 9. 22-08-2021 9 Autoencoder convergence to PCA 784-> 2 -> 784 Deep Vs. Shallow autoencoder 784-> 1000->500->250->2->250->500->1000->784 Source: G. E. Hilton and R. R. Salakhutdinov: “Reducing the Dimensionality of Data with Neural Networks”, Science, Vol 313, July 2006, pp. 504-507. Deep Autoencoder with Non-Linear Activations
  • 11. 22-08-2021 11 Deep Autoencoder Training Layer by layer pre training
  • 12. 22-08-2021 12 Convolutional Neural Network  Convolution  Linear Time Invariant (LTI) System  Linear Shift Invariant (LSI) System  Cross Correlation
  • 13. 22-08-2021 13 CNN Architecture  CNN Architecture  Convolution Layer  Receptive Field  Nonlinearity  Pooling •Color image has 3 dimensions: height, width and depth (depth is the color channels i.e RGB) • Filter or kernels that will be convolved with the RGB image could also be 3D • For multiple Kernels: All feature maps obtained from distinct kernels are stacked to get the final output of that layer 3D Convolution Visualization Red and green boxes are two different featured maps obtained by convolving the same input with two different kernels. The feature maps are stacked. along the depth dimension as shown.
  • 14. 22-08-2021 14 • An RGB Image of size 32X32X3 • 10 Kernels of size 5x5x3 • Output featuremap of size 32x32x10 3 D Convolution- Visualization
  • 15. 22-08-2021 15 Nonlinearity • ReLU is an element wise operation (applied per pixel) and replaces all negative pixel values in the feature map by zero Source :Arden Dertat https://towardsdatascience.com/applied-deep-learning- part-4-convolutional-neural-networks-584bc134c1e2 CNN Architecture
  • 16. 22-08-2021 16 •Replaces the output of a node at certain locations with a summary statistic of nearby locations. • Spatial Pooling can be of different types: Max, Average, Sum etc. • Max Pooling report the maximum output within a rectangular neighborhood. • Pooling helps to make the output approximately invariant to small translation. • Pooling layers down sample each feature map independently, reducing the height and width, keeping the depth intact. • In pooling layer stride and window size needs to be specified Pooling Figure below is the result of max pooling using a 2x2 window and stride 2. Each color denotes a different window. Since both the window size and stride are 2, the windows are not overlapping 3 2 5 6 8 9 5 3 4 4 6 8 1 1 2 1 9 6 4 8 Max pool with 2x2 window with stride = 2 • Pooling reduces the height and the width of the feature map, but the depth remains unchanged as shown in figure
  • 22. Abstract •Lungs diseases are a major cause of death and disability in the world[4]. •A Computed Tomography (CT) scan used to find position of tumor and identified the level of cancer of the body. •CT scan of lung images was analyzed with the assistance of Optimal Deep Neural Network and Linear Discernment Analysis (LDA). •Features extracted from a CT images and then Dimensionality of feature is reduced using LDR to classify lung nodules as either malignant or benign. •Most of the individuals (age-32-48yr). Male: 78%, Female :22% •Results show that the proposed classifier gives the sensitivity of 96.2%, with accuracy of 94.56%. •16% of the individuals are diagnosed in the early stage when the sickness is generally treatable. •99.82% affected due to prolong smoking habit. 22-08-2021 22
  • 23. Lung cancer Symptoms, Causes & Diagnosis (WHO, 2011) •Prolong cough, which is usually dry and doesn’t bring up mucus •Weight loss, slowly (over month) •Actual cause unknown •Mycoplasma pneumonia may developed from bird proteins (such as from exotic birds, chickens or pigeons) •Grain dust from farming •Silica dust •Some drugs can be cause like bleomycin, amiodarone, rituximab •Genetics(2%) •Chest X-ray •CT Scan •High resolution CT scan •Lung function test •Lung biopsy 22-08-2021 23
  • 24. 22-08-2021 24 Limitation of existing classifiers •In existing techniques, the lung images were captured and subjected to segmentation specifically after which the SVM classifiers was applied and then the accuracies were measured[23]. •ANN could not predict the sort and shape or size of the tumor and it dealt with a number of pixels which is not valuable for the earlier detection of the cancer [17]. •NN particularly has profound networks with many hidden layers and capable of modelling complex structure. However, the training algorithm is again more complex[25].
  • 25. 22-08-2021 25 Experimental Setup Methodology Filtering and contrast enhancement phase Feature Extraction Histogram feature •Variance •Mean •Standard Deviation •Skewness •Kurtosis Texture Features •Energy •Entropy •Homogeneity •Contrast •Correlations Wavelet-based features Feature reduction: Linear Discriminate Analysis Classification of Lung CT Images •Deep belief network •Restricted Boltzmann Machine
  • 27. 22-08-2021 27 How Linear Discriminate Analysis work
  • 30. 22-08-2021 30 Database Description & Experimental results with validation •500 recorded lung cancer CT image dataset are used for detection purpose. •The CT scan images with 1.25mm slice thickness were attained by single breath(see Fig.4). •The location of nodules was recognized by the radiologist also provided in the dataset