REVIEW 5 major objections 6 minor 36 references
Fast-staged CNN Model for Accurate pulmonary diseases and Lung cancer detection
T0 review · 5 major / 6 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read A two-stage CNN pipeline reads chest X-rays for eight lung pathologies, reporting an average AUC of 0.888.
desk verdict The paper's headline AUC of 0.888 is actually a mean average precision from Table II, so the main comparison to prior ROC AUCs is invalid; the two-stage pipeline is reasonable but the evidence as reported does not support the claims. 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 load-bearing mechanism is the two-stage pipeline itself. Stage one uses an EfficientNetB0 feature extractor with a two-output head to triage each image as normal or abnormal, trained with contrast-limited adaptive histogram equalization and a weighted cross-entropy loss that balances class frequencies. Stage two uses an EfficientNetB1 backbone with a transfer-learning block—zero-padding, a convolutional layer, global average pooling, conditional dropout, and a dense layer—that outputs probabilities for the eight pathology classes. Only images flagged abnormal in stage one pass to stage two, and the final Grad-CAM maps localize the region supporting each prediction.
What would settle it
Testing the eight-class model on chest X-rays collected from a hospital system and patient population entirely absent from the three training datasets, and comparing the Nodule/Mass AUC to the reported 0.835, would settle the generalization claim; a large drop would indicate the numbers depend on the specific public collections used.
Extended reading notes
Core claim
The paper's central claim is that a staged CNN design—an EfficientNetB0 triage model followed by an EfficientNetB1 eight-class classifier—outperforms earlier single-stage models on multi-pathology chest X-ray classification. On a test split drawn from three merged public collections, the pipeline achieves an average AUC of 0.888 for Atelectasis, Cardiomegaly, Consolidation, Nodule/Mass, Pleural thickening, Pneumothorax, Pulmonary fibrosis, and Pneumonia, with Nodule/Mass reaching an AUC of 0.835, sensitivity of 0.713, and specificity of 0.776. The authors argue that the geographic diversity of the training data supports generalization and that the two-stage design reduces the chance of skipping an abnormality, because the triage stage catches abnormal exams even when the fine-grained classifier is uncertain.
Load-bearing premise
The reported accuracy assumes the randomly held-out 10 percent test split is independent of the training images, so the AUC and sensitivity would transfer to new patients rather than reflecting artifacts shared within the same public datasets.
Editorial extensions
If this is right
- A triage stage that clears clearly normal exams could reduce radiologist workload while routing abnormal exams to detailed classification.
- The Nodule/Mass class with AUC 0.835 could be used as a screening prompt for lung-cancer follow-up, although the 0.713 sensitivity leaves many nodules undetected.
- The weighted-loss and transfer-learning recipe could be reused for other imbalanced medical image tasks with few positive examples per class.
- Grad-CAM localization gives clinicians a visual region of interest that supports or challenges the prediction, which is useful in a second-reader workflow.
- Because the pipeline separates triage from fine classification, an exam is still flagged abnormal even when the eight-class head is wrong, reducing the chance of a missed finding.
Reading between the lines
- The paper calls a held-out split of the same merged datasets "external validation"; a stricter test on images from an unseen hospital is needed to confirm the claimed generalization.
- The average AUC comparison against the two baselines is not apples-to-apples because the class set, data sources, and label noise differ; a common test split would be required to establish the improvement.
- The two-stage cascade suggests a natural extension to urgency scoring, using the triage probability as a confidence rank for reporting queues.
- Because sensitivity is the bottleneck for nodule detection, adding more nodule-positive cases and tuning the loss toward recall, as the authors propose, is a direct testable route to raise the 0.713 figure.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a two-stage deep-learning pipeline for chest X-ray analysis: an EfficientNetB0 triage model separating normal from abnormal images, followed by an EfficientNetB1 model that classifies eight pulmonary pathology classes, with Nodule/Mass treated as a single class. The model is trained on a merged dataset drawn from ChestX-ray14, an OCT/Chest-X-ray set, and VinDr-CXR. The authors report a top accuracy of 77%, sensitivity 0.713, specificity 0.776, and an AUC of 0.888 for nodule classification during what they call external validation, and they claim improvements over prior work by Wang et al. and Baltruschat et al. on the basis of a per-class comparison table.
Significance. If the reported metrics were correctly computed and the comparison were like-for-like, a two-stage triage-plus-diagnosis system with an EfficientNet backbone trained on a geographically diverse dataset could be a practically useful second-opinion tool, particularly because the paper demonstrates an interpretability component via Grad-CAM. The dataset combination and the explicit focus on Nodule/Mass detection are also relevant to lung-cancer screening. However, the significance is heavily contingent on the validity of the headline numbers, and my reading indicates that several of those numbers are mislabeled or compared against incompatible quantities. The paper does not ship code, and the experimental protocol is described too loosely to reproduce the results, so the significance is currently not established.
major comments (5)
- [IV.B, Tables II and III] The comparison in Table III is invalid because the 'Proposed' column contains mean average precision values (mAP@0.5) from Table II, not ROC AUC values. Averaging the eight mAP@0.5 entries in Table II gives 0.888125, exactly the 'Average' listed in Table III, while the two cited baselines report ROC AUC. The abstract's claim of 'an AUC score of 0.888' is therefore a statement about mean average precision, not area under the receiver operating characteristic curve, and the conclusion that the model 'brought improvements compared to others' work' is unsupported by the evidence as presented.
- [Abstract and IV.B] The headline metrics in the abstract and conclusion are mislabeled. 'Accuracy 77%, sensitivity 0.713, specificity 0.776' match the Nodule/Mass row of Table II, where P=0.771, R=0.713, and F1-score=0.776. In other words, precision, recall, and F1-score are reported as accuracy, sensitivity, and specificity. These are distinct quantities, and the error affects the paper's central performance statement.
- [III.C and IV.A] The claim of 'external validation' is not supported by the methods. Section III.C describes only a random 70/20/10 split of the merged datasets for the eight-class model, and Section IV.A's reference to a '3000 external test set' appears to be the internal test split rather than an independent dataset acquired from a different source. No external hospital or separate publicly available test set is introduced anywhere in the paper. The generalization claim in the abstract and conclusion therefore rests on an evaluation protocol that is not described or performed.
- [III.C] The statement 'To reduce the classes dimension, a PCA was applied' is underspecified and problematic for a multi-label classification target. The paper does not state how many principal components were kept, how PCA was applied to labels (rather than features), or how the reduced representation was mapped to the eight pathology classes used by the second model. Without this information the preprocessing step is not reproducible, and it is unclear whether the class definitions used for training are the same as those used for evaluation.
- [III.D and IV.A] The paper does not specify whether the eight-class model is trained as a multi-label classifier or a single-label classifier. ChestX-ray14 images frequently contain multiple pathologies, and the model's final layer has eight output nodes, but there is no mention of a sigmoid versus softmax activation, a multi-label loss, or how images with multiple labels were handled in the merged dataset. This matters because the reported per-class precision, recall, and mAP values are ambiguous without this information, and the comparison to multi-label baselines is affected.
minor comments (6)
- [IV.A and Table I] The text states the triage model achieved '94% during training/validation and 93% on 3000 external test set', but Table I reports accuracy 0.937333; these numbers should be reconciled and the provenance of the 3000-image set clarified.
- [III.B and III.C] There are several typographical inconsistencies, including 'DCIOM' instead of DICOM, 'across-entropy loss' instead of cross-entropy loss, 'positive wight' and 'negative eight' instead of 'positive weight' and 'negative weight', and 'Condi-tional Dropout' instead of 'Conditional Dropout'.
- [Table III] The reference label for Wang et al. is inconsistent: the table cites '[23]' while the text and reference list use '[32]'; this should be corrected.
- [IV.B] The sentence 'the mass and Nodule, the had proven its efficiency to detect lung nodule/mass w' is incomplete and should be rewritten.
- [III.D] The hyperparameter description is incomplete: the learning rate is given as '0.1e-2' and the reduced value as '0.01e-3', which are redundant notations, and the dropout rates are not precisely specified; exact values would improve reproducibility.
- [General] Several figure and table references are out of order or mismatched (for example, the EfficientNet baseline is called 'table 1' in Section III.D, while Table I in the results is the triage model table); a full pass to align numbering is needed.
Circularity Check
No circular derivation: the paper reports an empirical benchmark, and its metric-labeling inconsistencies are not circularity.
full rationale
This paper does not attempt a derivation from first principles; the central claim is an empirical benchmark on a held-out split of merged public chest X-ray datasets. No model parameter or reported metric is fitted to the test set: Section III.C describes a fixed 70/20/10 split, and the reported per-class metrics in Table II are computed from the trained models on the held-out 10%. The self-citations in the related-work section are illustrative examples and do not carry the argument. The principal quantitative claim, the average 0.888 in Table III, is on inspection the mean of the mAP@0.5 column in Table II rather than a ROC AUC, so the comparison with Wang et al. and Baltruschat et al. is apples-to-oranges; however, that is an evaluation-metric labeling problem, not circularity, because the value is not derived from the cited baselines. Similarly, the abstract's phrase 'external validation' is not supported by the random split described in Section III.C, but overclaimed generalization is not a circular derivation. No load-bearing step reduces to its own input, no fitted parameter is renamed as a prediction, and no central premise depends on the authors' prior work. The correct finding is therefore no significant circularity, with the evaluation-metric and external-validation concerns belonging to correctness risk rather than circularity.
Assumptions & free parameters
free parameters (5)
- Learning rate schedule =
0.1e-2 to 0.01e-3
- Classification threshold =
0.5
- Class weight ratio (w_p, w_n) =
unspecified
- Fine-tuning epochs =
15 + 15
- Dropout rates =
0.3 (triage), 0.2 (8-class)
assumptions (5)
- domain assumption Labels in ChestX-ray14, OTC, and VinDr-CXR are sufficiently accurate for supervised training and evaluation.
- domain assumption The 70/20/10 split of the merged dataset is representative and independent, so test metrics estimate generalization.
- domain assumption Image-level labels permit classification of the eight selected pathologies with a multi-label CNN.
- standard math Adam optimizer and categorical cross-entropy are appropriate for this multi-label problem.
- ad hoc to paper PCA applied to VinDr-CXR labels reduces class dimension without losing needed signal.
Cite this review
Pith. "Pith review of Fast-staged CNN Model for Accurate pulmonary diseases and Lung cancer detection." pith.science (2026). https://pith.science/paper/ZFCOSRHU
@misc{pith2026241211681,
author = {Pith},
title = {Pith review of: Fast-staged CNN Model for Accurate pulmonary diseases and Lung cancer detection},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZFCOSRHU}},
note = {Machine review of arXiv:2412.11681}
}
read the original abstract
Pulmonary pathologies are a significant global health concern, often leading to fatal outcomes if not diagnosed and treated promptly. Chest radiography serves as a primary diagnostic tool, but the availability of experienced radiologists remains limited. Advances in Artificial Intelligence (AI) and machine learning, particularly in computer vision, offer promising solutions to address this challenge. This research evaluates a deep learning model designed to detect lung cancer, specifically pulmonary nodules, along with eight other lung pathologies, using chest radiographs. The study leverages diverse datasets comprising over 135,120 frontal chest radiographs to train a Convolutional Neural Network (CNN). A two-stage classification system, utilizing ensemble methods and transfer learning, is employed to first triage images into Normal or Abnormal categories and then identify specific pathologies, including lung nodules. The deep learning model achieves notable results in nodule classification, with a top-performing accuracy of 77%, a sensitivity of 0.713, a specificity of 0.776 during external validation, and an AUC score of 0.888. Despite these successes, some misclassifications were observed, primarily false negatives. In conclusion, the model demonstrates robust potential for generalization across diverse patient populations, attributed to the geographic diversity of the training dataset. Future work could focus on integrating ETL data distribution strategies and expanding the dataset with additional nodule-type samples to further enhance diagnostic accuracy.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
Role of chest radiographs in early lung cancer detection,
J. Kim and K. H. Kim, “Role of chest radiographs in early lung cancer detection,” Transl Lung Cancer Res , vol. 9, no. 3, pp. 522 – 531, Jun. 2020, doi: 10.21037/tlcr.2020.04.02
-
[2]
Chest X -ray Screening Improves Outcome in Lung Cancer,
G. M. Strauss, R. E. Gleason, and D. J. Sugarbaker, “Chest X -ray Screening Improves Outcome in Lung Cancer,” Chest, vol. 107, no. 6, pp. 270S -279S, Jun. 1995, doi: 10.1378/chest.107.6_Supplement.270S
-
[3]
G. M. Strauss and L. Dominioni, “Chest X -ray screening for lung cancer: Overdiagnosis, endpoints, and randomized population trials: RPTs and CXR Screening for Lung Cancer,” J. Surg. Oncol. , vol. 108, no. 5, pp. 294–300, Oct. 2013, doi: 10.1002/jso.23396
-
[4]
An evaluation of chest X -ray screening for lung cancer in gunma prefecture, Japan,
T. Nakayama, T. Baba, T. Suzuki, M. Sagawa, and M. Kaneko, “An evaluation of chest X -ray screening for lung cancer in gunma prefecture, Japan,” European Journal of Cancer, vol. 38, no. 10, pp. 1380–1387, Jul. 2002, doi: 10.1016/S0959-8049(02)00083-7
-
[5]
H. Jiang, H. Ma, W. Qian, G. Wei, X. Zhao, and M. Gao, “A novel pixel value space statistics map of the pulmonary nodule for classification in computerized tomography images,” in 2017 39th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), Seogwipo: IEEE, Jul. 2017, pp. 556–559. doi: 10.1109/EMBC.2017.8036885
-
[6]
ResNet -50 for 12 -Lead Electrocardiogram Automated Diagnosis,
N. Sakli et al. , “ResNet -50 for 12 -Lead Electrocardiogram Automated Diagnosis,” Computational Intelligence and Neuroscience, vol. 2022, pp. 1 –16, Apr. 2022, doi: 10.1155/2022/7617551
-
[8]
V. Gulshan et al., “Development and Validation of a Deep Learning Algorithm for Detection of Diabetic Retinopathy in Retinal Fundus Photographs,” JAMA, vol. 316, no. 22, p. 2402, Dec. 2016, doi: 10.1001/jama.2016.17216
arXiv 2016
-
[9]
DL Methods for Skin Lesions Automated Diagnosis In Smartphone Images,
M. Sakl, C. Essid, B. B. Salah, and H. Sakli, “DL Methods for Skin Lesions Automated Diagnosis In Smartphone Images,” in 2023 International Wireless Communications and Mobile Computing (IWCMC), Marrakesh, Morocco: IEEE, Jun. 2023, pp. 1142 –1147. doi: 10.1109/IWCMC58020.2023.10183254
arXiv 2023
Show all 36 references
-
[10]
Diagnostic Assessment of Deep Learning Algorithms for Detection of Lymph Node Metastases in Women With Breast Cancer,
B. Ehteshami Bejnordi et al. , “Diagnostic Assessment of Deep Learning Algorithms for Detection of Lymph Node Metastases in Women With Breast Cancer,” JAMA, vol. 318, no. 22, p. 2199, Dec. 2017, doi: 10.1001/jama.2017.14585
2017
-
[11]
Computer -aided detection in chest radiography based on artificial intelligence: a survey,
C. Qin, D. Yao, Y. Shi, and Z. Song, “Computer -aided detection in chest radiography based on artificial intelligence: a survey,” BioMed Eng OnLine, vol. 17, no. 1, p. 113, Dec. 2018, doi: 10.1186/s12938- 018-0544-y
2018 doi
-
[12]
An Efficient Deep Learning-Based Skin Cancer Classifier for an Imbalanced Dataset,
T. M. Alam et al., “An Efficient Deep Learning-Based Skin Cancer Classifier for an Imbalanced Dataset,” Diagnostics, vol. 12, no. 9, p. 2115, Aug. 2022, doi: 10.3390/diagnostics12092115
2022 doi
-
[13]
Deep Transfer Learning Approaches in Performance Analysis of Brain Tumor Classification Using MRI Images,
C. Srinivas et al. , “Deep Transfer Learning Approaches in Performance Analysis of Brain Tumor Classification Using MRI Images,” Journal of Healthcare Engineering , vol. 2022, pp. 1 –17, Mar. 2022, doi: 10.1155/2022/3264367
2022 doi
-
[14]
Deep Ensemble Learning for the Automatic Detection of Pneumoconiosis in Coal Worker’s Chest X -ray Radiography,
L. Devnath et al. , “Deep Ensemble Learning for the Automatic Detection of Pneumoconiosis in Coal Worker’s Chest X -ray Radiography,” JCM, vol. 11, no. 18, p. 5342, Sep. 2022, doi: 10.3390/jcm11185342
2022 doi
-
[15]
Disease Diagnosis System Using IoT Empowered with Fuzzy Inference System,
T. Mahboob Alam et al. , “Disease Diagnosis System Using IoT Empowered with Fuzzy Inference System,” Computers, Materials & Continua, vol. 70, no. 3, pp. 5305 –5319, 2022, doi: 10.32604/cmc.2022.020344
2022
-
[16]
Computer -Aided Diagnosis of Coal Workers’ Pneumoconiosis in Chest X -ray Radiographs Using Machine Learning: A Systematic Literature Review,
L. Devnath et al. , “Computer -Aided Diagnosis of Coal Workers’ Pneumoconiosis in Chest X -ray Radiographs Using Machine Learning: A Systematic Literature Review,” IJERPH, vol. 19, no. 11, p. 6439, May 2022, doi: 10.3390/ijerph19116439
2022 doi
-
[17]
Toward an Efficient Deep Learning Model for Lung pathologies Detection In X -ray Images,
A. Souid, N. Sakli, and H. Sakli, “Toward an Efficient Deep Learning Model for Lung pathologies Detection In X -ray Images,” in 2022 International Wireless Communications and Mobile Computing (IWCMC) , Dubrovnik, Croatia: IEEE, May 2022, pp. 1028–1033. doi: 10.1109/IWCMC55113....
2022
-
[18]
Lung Cancer and Radiological Imaging,
A. Panunzio and P. Sartori, “Lung Cancer and Radiological Imaging,” CRP, vol. 13, no. 3, pp. 238 –242, Nov. 2020, doi: 10.2174/1874471013666200523161849
2020 doi
-
[19]
Imaging patterns of early stage lung cancer for the thoracic surgeon,
M. Migliore, S. Palmucci, M. Nardini, and A. Basile, “Imaging patterns of early stage lung cancer for the thoracic surgeon,” J Thorac Dis , vol. 12, no. 6, pp. 3349 –3356, Jun. 2020, doi: 10.21037/jtd.2020.02.61
2020 doi
-
[20]
Deep learning-based detection system for multiclass lesions on chest radiographs: comparison with observer readings,
S. Park et al., “Deep learning-based detection system for multiclass lesions on chest radiographs: comparison with observer readings,” Eur Radiol , vol. 30, no. 3, pp. 1359 –1368, Mar. 2020, doi: 10.1007/s00330-019-06532-x
2020 doi
-
[21]
Validation of a Deep Learning Algorithm for the Detection of Malignant Pulmonary Nodules in Chest Radiographs,
H. Yoo, K. H. Kim, R. Singh, S. R. Digumarthy, and M. K. Kalra, “Validation of a Deep Learning Algorithm for the Detection of Malignant Pulmonary Nodules in Chest Radiographs,” JAMA Netw Open, vol. 3, no. 9, p. e2017135, Sep. 2020, doi: 10.1001/jamanetworkopen.2020.17135
2020
-
[22]
Xception -ResNet Autoencoder for Pneumothorax Segmentation,
A. Souid and H. Sakli, “Xception -ResNet Autoencoder for Pneumothorax Segmentation,” in 2022 IEEE 9th International Conference on Sciences of Electronics, Technologies of Information and Telecommunications (SETIT), Hammamet, Tunisia: IEEE, May 2022, pp. 586–590. doi: 10.1109/S...
2022
-
[23]
Classification and Predictions of Lung Diseases from Chest X -rays Using MobileNet V2,
A. Souid, N. Sakli, and H. Sakli, “Classification and Predictions of Lung Diseases from Chest X -rays Using MobileNet V2,” Applied Sciences, vol. 11, no. 6, p. 2751, Mar. 2021, doi: 10.3390/app11062751
2021 doi
-
[24]
Automated abnormality classification of chest radiographs using deep convolutional neural networks,
Y.-X. Tang et al. , “Automated abnormality classification of chest radiographs using deep convolutional neural networks,” npj Digit. Med., vol. 3, no. 1, p. 70, Dec. 2020, doi: 10.1038/s41746-020-0273- z
2020 doi
- [25]
- [26]
- [27]
-
[28]
Comparative Performance Analysis of Different Classification Algorithm for the Purpose of Prediction of Lung Cancer,
S. Bharati, P. Podder, R. Mondal, A. Mahmood, and Md. Raihan-Al- Masud, “Comparative Performance Analysis of Different Classification Algorithm for the Purpose of Prediction of Lung Cancer,” in Intelligent Systems Design and Applications , A. Abraham, A. K. Cherukuri, P. Melin...
2020 doi
-
[29]
MARnet: multi -scale adaptive residual neural network for chest X-ray images recognition of lung diseases,
B. Wang, W. Zhang, and School of Computer Science and Software Engineering, University of Science and Technology, Liaoning 114044, China, “MARnet: multi -scale adaptive residual neural network for chest X-ray images recognition of lung diseases,” MBE, vol. 19, no. 1, pp. 331–3...
2022 doi
- [30]
-
[31]
VinDr-CXR: An open dataset of chest X-rays with radiologist’s annotations,
H. Q. Nguyen et al., “VinDr-CXR: An open dataset of chest X-rays with radiologist’s annotations,” arXiv:2012.15029 [eess] , Mar. 2022, Accessed: Apr. 01, 2022. [Online]. Available: http://arxiv.org/abs/2012.15029
2012 arXiv
-
[32]
ChestX-ray8: Hospital -scale Chest X -ray Database and Benchmarks on Weakly-Supervised Classification and Localization of Common Thorax Diseases,
X. Wang, Y. Peng, L. Lu, Z. Lu, M. Bagheri, and R. M. Summers, “ChestX-ray8: Hospital -scale Chest X -ray Database and Benchmarks on Weakly-Supervised Classification and Localization of Common Thorax Diseases,” May 2017, doi: 10.1109/CVPR.2017.369
2017 doi
-
[33]
Labeled Optical Coherence Tomography (OCT) and Chest X -Ray Images for Classification
D. Kermany, “Labeled Optical Coherence Tomography (OCT) and Chest X -Ray Images for Classification.” Mendeley, Jan. 06, 2018. doi: 10.17632/RSCBJBR9SJ.2
2018 doi
-
[34]
Contrast limited adaptive histogram equalization based enhancement for real time video system,
G. Yadav, S. Maheshwari, and A. Agarwal, “Contrast limited adaptive histogram equalization based enhancement for real time video system,” in 2014 International Conference on Advances in Computing, Communications and Informatics (ICACCI) , Delhi, India: IEEE, Sep. 2014, pp. 239...
2014
-
[35]
Performance Analysis of Google Colaboratory as a Tool for Accelerating Deep Learning Applications,
T. Carneiro, R. V. M. D. Nóbrega, T. Nepomuceno, G. Bian, V. H. C. de Albuquerque, and P. Filho, “Performance Analysis of Google Colaboratory as a Tool for Accelerating Deep Learning Applications,” IEEE Access , 2018, doi: 10.1109/ACCESS.2018.2874767
2018
-
[36]
Comparison of Deep Learning Approaches for Multi -Label Chest X-Ray Classification,
I. M. Baltruschat, H. Nickisch, M. Grass, T. Knopp, and A. Saalbach, “Comparison of Deep Learning Approaches for Multi -Label Chest X-Ray Classification,” Sci Rep, vol. 9, no. 1, Art. no. 1, Apr. 2019, doi: 10.1038/s41598-019-42294-8
2019 doi
-
[37]
Grad-CAM: Visual Explanations from Deep Networks via Gradient-based Localization,
R. R. Selvaraju, M. Cogswell, A. Das, R. Vedantam, D. Parikh, and D. Batra, “Grad-CAM: Visual Explanations from Deep Networks via Gradient-based Localization,” Oct. 2016, doi: 10.1007/s11263 -019- 01228-7
2016 doi
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.