International Research Journal of Engineering and Technology (IRJET) Volume: 12 Issue: 05 | May 2025 www.irjet.net
e-ISSN: 2395-0056 p-ISSN: 2395-0072
LUNG NODULE CLASSIFICATION AND DETECTION ON COMPUTED TOMOGRAPHY IMAGES USING CNN P.S. Mayura Veena1, L. Hymavathi2, A. Tarun Teja2, N. Jahnavi2, K. Sateesh2 1Assistant Professor, Department of ECE, Anil Neerukonda Institute of Technology and Sciences, Andhra Pradesh,
India
2UG student, Department of ECE, Anil Neerukonda Institute of Technology and Sciences, Andhra Pradesh, India
-------------------------------------------------------------------------***------------------------------------------------------------------------
Abstract—Lung cancer remains one of the deadliest
"Extreme Inception." It is based on the assumption that cross-channel correlations and spatial correlations in convolutional neural networks are completely separable. To this purpose, Xception substitutes standard convolutional layers with depthwise separable convolutions, which decompose a typical convolution into a depthwise spatial convolution followed by a pointwise (1×1) convolution. This structure drastically lowers the number of parameters and computational overhead while preserving or even improving the model's representational capabilities. This system trains the Xception model to classify slices of lung CT scans into four groups: normal, adenocarcinoma, large cell carcinoma, and squamous cell carcinoma. Xception is uniquely suited to identify the finegrained textural and structural patterns characteristic of various lung diseases due to its architectural depth and parameter efficiency. Furthermore, the model is refined on a carefully selected dataset using transfer learning techniques, which enables the system to have high diagnostic accuracy with improved generalization.[3]
cancers in the world, mostly because it is challenging to detect earlier. This project proposes an approach for detecting lung cancer in a hybrid manner involving both classification and object detection methods. The classification model utilises the Xception model to differentiate the cancer cells and has an accuracy of 94.4%. A YOLOv5 object detection framework is proposed to detect lung nodules in CT images. With training on the dataset, this model achieved 99% accuracy, showing its performance in detecting and bounding lung nodules with high accuracy. Keywords-convolutional neural networks, model, yolov5, lung CT scans, lung cancer
Xception
1.INTRODUCTION Lung cancer remains one of the most prevalent and fatal forms of cancer across the world, taking up a significant share of total cancer centers. Its early diagnosis plays a very vital role in improving patient survival rates; nevertheless, detection of lung nodules in their initial stages is particularly challenging due to their minimal size, contrast and intricate look in CT images. The classical diagnostic procedure on the basis of radiologists evaluating large volumes of thoracic CT scans manually is time-consuming, labour-intensive and susceptible to errors in diagnosis owing to fatigue and personal subjective interpretation. [1]
Parallel to this, the system incorporates an object detection model in real time with YOLOv5 (You Only Look Once v5), a highly successful architecture for fast and accurate object detection in a variety of applications. YOLOv5 operates on a full image in a single pass and generates bounding boxes and class predictions for objects that are detected. The suggested approach utilizes YOLOv5 for detection of lung nodules in CT scans and provides spatial context, together with visual interpretability to the classification outcome [4]. The model gets trained on the NCCD dataset available in Kaggle platform, with annotated CT scans appropriate for both detection and classification tasks.
Recent developments in AI have revolutionized the field of medical imaging by allowing for fully automated, highly accurate diagnostic tools. Of the many deep learning methods, Convolutional Neural Networks (CNNs) have proven to be at the state-of-the-art for image classification, segmentation and object detection tasks [2]. Building on these developments, this research introduces a dual-model framework to tackle two important facets of lung cancer diagnosis: the diagnosis of cancerous conditions and the localization of pulmonary nodules in CT scans. The first step of the proposed system is the implementation of a deep learning classification model using the Xception architecture. As an extension of the Inception architecture, François Chollet created the deep convolutional neural network called "Xception," or
© 2025, IRJET
|
Impact Factor value: 8.315
|
ISO 9001:2008 Certified Journal
|
Page 31