Related Experiment Videos
A Hybrid Lung and Colon Histopathological Image Classification Framework Using MobileNetV3-Small Deep Features and
Muhammad Usama Naveed1, Sohail Jabbar2, Muhammad Munwar Iqbal1
1Department of Computer Science, University of Engineering and Technology, Taxila 47080, Pakistan.
Abstract:
Background/Objectives: Cancer remains one of the leading causes of mortality worldwide, with lung and colon cancers among the most prevalent. Conventional histopathological diagnosis is time-consuming, requires expert pathologists, and is susceptible to human error. Methods: To address these limitations, this study proposes an automated classification framework for lung and colon cancer using histopathological images. The proposed method employs a lightweight pretrained deep learning model, MobileNetV3-Small, through transfer learning. Training is performed on an enhanced version of the LC25000 dataset, in which redundant image patches are removed to improve robustness and clinical generalizability. The images were initially available in multiple resolutions, which are resized to 224 × 224 × 3 to match the canonical input size of MobileNetV3-Small. Deep features are extracted from the dropout layer as it provides regularized representation of high-level features by reducing the overfitting (dimension N × 1024), which are optimized using a differential evolution algorithm, reducing the feature space to N × 60. These optimized features are evaluated using multiple classifiers. Results: Experimental results demonstrate a maximum classification accuracy of 98.14% using a Quadratic Support Vector Machine (SVM) and a 21.3× speed-up achieved with bagged trees, outperforming several state-of-the-art approaches representing a 3.34% improvement over the baseline study on the enhanced dataset. Conclusions: The results confirm that the proposed framework effectively balances high accuracy with computational efficiency. The use of a lightweight deep model combined with feature optimization makes the approach well-suited for practical clinical environments.