Deep Convolutional Neural Networks in Detecting Lung Mass From Chest X-Ray Images

Deep Convolutional Neural Networks in Detecting Lung Mass From Chest X-Ray Images

Arun Prasad Mohan
Copyright: © 2021 |Pages: 9
DOI: 10.4018/IJARB.2021010103
OnDemand:
(Individual Articles)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

There are more than one million cases of lung cancer per year in India alone. Early detection is vital in increasing the survival rate and decreasing treatment costs. This research is aimed at building a deep convolutional neural network which uses chest x-rays to identify lung mass, and then make a comparative study by tuning the hyperparameters. NIH Chest X-Ray Dataset containing more than 112,000 images were used for training and testing. The data was analysed and then fed to the neural network. Accuracy of over 96% was obtained in all the trials. A comparative study by varying the number of inputs and varying the number of hidden layers was carried out. The accuracies obtained were compared and was found that the accuracy increased with the increase in the number of hidden layers. A complete product was then ideated which when implemented would be a vital diagnostic tool and can be used in the remote locations of a country having just x-ray facilities and no other advanced medical equipment like CT.
Article Preview
Top

Introduction

Lung cancer affects more than one million people in India per year. A lot of research is being carried out to detect and cure cancer. Detecting a Lung cancer initially requires detecting a lung mass which may be benign or malignant. Detecting a lung mass from the chest X-Ray can be challenging at times and often advanced medical imaging techniques like Computed Tomography (CT) is preferred. But this is not always possible for people at remote locations as they may not have access to such sophisticated medical equipment and/or expert Radiologists may not be available. Hence detecting a lung mass from a simple chest X-Ray is necessary. Convolutional Neural Networks (CNN) are preferred for working on Images. A comparative study is carried out by designing a CNN, varying the number hidden layers and the number of input images. The Network is designed, trained and used for prediction on a simple CPU, neither GPUs (Graphics Processing Unit) nor TPUs (Tensor Processing Units) are used.

Figure 1.

Sample Chest X-Ray Image from the dataset used

IJARB.2021010103.f01

Lung Cancer

Lung cancer is the most common cause of cancer related deaths in men and second most common cause in women (Br & Ng, 2017). Lung Cancer is also called as Lung Carcinoma. It is a malignant Lung Tumor or Lung Mass which is characterized by uncontrolled cell growth in the tissues of lungs. A chest radiograph or chest X-Ray is one of the most cost effective and immediate medical imaging technique available and can be used as the first step in diagnosing Lung Cancer. A Chest Radiograph can be used to detect tumors in the lungs and then, advanced medical imaging techniques like CT and techniques like biopsy may be performed to know if the mass is malignant or benign and to know more about the type and extent of the disease in the victim.

Considering an image as a big matrix, a 'kernel' or convolutional matrix can be seen as a tiny matrix that is used for blurring, sharpening, edge detection, and other image processing functions. Essentially, a kernel sits on top of the big image and slides from left to right and up to down, applying a mathematical operation at each (x,y) coordinate in the original image. This operation is called Convolution and this can be used to extract features from the images and build very powerful deep learning systems. A Convolution operation has the following steps. Select a (x,y) coordinate from the original image, place the center of the kernel at this (x,y) coordinate. Then multiply each kernel value by the corresponding image pixel value and take the sum of all multiplication operations. Use the same (x,y) coordinate but this time store the kernel output in the same (x,y) location as the output image. Such a layer is called a convolutional layer. A Convolutional Neural Network is made up of many convolutional layers, pooling and fully connected layers. Convolutional Neural Networks are similar to ordinary Neural Networks but it is assumed that the inputs to CNNs are always images. The Maxpooling Layer, Dense Layer etc... are called non-convolutional layers in the convolutional neural network. The connectivity pattern between neurons resembles the organization of the animal visual cortex.

Complete Article List

Search this Journal:
Reset
Volume 13: 1 Issue (2024): Forthcoming, Available for Pre-Order
Volume 12: 2 Issues (2022): 1 Released, 1 Forthcoming
Volume 11: 2 Issues (2021)
Volume 10: 2 Issues (2020)
Volume 9: 2 Issues (2019)
View Complete Journal Contents Listing