Jul 2026· 2026 4th International Conference on Sustainable Computing and Smart Systems (ICSCSS)· pp. 1910-1916· 0 citations· 7 references
Abstract
One of the leading causes of cancer-related mortality worldwide is lung cancer. Improving patient survival requires early and precise diagnosis. Recent developments in deep learning make it possible to analyse histopathological lung pictures automatically. Because most deep learning models are opaque and considered black-box systems, their application in clinical practice is constrained. An explainable deep-learning framework for the categorisation of lung cancer is presented in this article. Gradient-weighted Class Activation Mapping (Grad-CAM) visualisation and a custom Convolutional Neural Network are also used. Three classes of histopathological lung tissue images: lung squamous cell carcinoma, lung adenocarcinoma, and normal tissue. Images are scaled to 224*224 pixels and preprocessed using data augmentation and normalisation techniques to enhance generalisation before training. With a test accuracy of 96.62%, the suggested Custom CNN is comparable to existing deep learning models like DenseNet121 (96.6%) and other CNN-based methods documented in earlier research. The suggested approach uses Grad-CAM to provide visual interpretability alongside classification performance.
Lung cancer is one of the deadliest malignancies, known for rapid growth and has high potential of spreading the original tumor cells to other cells of the body. According to GLOBOCAN 2020, there were 2.2 million new lung cancer cases and 1.8 million deaths, making up 18% of global cancer deaths. The American Lung Association (ALA) reports that only 25.8% of cases are detected early, with a 5-year survival rate. Early detection is crucial but remains difficult due to nonspecific symptoms and current imaging limitations. This study proposes a deep Convolutional Neural Network (CNN) approach to improve lung cancer detection by facilitating accurate, automated diagnosis of lung nodules in early stage cancer. We combine two advanced deep learning models, VGG16 and U-Net++, to enhance the classification of medical images. The approach leverages VGG16’s strengths in feature extraction and U-Net++’s robust multiscale processing to handle the diverse shapes and sizes of tumors in lung tissue. These models are ensembled to advance our capabilities in processing medical images. Features extracted from both models are concatenated to create a comprehensive and flexible representation of the input data. The feature set is flattened and then undergoes further processing using Dense layers, Batch Normalization, and Dropout layers to improve generalization and prevent overfitting. The final output layer classifies the images as ‘Benign,’ ‘Malignant,’ or ‘Normal.’ Extensive experiments on a lung image dataset demonstrate significant classification improvements over individual models. Performance evaluation using metrics such as accuracy, precision, recall, and F1-score shows higher results for the ensemble model. This study concludes that integrating VGG16 and U-Net + + into this CNN architecture can significantly enhance lung cancer detection performance by achieving a remarkable accuracy of 96% and provide a reliable tool for clinicians in early stage diagnosis and treatment monitoring. Our proposed brings improvement in accuracy, segmentation and feature extraction and thereby proves to be one among the top models available.
Sanjeevkumar B., Varun S. P., S. Babu et al.· Scientific Reports· 0 citations
This work represents an initial translational step toward real-world clinical implementation of AI-based lung nodule classification at Cheikh Zaid Hospital and highlights the feasibility of integrating AI tools into routine radiology workflows.
Abderrazzak Ajertil, Zineb Farahat, Abla Bouallou et al.· Frontiers in Radiology· 0 citations
Introduction: Lung cancer remains one of the leading causes of cancer-related mortality worldwide. Despite advances in diagnostic imaging, histopathological assessment continues to be the gold standard for accurate classification of lung cancer subtypes. However, manual interpretation of histopathological slides is time-consuming and susceptible to inter-observer variability, underscoring the need for efficient Computer-Aided Diagnostic (CAD) systems.
Aim: To develop a Convolutional Neural Network (CNN)- based model for automated classification of lung carcinoma histopathological images by integrating classical gradientbased edge detection techniques to enhance image quality and improve classification performance.
Materials and Methods: This retrospective analytical study was conducted in the ICMR-funded laboratory at Brainware University, Kolkata, West Bengal, India. The project commenced in February 2024 and is proposed to conclude in February 2027. To date, it has yielded a dataset of 11,580 histopathological images of lung tissue, categorised as Lung Adenocarcinoma (LUAD), Lung Squamous Cell Carcinoma (LSCC), and Non Malignant (BNM). The present work represents a split study and forms part of a larger ICMR-funded project spanning three years. This component focuses on LUAD, LSCC, and non-malignant lung tissue, thereby encompassing the two most common Non Small Cell Lung Cancer (NSCLC) subtypes (which together account for approximately 85% of lung cancers) along with a normal reference class. Edge enhancement was performed using Sobel and Scharr operators to emphasise structural boundaries. The processed images were used to train a custom-designed CNN architecture comprising three convolutional blocks, each followed by pooling layers, and fully connected layers for classification. The model was trained for 100 epochs with a batch size of 32 and evaluated using accuracy, precision, sensitivity, specificity, and F1-score as performance metrics.
Results: Sobel-based preprocessing yielded superior model performance compared with the Scharr method. The proposed CNN trained on Sobel-enhanced images achieved an overall classification accuracy of 93.55%, outperforming the 81.33% accuracy obtained with Scharr-based preprocessing. The Sobelenhanced model also demonstrated stronger generalisation, with AUC values of 0.98, 1.00, and 0.98 for the LUAD, BNM, and LSCC classes, respectively.
Conclusion: The integration of edge detection with CNN-based analysis effectively enhances the classification of lung cancer histopathological images. The Sobel operator notably improved model accuracy, precision, and generalisation, suggesting its potential suitability for highlighting morphological boundaries in tissue sections. Future work will extend this framework by exploring additional edge detection methods, implementing stain normalisation, and validating performance on external datasets to further optimise model robustness and clinical applicability.
Saurav Mali, Ankur Mukherjee, Biren Parikh et al.· Journal of Clinical and Diag...· 0 citations