REVIEW 5 major objections 6 minor 44 references
Classification based deep learning models for lung cancer and disease using medical images
T0 review · 5 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read The paper proposes ResNet+, a ResNet variant that inserts CBAM attention into bottleneck blocks and adopts ResNet-D downsampling, and reports that it outperforms ResNet50/101 on five public lung imaging datasets, with best results of…
desk verdict The paper's central empirical claim is invalidated by impossible metric combinations in Table II, despite some useful ablations and code. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central mechanism is the ResNet+ block: a ResNet bottleneck whose shortcut path uses ResNet-D's average-pooling-then-1-by-1-convolution downsampling, and whose feature map passes through a Convolutional Block Attention Module (CBAM) before being added to the shortcut. ResNet-D alters the stem and shortcut so that stride-2 downsampling does not discard feature information, while CBAM—channel attention built from squeeze-and-excitation on pooled features, then spatial attention built from a 7-by-7 convolution on concatenated channel-pooled maps—reweights features toward informative regions. The paper's claim is that these two additions together, rather than either one alone, produce the accuracy gains and the training-time savings.
What would settle it
Reproduce the LCC confusion matrix: the test set is balanced at 1,000 images per class, so an accuracy of 99.99% would mean essentially every one of the 5,000 images is correct and the macro F1 would sit near 99%, not at the reported 79.85%. Recomputing accuracy, precision, recall, and F1 from the same predictions—and checking that the 110 IQ-OTH/NCCD patients are split at the patient level—would settle whether the reported gains are real.
Extended reading notes
Core claim
The paper's central claim is that equipping ResNet50 and ResNet101 with ResNet-D's downsampling design and a CBAM attention module—the combination it calls ResNet+—improves classification accuracy across five public lung-cancer and lung-disease image datasets compared with the unmodified ResNet series. On the paper's reported numbers, the best variant reaches 98.14% accuracy and F1 on LC25000 histopathology images, 99.25% accuracy and 99.13% F1 on IQ-OTH/NCCD CT slices, and about two percentage points of accuracy gain on the five-class LCC set, with ResNet50+ also reducing training time on the two lung-cancer datasets relative to ResNet50. The paper further claims that ablations show CBAM and ResNet-D are complementary, and that the resulting model transfers to a CT-plus-pathology multimodal task and to skin-lesion classification.
Load-bearing premise
The load-bearing premise is that the reported test metrics are genuine, meaning they are computed from the same predictions and no images of the same patient appear in both the training and test sets; the LCC row of Table II, which pairs 99.99% accuracy with 79.85% F1 on a balanced test set, is not compatible with that premise.
Editorial extensions
If this is right
- Applying ResNet-D plus CBAM to an existing ResNet classifier could raise accuracy on other medical image tasks without changing the data pipeline or the parameter count much.
- The ablation results imply that attention alone or downsampling alone gives smaller gains, so future architecture search should treat the two modifications as a paired recipe.
- The reported training-time savings mean that on small CT and histopathology sets, retraining the improved model would be faster, making higher accuracy available at lower compute cost.
- Data augmentation for underrepresented classes appears sufficient to reach high accuracy on the imbalanced IQ-OTH/NCCD set, pointing to a reusable recipe for other small medical datasets.
- The multimodal CT-plus-pathology experiment suggests the same architecture can fuse different imaging modalities without a redesign.
Reading between the lines
- The paper does not report a patient-level split for IQ-OTH/NCCD; if the 99.25% accuracy persisted under such a split, that would be strong evidence of generalization, whereas image-level splits can overstate performance on CT slices from the same patient.
- The computational-cost claim is tied to one GPU and to the time until the best validation model; a fairer extension would report FLOPs or energy across hardware, since the ChestXray and large CT results do not show consistent savings.
- A direct recomputation of all metrics from one confusion matrix for the LCC test set would settle the paper's central uncertainty: either accuracy and F1 reconcile, or a reporting error hides the true comparison.
- Because CBAM is a generic attention module, the same architecture could be tested on other imbalanced pathology datasets; a reasonable extension is to compare training-from-scratch against fine-tuning pre-trained weights.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes ResNet+, a modification of ResNet50 and ResNet101 that combines ResNet-D downsampling changes with Convolutional Block Attention Modules (CBAM), and evaluates it on five public lung image datasets: LC25000, IQ-OTH/NCCD, LCC, ChestXray, and COVIDx-CT. The authors report high test accuracies (e.g., 98.14% on LC25000, 99.25% on IQ-OTH/NCCD), claim reduced computational cost relative to the original ResNet series, present ablations of CBAM and ResNet-D components, and describe a 'multimodal' experiment that pools LC25000 and IQ-OTH/NCCD images. Public code is linked in the abstract.
Significance. If the reported results were valid, the paper would provide a simple architectural recipe—ResNet-D plus CBAM—that improves multiclass lung-image classification across several public datasets and lowers training time on some of them. The paper includes useful components: publicly available code, multiple public datasets, and a systematic ablation of CBAM and ResNet-D. However, the empirical foundation contains internally inconsistent metrics and a probable data-splitting problem, so the significance of the contribution cannot be assessed until those issues are resolved. There is no circularity in the central claim, since the results are external benchmark comparisons rather than derivations from the data.
major comments (5)
- [Table II, Section III-A] The LCC ResNet50+ row reports ACC=99.99%, PRE=81.85%, REC=84.58%, F1=79.85% on a test set that Section III-A states is balanced with 5 classes x 1000 images. An accuracy of 99.99% would require 4999.5 correct predictions out of 5000, which is impossible; if rounded from 4999/5000 the value would be 99.98%, not 99.99%. Moreover, with at most one misclassification, macro precision, recall, and F1 would all be near 99.98%, not the 80% range. The same PRE/REC/F1 values are then repeated exactly in the COVIDxCT rows of Table II (e.g., ResNet50+ and ResNet101+), despite COVIDxCT having a differently sized, imbalanced three-class test set. These internal inconsistencies invalidate the LCC and COVIDxCT performance claims in Section IV-B.
- [Section III-A (IQ-OTH/NCCD)] The IQ-OTH/NCCD dataset is described as CT slices derived from 110 patients, yet the paper reports using 1336 images split into 1070/133/133 without any patient-level split. Since a patient can contribute multiple slices, an image-level random split very likely places slices of the same patient in both training and test sets, causing patient-identity leakage and inflating the 99.25% accuracy highlighted in the abstract. The authors need to specify how the split was performed at the patient level, or demonstrate that no patient appears in both sets; without this, the IQ-OTH/NCCD result is not interpretable.
- [Abstract, Section IV-B, Tables III-IV] The abstract's unqualified claim that ResNet+ 'saved computational cost compared to the original ResNet series' is contradicted by the paper's own measurements. Table IV shows that ResNet50+ and ResNet101+ have higher per-sample inference latency than the corresponding baselines on every dataset (e.g., 7.63±0.92 ms vs 6.52±0.78 ms on IQ-OTH/NCCD; 11.85±1.54 ms vs 11.07±1.33 ms on LC25000). Table III also shows greater training time for ChestXray (154.16 vs 147.39 min for ResNet50+ vs ResNet50). The cost savings appear only for some training runs on lung-cancer datasets, so the claim should be restricted to that setting or removed from the abstract.
- [Section IV-B (Multi-modality data, Table VI)] The experiment described as 'multimodal' simply pools LC25000 histopathology images and IQ-OTH/NCCD CT images into one training set. No modality encoding, separate branch, modality-conditional mechanism, or modality label is provided, so a single CNN trained on the combined images cannot exploit the fact that the inputs come from different modalities. This does not support the paper's stated contribution of combining different modalities; it is at best a multi-dataset pooling experiment. The claim needs to be substantially reframed or tested with an architecture that actually models modality identity.
- [Abstract, Section V] The abstract's statement that 'The proposed model outperformed the baseline models on publicly available datasets' is not supported by the data presented. In Table II, ResNet50+ has lower accuracy than ResNet50 on COVIDxCT (78.45% vs 80.58%), and in Table VIII ResNet50+ has lower accuracy than ResNet50 on ISIC2018 (67.98% vs 68.12%). Section V itself acknowledges that ResNet50+ performed worse than its standard model on a large dataset. The conclusions should be qualified to state which datasets and metrics support the claimed improvement.
minor comments (6)
- [Eq. (6)] The F1-score formula is written as '2 × TP / 2 × FP + FN', which omits TP in the denominator; the correct expression is 2*TP / (2*TP + FP + FN).
- [Section III-A, Table I, Abstract] The ChestXray dataset size is inconsistent: Section III-A says 5863 images, while Table I sums to 5216+16+624=5856 and the abstract reports n=5856. Please unify these counts.
- [Section IV-B] The text says the ResNet+ models give '~4% improvements' in ACC on ChestXray, but the differences in Table II are about 3.0 percentage points (87.98 vs 84.94 and 83.01 vs 79.97), not 4%.
- [Throughout] The dataset name is written inconsistently as IQ-OTHNCDD, IQ-OTH/NCCD, and IQ-OCTNCCD; please choose one spelling and use it consistently.
- [Figure 4 caption] The caption says 'Scc' stands for 'small cell lung cancer' in the LC25000 confusion matrix, but in the paper 'Scc' denotes squamous cell carcinoma; please correct the caption.
- [Section IV-A] The training description gives a batch size, optimizer, EMA decay, and 200 epochs, but no random seeds or exact data-split procedure are reported; adding this information would improve reproducibility beyond the public code link.
Circularity Check
No significant circularity: ResNet+ is an empirical combination of externally published components benchmarked on public datasets; self-citations are discussion-level and not load-bearing.
full rationale
The paper's central claim is an empirical performance comparison: ResNet+ is constructed by combining two externally published techniques, ResNet-D [13] and CBAM [14], and then evaluated on five public datasets with reported held-out test metrics. There is no derivation chain in which an output quantity is defined in terms of the quantity it is said to predict, and no fitted parameter is renamed as a prediction. The architecture improvements are adopted from independent prior work, not from a self-citation chain that forces the conclusion. The only self-citations are references [43] and [44] in the discussion, where federated learning and explainable AI are mentioned as future directions; these are not used to justify the accuracy, F1, or computational-cost claims. The serious problems in the paper, such as the internally impossible accuracy/precision/recall/F1 combinations in Table II and the reuse of exact metric values across LCC and COVIDxCT rows, undermine the reliability of the reported numbers, but they are evidence of incorrect or inconsistent evaluation rather than circular reasoning. Because the empirical claims are compared against external benchmarks and the model is not derived from its own outputs, no circular step can be exhibited.
Assumptions & free parameters
free parameters (1)
- Initial learning rate =
0.01
assumptions (3)
- domain assumption Public dataset labels and train/test splits are correct and representative of lung cancer and disease populations.
- domain assumption No patient overlap between training and test splits.
- ad hoc to paper The combined 'multimodal' dataset can be treated as a single image domain without modality encoding.
Cite this review
Pith. "Pith review of Classification based deep learning models for lung cancer and disease using medical images." pith.science (2026). https://pith.science/paper/QY6YYVCH
@misc{pith2026250701279,
author = {Pith},
title = {Pith review of: Classification based deep learning models for lung cancer and disease using medical images},
year = {2026},
howpublished = {\url{https://pith.science/paper/QY6YYVCH}},
note = {Machine review of arXiv:2507.01279}
}
abstract
The use of deep learning (DL) in medical image analysis has significantly improved the ability to predict lung cancer. In this study, we introduce a novel deep convolutional neural network (CNN) model, named ResNet+, which is based on the established ResNet framework. This model is specifically designed to improve the prediction of lung cancer and diseases using the images. To address the challenge of missing feature information that occurs during the downsampling process in CNNs, we integrate the ResNet-D module, a variant designed to enhance feature extraction capabilities by modifying the downsampling layers, into the traditional ResNet model. Furthermore, a convolutional attention module was incorporated into the bottleneck layers to enhance model generalization by allowing the network to focus on relevant regions of the input images. We evaluated the proposed model using five public datasets, comprising lung cancer (LC2500 $n$=3183, IQ-OTH/NCCD $n$=1336, and LCC $n$=25000 images) and lung disease (ChestXray $n$=5856, and COVIDx-CT $n$=425024 images). To address class imbalance, we used data augmentation techniques to artificially increase the representation of underrepresented classes in the training dataset. The experimental results show that ResNet+ model demonstrated remarkable accuracy/F1, reaching 98.14/98.14\% on the LC25000 dataset and 99.25/99.13\% on the IQ-OTH/NCCD dataset. Furthermore, the ResNet+ model saved computational cost compared to the original ResNet series in predicting lung cancer images. The proposed model outperformed the baseline models on publicly available datasets, achieving better performance metrics. Our codes are publicly available at https://github.com/AIPMLab/Graduation-2024/tree/main/Peng.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
Krishna Chaitanya Thandra, Adam Barsouk, Kalyan Saginala, John Sukumar Aluru, and Alexander Barsouk. Epidemiology of lung cancer. Contemporary Oncology/Wsp ´ołczesna Onkologia, 25(1):45–52, 2021
work page 2021
-
[2]
Jinlei Qi, Menglong Li, Lijun Wang, Yifei Hu, Wei Liu, Zheng Long, Zifang Zhou, Peng Yin, and Maigeng Zhou. National and subnational trends in cancer burden in china, 2005–20: An analysis of national mortality surveillance data. The Lancet Public health , 8(12):e943–e955, 2023
work page 2005
-
[3]
Qiong Wu, Jun Wang, Zongqiong Sun, Lei Xiao, Wenhao Ying, and Jun Shi. Immunotherapy efficacy prediction for non-small cell lung cancer using multi-view adaptive weighted graph convolutional networks. IEEE Journal of Biomedical and Health Informatics, 27(11):5564–5575, 2023. 9
work page 2023
-
[4]
Machine learning-based prediction of covid-19 diagnosis based on symptoms
Yazeed Zoabi, Shira Deri-Rozov, and Noam Shomron. Machine learning-based prediction of covid-19 diagnosis based on symptoms. npj digital medicine , 4(1):1–5, 2021
work page 2021
-
[5]
A novel hybrid deep learning method for early detection of lung cancer using neural networks
Shalini Wankhade and S Vigneshwari. A novel hybrid deep learning method for early detection of lung cancer using neural networks. Healthcare Analytics, 3:100195, 2023
work page 2023
-
[6]
Kai Liu, Haijun Chen, Jiajuan Ren, Mengzhe Xu, Xuxiao Luo, Jiabin Jia, and Jiafeng Yao. A high-resolution image reconstruction method of lung nodules with b-spline-based whale optimization algorithm (b-woa) for electrical impedance tomography. IEEE Transactions on Instrumentation and Measurement, 73:1–8, 2024
work page 2024
-
[7]
Experimental detection of early-stage lung and skin tumors based on super wideband imaging
Wasan Alamro, Boon-Chong Seet, Lulu Wang, and Prabakar Parthiban. Experimental detection of early-stage lung and skin tumors based on super wideband imaging. IEEE Journal of Electromagnetics, RF and Microwaves in Medicine and Biology , 8(2):182–189, 2024
work page 2024
-
[8]
Autoencoder-based multimodal prediction of non-small cell lung cancer survival
Jacob G Ellen, Etai Jacob, Nikos Nikolaou, and Natasha Markuzon. Autoencoder-based multimodal prediction of non-small cell lung cancer survival. Scientific Reports, 13(1):15761, 2023
work page 2023
Show all 44 references
-
[9]
A novel high-dimensional kernel joint non-negative matrix factorization with multimodal information for lung cancer study
Yuhu Shi, Zhibin Jin, Jin Deng, Weiming Zeng, and Lili Zhou. A novel high-dimensional kernel joint non-negative matrix factorization with multimodal information for lung cancer study. IEEE Journal of Biomedical and Health Informatics , 28(2):976–987, 2024
2024
-
[10]
Segmentation of lung cancer- caused metastatic lesions in bone scan images using self-defined model with deep supervision
Yongchun Cao, Liangxia Liu, Xiaoyan Chen, Zhengxing Man, Qiang Lin, Xianwu Zeng, and Xiaodi Huang. Segmentation of lung cancer- caused metastatic lesions in bone scan images using self-defined model with deep supervision. Biomedical Signal Processing and Control , 79:104068, 2023
2023
-
[11]
Artificial intelligence: A critical review of applications for lung nodule and lung cancer
Constance de Margerie-Mellon and Guillaume Chassagnon. Artificial intelligence: A critical review of applications for lung nodule and lung cancer. Diagnostic and Interventional Imaging , 104(1):11–17, 2023
2023
-
[12]
The value of artificial intelligence in the diagnosis of lung cancer: A systematic review and meta-analysis
Mingsi Liu, Jinghui Wu, Nian Wang, Xianqin Zhang, Yujiao Bai, Jinlin Guo, Lin Zhang, Shulin Liu, and Ke Tao. The value of artificial intelligence in the diagnosis of lung cancer: A systematic review and meta-analysis. PLoS One, 18(3):e0273445, 2023
2023
-
[13]
Bag of tricks for image classification with convolutional neural networks
Tong He, Zhi Zhang, Hang Zhang, Zhongyue Zhang, Junyuan Xie, and Mu Li. Bag of tricks for image classification with convolutional neural networks. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages 558–567, 2019
2019
-
[14]
Cbam: Convolutional block attention module
Sanghyun Woo, Jongchan Park, Joon-Young Lee, and In So Kweon. Cbam: Convolutional block attention module. In Proceedings of the European conference on computer vision (ECCV) , pages 3–19, 2018
2018
-
[15]
Lung cancer disease prediction with ct scan and histopathological images feature analysis using deep learning techniques
Vani Rajasekar, MP Vaishnnave, S Premkumar, Velliangiri Sarvesh- waran, and V Rangaraaj. Lung cancer disease prediction with ct scan and histopathological images feature analysis using deep learning techniques. Results in Engineering , 18:101111, 2023
2023
-
[16]
Analysis of lung cancer by using deep neural network
Sourav Shandilya and Soumya Ranjan Nayak. Analysis of lung cancer by using deep neural network. In Innovation in Electrical Power Engineering, Communication, and Computing Technology: Proceedings of Second IEPCCT 2021 , pages 427–436. Springer, 2022
2021
-
[17]
Lung cancer histopatho- logical image classification using wavelets and alexnet
Prabira Kumar Sethy, A Geetha Devi, Bikash Padhan, Santi Kumari Behera, Surampudi Sreedhar, and Kalyan Das. Lung cancer histopatho- logical image classification using wavelets and alexnet. Journal of X-Ray Science and Technology, 31(1):211–221, 2023
2023
-
[18]
Lung cancer detection using modified alexnet architecture and support vector machine
Iftikhar Naseer, Tehreem Masood, Sheeraz Akram, Arfan Jaffar, Muham- mad Rashid, and Muhammad Amjad Iqbal. Lung cancer detection using modified alexnet architecture and support vector machine. Computers, Materials & Continua , 74(1), 2023
2023
-
[19]
Lung cancer detection from ct scans using modified densenet with feature selection methods and ml classifiers
Madhusudan G Lanjewar, Kamini G Panchbhai, and Panem Charanarur. Lung cancer detection from ct scans using modified densenet with feature selection methods and ml classifiers. Expert Systems with Applications, 224:119961, 2023
2023
-
[20]
Optimal lung cancer detection based on cnn optimized and improved snake optimization algorithm
Chaohua Yan and Navid Razmjooy. Optimal lung cancer detection based on cnn optimized and improved snake optimization algorithm. Biomedical Signal Processing and Control , 86:105319, 2023
2023
-
[21]
Lcdctcnn: Lung cancer diagnosis of ct scan images using cnn based model
Muntasir Mamun, Md Ishtyaq Mahmud, Mahabuba Meherin, and Ahmed Abdelgawad. Lcdctcnn: Lung cancer diagnosis of ct scan images using cnn based model. In 2023 10th International Conference on Signal Processing and Integrated Networks (SPIN) , pages 205–212, 2023
2023
-
[22]
Deep learning ensemble 2d cnn approach towards the detection of lung cancer
Asghar Ali Shah, Hafiz Abid Mahmood Malik, AbdulHafeez Muham- mad, Abdullah Alourani, and Zaeem Arif Butt. Deep learning ensemble 2d cnn approach towards the detection of lung cancer. Scientific reports, 13(1):2987, 2023
2023
-
[23]
A deep learning architecture for multi-class lung diseases classification using chest x-ray (cxr) images
Goram Mufarah M Alshmrani, Qiang Ni, Richard Jiang, Haris Pervaiz, and Nada M Elshennawy. A deep learning architecture for multi-class lung diseases classification using chest x-ray (cxr) images. Alexandria Engineering Journal, 64:923–935, 2023
2023
-
[24]
Breath analysis system with convolutional neural network (cnn) for early detection of lung cancer
Byeongju Lee, Junyeong Lee, Jin-Oh Lee, Yoohwa Hwang, Hyung-Keun Bahn, Inkyu Park, Sanghoon Jheon, and Dae-Sik Lee. Breath analysis system with convolutional neural network (cnn) for early detection of lung cancer. Sensors and Actuators B: Chemical , page 135578, 2024
2024
-
[25]
A hybrid cnn- rnn approach for survival analysis in a lung cancer screening study
Yaozhi Lu, Shahab Aslani, An Zhao, Ahmed Shahin, David Barber, Mark Emberton, Daniel C Alexander, and Joseph Jacob. A hybrid cnn- rnn approach for survival analysis in a lung cancer screening study. Heliyon, 9(8), 2023
2023
-
[26]
Lc25000 lung and colon histopathological image dataset
Andrew A Borkowski, Marilyn M Bui, L Brannon Thomas, Catherine P Wilson, Lauren A DeLand, and Stephen M Mastorides. Lc25000 lung and colon histopathological image dataset. arXiv, 2021
2021
-
[27]
The IQ-OTHNCCD Lung Cancer Dataset, 2021
Hamdalla Alyasriy and Muayed AL-Huseiny. The IQ-OTHNCCD Lung Cancer Dataset, 2021
2021
-
[28]
Lung and colon cancer histopathological image dataset (lc25000)
Andrew A Borkowski, Marilyn M Bui, L Brannon Thomas, Catherine P Wilson, Lauren A DeLand, and Stephen M Mastorides. Lung and colon cancer histopathological image dataset (lc25000). arXiv preprint arXiv:1912.12142, 2019
1912 arXiv
-
[29]
Identifying medical diagnoses and treatable diseases by image-based deep learning
Daniel S Kermany, Michael Goldbaum, Wenjia Cai, Carolina CS Valen- tim, Huiying Liang, Sally L Baxter, Alex McKeown, Ge Yang, Xiaokang Wu, Fangbing Yan, et al. Identifying medical diagnoses and treatable diseases by image-based deep learning. cell, 172(5):1122–1131, 2018
2018
-
[30]
Covidnet-ct: A tailored deep convolutional neural network design for detection of covid- 19 cases from chest ct images
Hayden Gunraj, Linda Wang, and Alexander Wong. Covidnet-ct: A tailored deep convolutional neural network design for detection of covid- 19 cases from chest ct images. Frontiers in medicine, 7:608525, 2020
2020
-
[31]
Squeeze-and-excitation networks
Jie Hu, Li Shen, and Gang Sun. Squeeze-and-excitation networks. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 7132–7141, 2018
2018
-
[32]
Rethinking the inception architecture for computer vision
Christian Szegedy, Vincent Vanhoucke, Sergey Ioffe, Jon Shlens, and Zbigniew Wojna. Rethinking the inception architecture for computer vision. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 2818–2826, 2016
2016
-
[33]
Exponen- tial moving average of weights in deep learning: Dynamics and benefits
Daniel Morales-Brotons, Thijs V ogels, and Hadrien Hendrikx. Exponen- tial moving average of weights in deep learning: Dynamics and benefits. Transactions on Machine Learning Research , 2024
2024
-
[34]
Sgdr: Stochastic gradient descent with warm restarts
Ilya Loshchilov and Frank Hutter. Sgdr: Stochastic gradient descent with warm restarts. arXiv preprint arXiv:1608.03983 , 2016
2016 arXiv
-
[35]
Decision curve analysis
Mark Fitzgerald, Benjamin R Saville, and Roger J Lewis. Decision curve analysis. Jama, 313(4):409–410, 2015
2015
-
[36]
Relation ex- plore convolutional block attention module for skin lesion classification
Qichen Su, Haza Nuzly Abdull Hamed, and Dazhuo Zhou. Relation ex- plore convolutional block attention module for skin lesion classification. International Journal of Imaging Systems and Technology, 35(1):e70002, 2025
2025
-
[37]
The ham10000 dataset, a large collection of multi-source dermatoscopic images of common pigmented skin lesions
Philipp Tschandl, Cliff Rosendahl, and Harald Kittler. The ham10000 dataset, a large collection of multi-source dermatoscopic images of common pigmented skin lesions. Scientific data, 5(1):1–9, 2018
2018
-
[38]
Skin lesion analysis toward melanoma detection 2018: A challenge hosted by the international skin imaging collaboration (isic)
Noel Codella, Veronica Rotemberg, Philipp Tschandl, M Emre Celebi, Stephen Dusza, David Gutman, Brian Helba, Aadi Kalloo, Konstantinos Liopyris, Michael Marchetti, et al. Skin lesion analysis toward melanoma detection 2018: A challenge hosted by the international skin imaging ...
2018 arXiv
-
[39]
Crorelu: Cross-crossing space-based visual activation function for lung cancer pathology image recognition
Yunpeng Liu, Haoran Wang, Kaiwen Song, Mingyang Sun, Yanbin Shao, Songfeng Xue, Liyuan Li, Yuguang Li, Hongqiao Cai, Yan Jiao, et al. Crorelu: Cross-crossing space-based visual activation function for lung cancer pathology image recognition. Cancers, 14(21):5181, 2022
2022
-
[40]
Transformer-based semantic segmentation and cnn network for detection of histopathological lung cancer
Lareib Fatima Talib, Javaria Amin, Muhammad Sharif, and Mudassar Raza. Transformer-based semantic segmentation and cnn network for detection of histopathological lung cancer. Biomedical Signal Processing and Control, 92:106106, 2024
2024
-
[41]
Lung- effnet: Lung cancer classification using efficientnet from ct-scan images
Rehan Raza, Fatima Zulfiqar, Muhammad Owais Khan, Muhammad Arif, Atif Alvi, Muhammad Aksam Iftikhar, and Tanvir Alam. Lung- effnet: Lung cancer classification using efficientnet from ct-scan images. Engineering Applications of Artificial Intelligence , 126:106902, 2023
2023
-
[42]
Binary count ratio for lung cancer classification in computerized tomography scan images
Sittisak Saechueng and Ungsumalee Suttapakti. Binary count ratio for lung cancer classification in computerized tomography scan images. In 2024 International Conference on Artificial Intelligence in Information and Communication (ICAIIC) , pages 070–074, 2024
2024
-
[43]
Federated learning for healthcare applications
Ahmad Chaddad, Yihang Wu, and Christian Desrosiers. Federated learning for healthcare applications. IEEE Internet of Things Journal , 11(5):7339–7358, 2024
2024
-
[44]
Generalizable and explainable deep learning for medical image comput- ing: An overview
Ahmad Chaddad, Yan Hu, Yihang Wu, Binbin Wen, and Reem Kateb. Generalizable and explainable deep learning for medical image comput- ing: An overview. Current Opinion in Biomedical Engineering , page 100567, 2024
2024
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.