菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-21
📄 Abstract - Multi-cancer detection using a computationally efficient CNN with transfer learning

This study introduces a computationally efficient convolutional neural network (CNN) architecture enhanced with transfer learning for multi-cancer detection using biomedical images. The proposed lightweight CNN model is designed to reduce computational complexity while maintaining high classification performance, making it suitable for deployment in resource-constrained environments. We evaluate this approach on three distinct tumor datasets comprising brain magnetic resonance imaging (MRI) and lung and kidney computed tomography (CT) scans. The model achieves test accuracy of 90.85 +- 2.22%, 98.64 +- 2.43% and 99.92 +- 0.08% for brain, lung, and kidney cancer classification, respectively, using 5-fold stratified cross-validation (CV). Transfer learning is employed by pretraining the model on one cancer type and fine-tuning it on the others, requiring only 20 additional epochs to achieve performance comparable to models trained from scratch. The fine-tuning process involves updating the classification part of the CNN and requires approximately 0.014 seconds per image per epoch using an NVIDIA GeForce GTX 960. Comparative evaluations show that the proposed model outperforms several state-of-the-art pretrained architectures, such as Xception, VGG16, VGG19, MobileNetV2 and DenseNet121. Overall, the model's effectiveness is evaluated across three types of cancer with distinct morphological characteristics, assessing its performance on both MRI and CT imaging modalities and demonstrating robust performance across diverse tasks and data types. These findings underscore the potential of streamlined deep learning (DL) frameworks in accelerating cancer diagnosis without sacrificing accuracy, especially in settings with limited computational resources.

顶级标签: computer vision medical machine learning
详细标签: cnn transfer learning cancer detection biomedical images resource-constrained 或 搜索:

基于计算高效型卷积神经网络与迁移学习的多癌症检测 / Multi-cancer detection using a computationally efficient CNN with transfer learning


1️⃣ 一句话总结

本文设计了一种轻量化的卷积神经网络模型,结合迁移学习方法,在脑部、肺部和肾脏的医学影像(包括MRI和CT)上实现了高精度多癌症检测,同时大幅降低计算成本,使资源有限的医疗环境也能快速部署使用。

源自 arXiv: 2606.22400