Zeroth ReviewReport
Zeroth ReviewReport
Abstract:
Introduction:
Since Lung Cancer is a deadly disease around the world. Prognosis for
patients with this disease is poor with 5-year survival rate of less than 20%. Most
patients have poor prognosis because the diagnosis was made at an advanced
disease stage which leads to higher mortality rate. Patients diagnosed at an early
stage have significantly higher 5-year survival of over 70%. Lung cancer is
caused due to ……...Lung
Why DL:
Literature Survey:
[3] Adenocarcinoma ,
Squamous Cell
Carcinoma and
Small Cell Deep Convolutional Neural 70%
Carcinoma Network
Adenocarcinoma Vs 0.95
Squamous Cell Inception V3, Fully Trained
Carcinoma CNN
[2] has proposed a CNN model to classify each 300*300 pixels image from
H&E stained lung histopathological images as malignant or non-malignant. Here
the overall classification accuracy was 89.8%.
Proposed System:
Data Collection:
The images in the dataset are collected from the Original sample of
HIPAA complaint and validated sources.It contains 15,000 histopathological
images of 3 classes. These images are of 768*768 pixels in size and are in jpeg
file format.
Data Preprocessing:
Pre-processing methods regulate brightness and contrast variations in the image
and suppress noise. This provides ease of operation for classification algorithms that
are very sensitive to brightness and contrast fluctuations.
Color Normalization:
This task reduces the color and intensity variations present in the stained
images from different laboratories.Consequently, stain Normalization typically increases
the prediction accuracy of the CAD system. Also Normalization algorithms increase the
classification accuracy in the presence of poor quality of input images.
Color Decomposition:
Color appearance of digital histopathological images varies across
different specimen preparation, staining and scanning situations. It digitally separates
stains from color images. This variability may affect the diagnosis and decrease the
accuracy of CAD approaches.
CNN:
The preprocessed images are given to the Convolution Neural Network and the
features are extracted.
SVM:
The Features Extracted from the CNN are used to classify the Lung cancer type
by SVM.
//Conclusion:
We are going to propose a fully automated Deep Learning method to extract
features from the histopathological images and these features are used to classify the
images using SVM. And also possible to diagnose lung cancer types using Cytological
images.This can be done by applying data augmentation in the already existing dataset.