Pith. sign in

REVIEW 3 major objections 7 minor 66 references

An Explainable Nature-Inspired Framework for Monkeypox Diagnosis: Xception Features Combined with NGBoost and African Vultures Optimization Algorithm

T0 review · 3 major / 7 minor · reviewed 2026-08-16 · deepseek-v4-flash

Pith's one-line read The monkeypox model hits 97.5% accuracy with optimized deep features.

desk verdict Competent incremental pipeline undone by likely augmentation leakage in the cross-validation, so the SOTA claim doesn't hold as reported. read the letter →

arxiv 2504.17540 v1 pith:7CME4UET submitted 2025-04-24 cs.CV cs.AIcs.LGeess.IV

classification cs.CVcs.AIcs.LGeess.IV MSC 68T0768T1092C55
keywords monkeypoxdiagnosisskinlesionclassificationtransferlearningXceptionNGBoostAfricanVulturesOptimizationAlgorithmPCAdimensionalityreductionexplainableartificialintelligence
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper argues that a low-cost image-classification pipeline can diagnose monkeypox from skin-lesion photos accurately enough to serve as a triage tool. The proposed framework takes frozen Xception deep features, compresses them with PCA, and classifies them with NGBoost whose hyperparameters are tuned by the African Vultures Optimization Algorithm. On the Monkeypox Skin Lesion Dataset, the paper reports 97.53% accuracy, 97.72% F1-score, and 97.47% AUC, beating the thirteen CNN feature extractors and four classifiers it compares against. If those numbers hold for new patients, the framework would give a fast, explainable alternative or complement to PCR testing in resource-constrained settings.

What carries the argument

The load-bearing mechanism is a four-stage pipeline: Xception, a deep CNN built on depthwise separable convolutions, is frozen and used to extract 2048 features per image; PCA cuts those features to 530; NGBoost, a boosting algorithm that fits a probabilistic output by natural gradients, classifies the reduced features; and AVOA, a swarm metaheuristic modeled on vulture foraging, searches the learning-rate and estimator-count space. What carries the argument is the coupling: PCA removes redundancy so the tuned NGBoost sees a low-dimensional, well-separated representation, and the optimizer finds hyperparameters that the paper shows beat other metaheuristics on the same folds.

What would settle it

Re-run the AVOA-NGBoost pipeline with 5-fold cross-validation stratified by the 162 unique patients so all augmented copies of one patient stay in the same fold; if mean accuracy drops materially below 97.53%, the claim that the model generalizes to new patients is not supported.

Watch

Extended reading notes

Core claim

On the paper's own terms, the discovery is that a transfer-learned Xception network, reduced features, and a probabilistically trained NGBoost classifier with AVOA-tuned hyperparameters outperform both the plain deep feature extractors and several other boosting and SVM classifiers on the Monkeypox Skin Lesion Dataset. The authors report that the proposed AVOA-NGBoost reaches 97.53% accuracy, 97.72% F1, and 97.47% AUC in 5-fold cross-validation, with per-class accuracy of 98.10% for monkeypox and 96.84% for non-monkeypox. They also show that PCA cuts training time by roughly four-fifths and that AVOA beats five other metaheuristics in convergence and final fitness on the same folds.

Load-bearing premise

The load-bearing premise is that random 5-fold splitting of the fourteen-fold augmented image set estimates accuracy on new patients; because augmented versions of the same original lesion can appear in both training and test folds, the folds may leak patient identity and inflate the reported figures.

Editorial extensions

If this is right

  • If the reported figures hold, a frozen pretrained CNN plus PCA plus an optimized gradient-boosting classifier is enough to separate monkeypox from chickenpox and measles at clinical-grade accuracy on this dataset.
  • PCA removed roughly three-quarters of the features and cut training time from 85.97 seconds to 22.58 seconds for NGBoost, supporting use in settings where computational resources are limited.
  • AVOA tuning improves all four classifiers, and the largest gain appears for NGBoost, so hyperparameter search is a necessary part of the claimed result rather than a cosmetic addition.
  • Grad-CAM and LIME highlight lesion regions in the explanations, giving clinicians a visual reason to trust or question individual predictions.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A fair test of the headline number requires patient-level cross-validation; the paper does not report this, so I would not treat 97.53% as a generalization estimate for new patients.
  • The paper compares AVOA only with other metaheuristics. Comparing it with cheap baselines at equal budget, such as random search or coarse grid search, would isolate how much the optimizer itself contributes.
  • Because NGBoost outputs a probabilistic prediction, the framework could support an uncertainty-aware referral rule that flags low-confidence cases for PCR or clinician review; the paper does not evaluate calibration, so this is a natural next step rather than a demonstrated property.
  • The frozen Xception features are trained on ImageNet; fine-tuning the backbone or using a medical-imaging pretrained backbone is a testable variant that could change the accuracy-versus-speed tradeoff.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 7 minor

Summary. The manuscript proposes an explainable framework for monkeypox diagnosis from skin lesion images, combining Xception deep features, PCA dimensionality reduction, and an NGBoost classifier whose hyperparameters are tuned with the African Vultures Optimization Algorithm (AVOA). The authors report state-of-the-art performance on the Monkeypox Skin Lesion Dataset (MSLD), with 97.53% accuracy, 97.72% F1-score, and 97.47% AUC under 5-fold cross-validation, and they provide Grad-CAM and LIME visualizations for interpretability. The paper includes extensive comparisons across thirteen feature extractors and four classifiers, as well as comparisons of AVOA with other metaheuristic optimizers.

Significance. If the reported results were valid, the paper would make a useful practical contribution: it offers a complete, coherent pipeline for automated triage of monkeypox versus other rash illnesses, uses a publicly available dataset, and incorporates probabilistic classification and explainability, which are desirable for clinical decision support. The experimental breadth is substantial, with 52 feature-extractor/classifier combinations and multiple optimization baselines. However, the central claim of state-of-the-art performance is not supported by the experiments as reported, because the evaluation protocol is compromised by likely patient leakage and by model selection on the same data used for final metrics. These are not cosmetic issues; they directly affect the headline accuracy, F1-score, and AUC, and they undermine the generalization claims in the abstract and conclusion.

major comments (3)
  1. [Section 3.2 and Section 6] The 5-fold cross-validation in Section 6 randomly splits the augmented Train folder into image-level folds, but Section 3.2 and Table 1 show that the MSLD consists of only 162 unique patients and was augmented fourteen-fold, so each original lesion has many augmented siblings. With random image-level splits, augmented copies of the same original image can appear in both training and test folds. Because the Xception features are frozen ImageNet features and PCA/NGBoost operate directly on those features, the classifier can exploit pixel-level near-duplicates shared by augmented siblings rather than learning to recognize new patients' lesions. As a result, the mean accuracy of 97.53% and F1-score of 97.72% in Table 11, and the corresponding state-of-the-art claim in the abstract, are inflated and do not measure generalization to new patients. The authors need to repeat the evaluation with patient-level (or at least original-image-level) grouped cross-validation and, ideally, an external validation set.
  2. [Section 6 (Figure 6, Tables 5 and 10)] The PCA variance ratio is selected as the value yielding the highest classification accuracy on the augmented dataset (Figure 6 and Table 3), and AVOA is used on the same data to select NGBoost hyperparameters (Table 5). The final metrics in Table 10 are then reported from 5-fold cross-validation on that same dataset. This is model selection on the evaluation data: the reported accuracy, F1-score, and AUC are optimistically biased because the same data have been used both to choose the configuration and to estimate performance. A nested cross-validation, or a held-out test set that is completely untouched during PCA variance selection and hyperparameter optimization, is required to obtain unbiased performance estimates.
  3. [Section 7 and Table 11] The conclusion claims that the low standard deviation across folds in Table 11 demonstrates generalizability and supports the model as a 'highly precise diagnostic tool' for new patients. This claim is not supported because the cross-validation folds are drawn from the same patient population and contain overlapping augmented images, as described in the first major comment. The stability of results across folds within this leakage-prone setup says nothing about performance on new patients, who would present lesions not derived from the same original images. The conclusion overreaches the evidence.
minor comments (7)
  1. [Section 5, Eq. (27)] The F1-score formula is misprinted: it is written as TP / (TP + 0.5(FP + FN)), which is not the standard F1-score; the correct form is 2TP / (2TP + FP + FN). The reported numbers appear to have been computed correctly, but the formula should be fixed.
  2. [Section 3.2 and Table 1] The split sizes are inconsistent: the text says the dataset was split in a 70:10:20 proportion, and Table 1 lists 3,192 augmented images, yet the augmented Train folder is stated to contain 2,142 images, which is 67.1% of 3,192 rather than 70%. The relationship among the original images, the 3,192 augmented images, and the 2,142-image Train folder should be clarified.
  3. [Section 4.2.2.2] The sentence 'The core concept of SVM is to identify an optimal decision boundary...' is duplicated verbatim in the SVM description.
  4. [Section 2] In the summary of Saha et al., the architecture name is misspelled as 'Densnet'; it should be 'DenseNet'.
  5. [Section 4.2.3.1, Eq. (22)] The notation 'Γ(1 + β2)' in the Lévy flight expression is ambiguous; it should be written as Γ((1 + β)/2), which is the standard form.
  6. [Figure 11 caption] The caption refers to the class 'Normal', but the dataset labels are 'Monkeypox' and 'Others'; this inconsistency should be corrected.
  7. [Section 6, Figure 7] The t-test applied to t-SNE coordinates is statistically questionable because t-SNE embeddings are stochastic and the coordinates are not independent samples; the interpretation of these t-values should be justified or removed.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the reported accuracy, F1, and AUC are empirical measurements, not consequences derived by construction from the model's inputs.

full rationale

The paper's derivation chain is: Xception frozen ImageNet features, PCA dimensionality reduction, NGBoost classification, and AVOA hyperparameter search, followed by 5-fold cross-validation metrics. None of these steps defines the output in terms of the target label or vice versa. The accuracy, F1-score, and AUC in Table 10 are measured on held-out folds, not algebraically forced by the hyperparameter search; AVOA selects values by maximizing a fitness function, and the reported test metrics are separate measurements. The self-citations (Abbasniya et al. 2022, Farzipour et al. 2023, Ghaheri et al. 2024) appear in background and method-illustration contexts and are not load-bearing: they do not supply the claimed 97.53% result, do not justify a uniqueness claim, and do not define the model's components. The more serious concern—5-fold CV applied to fourteen-fold augmented images without patient-level grouping—is an evaluation-validity threat that could inflate the headline numbers, but it is not circular reasoning: the reported metric is not equivalent to an input by construction. Therefore no circular step is present.

Assumptions & free parameters 4 free parameters · 4 assumptions · 0 invented entities

The central claim rests on domain assumptions rather than mathematical axioms. The main free parameters are hyperparameters and a PCA variance ratio chosen on the data being evaluated. No invented entities are introduced.

free parameters (4)
  • NGBoost learning rate = 0.10921481
    AVOA-selected over [1e-7, 0.9] (Table 5); central to final accuracy.
  • NGBoost n_estimators = 5
    AVOA-selected over [3, 20] (Table 5).
  • PCA variance ratio = 0.97 (530 features)
    Chosen from Figure 6 based on classifier accuracy; affects all subsequent results.
  • AVOA control parameters = population=50, iterations=40, gamma=2.5, alpha=0.8, P1=0.6, P2=0.4, P3=0.6
    Manually configured in Table 6; influence the search and the final hyperparameters.
assumptions (4)
  • domain assumption ImageNet-pretrained Xception features, with layers frozen, are informative for monkeypox lesion classification.
    Section 4.3 uses frozen Xception without fine-tuning.
  • ad hoc to paper Random 5-fold splits of augmented images are a valid proxy for generalization to new patients.
    Section 6 performs CV on the augmented Train folder; Table 1 reports unique patients but no patient-level grouping.
  • domain assumption MSLD web-scraped labels are correct.
    Section 3.1 describes web-scraped images; no label verification is described.
  • domain assumption Accuracy on MSLD implies clinical diagnostic utility.
    The introduction and conclusion frame the model as a diagnostic tool; no prospective or external validation is provided.

how reviews work

0 comments
Cite this review

Pith. "Pith review of An Explainable Nature-Inspired Framework for Monkeypox Diagnosis: Xception Features Combined with NGBoost and African Vultures Optimization Algorithm." pith.science (2026). https://pith.science/paper/7CME4UET

@misc{pith2026250417540,
  author       = {Pith},
  title        = {Pith review of: An Explainable Nature-Inspired Framework for Monkeypox Diagnosis: Xception Features Combined with NGBoost and African Vultures Optimization Algorithm},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/7CME4UET}},
  note         = {Machine review of arXiv:2504.17540}
}
read the original abstract

The recent global spread of monkeypox, particularly in regions where it has not historically been prevalent, has raised significant public health concerns. Early and accurate diagnosis is critical for effective disease management and control. In response, this study proposes a novel deep learning-based framework for the automated detection of monkeypox from skin lesion images, leveraging the power of transfer learning, dimensionality reduction, and advanced machine learning techniques. We utilize the newly developed Monkeypox Skin Lesion Dataset (MSLD), which includes images of monkeypox, chickenpox, and measles, to train and evaluate our models. The proposed framework employs the Xception architecture for deep feature extraction, followed by Principal Component Analysis (PCA) for dimensionality reduction, and the Natural Gradient Boosting (NGBoost) algorithm for classification. To optimize the model's performance and generalization, we introduce the African Vultures Optimization Algorithm (AVOA) for hyperparameter tuning, ensuring efficient exploration of the parameter space. Our results demonstrate that the proposed AVOA-NGBoost model achieves state-of-the-art performance, with an accuracy of 97.53%, F1-score of 97.72% and an AUC of 97.47%. Additionally, we enhance model interpretability using Grad-CAM and LIME techniques, providing insights into the decision-making process and highlighting key features influencing classification. This framework offers a highly precise and efficient diagnostic tool, potentially aiding healthcare providers in early detection and diagnosis, particularly in resource-constrained environments.

Figures

Figures reproduced from arXiv: 2504.17540 by the authors.

Figure 1
Figure 1. Illustrative example of the dataset. Images a-g: Class ’MonkeyPox’. Images h–n: Class ’Others’. [PITH_FULL_IMAGE:figures/full_fig_p010_1.png] view at source ↗
Figure 2
Figure 2. Illustrative example of the fourteen-fold augmentation on an image from the ’Monkeypox’ class. [PITH_FULL_IMAGE:figures/full_fig_p011_2.png] view at source ↗
Figure 3
Figure 3. LightGBM leaf-wise tree growth (Abbasniya et al., 2022). [PITH_FULL_IMAGE:figures/full_fig_p016_3.png] view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: NGBoost is modular with respect to choice of base learner, distribution, and scoring rule (Duan [PITH_FULL_IMAGE:figures/full_fig_p021_4.png]
Figure 5
Figure 5. Figure 5: Proposed methodological architecture. 28 [PITH_FULL_IMAGE:figures/full_fig_p028_5.png]
Figure 6
Figure 6. Figure 6: Classification performance as a function of PCA variance ratio. [PITH_FULL_IMAGE:figures/full_fig_p031_6.png]
Figure 7
Figure 7. Figure 7: Visualization of feature sets using t-SNE: (a) original data, (b) Xception feature extraction, (c) [PITH_FULL_IMAGE:figures/full_fig_p035_7.png]
Figure 8
Figure 8. Figure 8: Convergence curves of average fitness function for parameter optimization methods. [PITH_FULL_IMAGE:figures/full_fig_p040_8.png]
Figure 9
Figure 9. Figure 9: Visualization of confusion matrices for proposed model. [PITH_FULL_IMAGE:figures/full_fig_p042_9.png]
Figure 10
Figure 10. Figure 10: ROC curves of different classifiers. the primary signs of sickness can be discovered [PITH_FULL_IMAGE:figures/full_fig_p045_10.png]
Figure 11
Figure 11. Figure 11: (a) and (f) represent the class ’Monkeypox,’ and (k) and (p) represent the class ’Normal.’ (b) and [PITH_FULL_IMAGE:figures/full_fig_p046_11.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

66 extracted references · 36 canonical work pages

  1. [1]

    Classification of breast tumors based on histopathology images using deep features and ensemble of gradient boosting methods

    Mohammad Reza Abbasniya, Sayed Ali Sheikholeslamzadeh, Hamid Nasiri, and Samaneh Emami. Classification of breast tumors based on histopathology images using deep features and ensemble of gradient boosting methods. Computers and Electrical Engineering, 103: 0 108382, 10 2022. ISSN 00457906. doi:10.1016/j.compeleceng.2022.108382

  2. [2]

    African vultures optimization algorithm: A new nature-inspired metaheuristic algorithm for global optimization problems

    Benyamin Abdollahzadeh, Farhad Soleimanian Gharehchopogh, and Seyedali Mirjalili. African vultures optimization algorithm: A new nature-inspired metaheuristic algorithm for global optimization problems. Computers & Industrial Engineering, 158: 0 107408, 8 2021. ISSN 03608352. doi:10.1016/j.cie.2021.107408

  3. [3]

    A novel international monkeypox outbreak

    Amesh Adalja and Tom Inglesby. A novel international monkeypox outbreak. Annals of Internal Medicine, 175: 0 1175--1176, 8 2022. ISSN 0003-4819. doi:10.7326/M22-1581

  4. [4]

    Masoud Ahmadipour, Muhammad Murtadha Othman, Rui Bo, Zainal Salam, Hussein Mohammed Ridha, and Kamrul Hasan. A novel microgrid fault detection and classification method using maximal overlap discrete wavelet packet transform and an augmented lagrangian particle swarm optimization-support vector machine. Energy Reports, 8: 0 4854--4870, 11 2022. ISSN 23524...

  5. [5]

    Monkeypox virus in nigeria: Infection biology, epidemiology, and evolution

    Emmanuel Alakunle, Ugo Moens, Godwin Nchinda, and Malachy Ifeanyi Okeke. Monkeypox virus in nigeria: Infection biology, epidemiology, and evolution. Viruses, 12: 0 1257, 11 2020. ISSN 1999-4915. doi:10.3390/v12111257

  6. [6]

    Tazuddin Ahmed, Joydip Paul, Tasnim Jahan, S M Sakeef Sani, Nawsabah Noor, and Taufiq Hidayat Hasan

    Shams Nafisa Ali, Md. Tazuddin Ahmed, Joydip Paul, Tasnim Jahan, S M Sakeef Sani, Nawsabah Noor, and Taufiq Hidayat Hasan. Monkeypox skin lesion detection using deep learning models: A feasibility study. arXiv preprint arXiv:2207.03342, 2022

  7. [7]

    A transfer learning approach for clinical detection support of monkeypox skin lesions

    Maram Fahaad Almufareh, Samabia Tehsin, Mamoona Humayun, and Sumaira Kausar. A transfer learning approach for clinical detection support of monkeypox skin lesions. Diagnostics, 13: 0 1503, 4 2023. ISSN 2075-4418. doi:10.3390/diagnostics13081503

  8. [8]

    Monkeypox and measles detection using cnn with vgg-16 transfer learning

    M Hafidz Ariansyah, Sri Winarno, and Ramadhan Rakhmat Sani. Monkeypox and measles detection using cnn with vgg-16 transfer learning. Journal of Computing Research and Innovation, 8: 0 32--44, 2 2023. ISSN 26008793. doi:10.24191/jcrinn.v8i1.340

Show all 66 references
  1. [9]

    Shamim Hossain, Mohammad Alamgir Hossain, Md

    Diponkor Bala, Md. Shamim Hossain, Mohammad Alamgir Hossain, Md. Ibrahim Abdullah, Md. Mizanur Rahman, Balachandran Manavalan, Naijie Gu, Mohammad S. Islam, and Zhangjin Huang. Monkeynet: A robust deep convolutional neural network for monkeypox disease detection and classifica...

  2. [10]

    Algorithms for hyper-parameter optimization

    James Bergstra, Rémi Bardenet, Yoshua Bengio, and Balázs Kégl. Algorithms for hyper-parameter optimization. In J Shawe-Taylor, R Zemel, P Bartlett, F Pereira, and K Q Weinberger, editors, Advances in Neural Information Processing Systems, volume 24. Curran Associates, Inc., 2011

  3. [11]

    The rise of artificial intelligence in healthcare applications, pages 25--60

    Adam Bohr and Kaveh Memarzadeh. The rise of artificial intelligence in healthcare applications, pages 25--60. Elsevier, 2020. doi:10.1016/B978-0-12-818438-7.00002-2

  4. [12]

    Reminder of the first paper on transfer learning in neural networks, 1976

    Stevo Bozinovski. Reminder of the first paper on transfer learning in neural networks, 1976. Informatica, 44, 9 2020. ISSN 1854-3871. doi:10.31449/inf.v44i3.2828

  5. [13]

    2022-2023 mpox outbreak global map, 2022

    Centers for Disease Control and Prevention . 2022-2023 mpox outbreak global map, 2022. URL https://archive.cdc.gov/#/details?url=https://www.cdc.gov/poxvirus/mpox/response/2022/world-map.html

  6. [14]

    Tianqi Chen and Carlos Guestrin. Xgboost. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pages 785--794. ACM, 8 2016. ISBN 9781450342322. doi:10.1145/2939672.2939785

  7. [15]

    Machine assistance in energy-efficient building design: A predictive framework toward dynamic interaction with human decision-making under uncertainty

    Xia Chen and Philipp Geyer. Machine assistance in energy-efficient building design: A predictive framework toward dynamic interaction with human decision-making under uncertainty. Applied Energy, 307: 0 118240, 2 2022. ISSN 03062619. doi:10.1016/j.apenergy.2021.118240

  8. [16]

    Breast cancer–detection system using pca, multilayer perceptron, transfer learning, and support vector machine

    Huan-Jung Chiu, Tzuu-Hseng S Li, and Ping-Huan Kuo. Breast cancer–detection system using pca, multilayer perceptron, transfer learning, and support vector machine. IEEE Access, 8: 0 204309--204324, 2020. doi:10.1109/ACCESS.2020.3036912

  9. [17]

    Xception: Deep learning with depthwise separable convolutions

    François Chollet. Xception: Deep learning with depthwise separable convolutions. 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 1800--1807, 2016

  10. [18]

    Support-vector networks

    Corinna Cortes and Vladimir Vapnik. Support-vector networks. Machine Learning, 20: 0 273--297, 9 1995. ISSN 0885-6125. doi:10.1007/BF00994018

  11. [19]

    Imagenet: A large-scale hierarchical image database

    Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. Imagenet: A large-scale hierarchical image database. In 2009 IEEE Conference on Computer Vision and Pattern Recognition, pages 248--255. IEEE, 6 2009. ISBN 978-1-4244-3992-8. doi:10.1109/CVPR.2009.5206848

  12. [20]

    Hybrid whale and gray wolf deep learning optimization algorithm for prediction of alzheimer’s disease

    Chitradevi Dhakhinamoorthy, Sathish Kumar Mani, Sandeep Kumar Mathivanan, Senthilkumar Mohan, Prabhu Jayagopal, Saurav Mallik, and Hong Qin. Hybrid whale and gray wolf deep learning optimization algorithm for prediction of alzheimer’s disease. Mathematics, 11: 0 1136, 2 2023. ...

  13. [21]

    Smote-xgboost using tree parzen estimator optimization for copper flotation method classification

    Haipei Dong, Dakuo He, and Fuli Wang. Smote-xgboost using tree parzen estimator optimization for copper flotation method classification. Powder Technology, 375: 0 174--181, 9 2020. ISSN 00325910. doi:10.1016/j.powtec.2020.07.065

  14. [22]

    Ngboost: natural gradient boosting for probabilistic prediction

    Tony Duan, Anand Avati, Daisy Yi Ding, Khanh K Thai, Sanjay Basu, Andrew Ng, and Alejandro Schuler. Ngboost: natural gradient boosting for probabilistic prediction. In Proceedings of the 37th International Conference on Machine Learning. JMLR.org, 2020

  15. [23]

    Revealing brain tumor using cross-validated ngboost classifier

    Shawni Dutta. Revealing brain tumor using cross-validated ngboost classifier. International Journal of Machine Learning and Networked Collaborative Engineering, 4: 0 12--20, 8 2020. ISSN 25813242. doi:10.30991/IJMLNCE.2020v04i01.002

  16. [24]

    Detection of monkeypox cases based on symptoms using xgboost and shapley additive explanations methods

    Alireza Farzipour, Roya Elmi, and Hamid Nasiri. Detection of monkeypox cases based on symptoms using xgboost and shapley additive explanations methods. Diagnostics, 13 0 (14): 0 2391, 2023

  17. [25]

    Monkeypox- a menacing challenge or an endemic? Annals of Medicine & Surgery, 79, 7 2022

    Nabeela Fatima and Kiranmai Mandava. Monkeypox- a menacing challenge or an endemic? Annals of Medicine & Surgery, 79, 7 2022. ISSN 2049-0801. doi:10.1016/j.amsu.2022.103979

  18. [26]

    Xin-Yu Fu, Xin-Li Mao, Hao-Wen Wu, Jia-Ying Lin, Zong-Qing Ma, Zhi-Cheng Liu, Yue Cai, Ling-Ling Yan, Yi Sun, Li-Ping Ye, and Shao-Wei Li. Development and validation of lightgbm algorithm for optimizing of helicobacter pylori antibody during the minimum living guarantee crowd ...

  19. [27]

    Furey, Nello Cristianini, Nigel Duffy, David W

    Terrence S. Furey, Nello Cristianini, Nigel Duffy, David W. Bednarski, Michèl Schummer, and David Haussler. Support vector machine classification and validation of cancer tissue samples using microarray expression data. Bioinformatics, 16: 0 906--914, 10 2000. ISSN 1367-4811. ...

  20. [28]

    Diagnosis of parkinson’s disease based on voice signals using shap and hard voting ensemble method

    Paria Ghaheri, Hamid Nasiri, Ahmadreza Shateri, and Arman Homafar. Diagnosis of parkinson’s disease based on voice signals using shap and hard voting ensemble method. Computer Methods in Biomechanics and Biomedical Engineering, 27: 0 1858--1874, 10 2024. ISSN 1025-5842. doi:10...

  21. [29]

    Towards radiologist-level accurate deep learning system for pulmonary screening

    Mrinal Haloi, K Rajalakshmi, and Pradeep Walia. Towards radiologist-level accurate deep learning system for pulmonary screening. arXiv preprint arXiv:1807.03120, 2018

  22. [30]

    Q-learning embedded sine cosine algorithm (qlesca)

    Qusay Shihab Hamad, Hussein Samma, Shahrel Azmin Suandi, and Junita Mohamad-Saleh. Q-learning embedded sine cosine algorithm (qlesca). Expert Systems with Applications, 193: 0 116417, 5 2022. ISSN 09574174. doi:10.1016/j.eswa.2021.116417

  23. [31]

    Enamul Haque, Md

    Md. Enamul Haque, Md. Rayhan Ahmed, Razia Sultana Nila, and Salekul Islam. Classification of human monkeypox disease using deep learning models and attention mechanisms. arXiv preprint arXiv:2211.15459, 2022

  24. [32]

    Harris hawks optimization: Algorithm and applications

    Ali Asghar Heidari, Seyedali Mirjalili, Hossam Faris, Ibrahim Aljarah, Majdi Mafarja, and Huiling Chen. Harris hawks optimization: Algorithm and applications. Future Generation Computer Systems, 97: 0 849--872, 8 2019. ISSN 0167739X. doi:10.1016/j.future.2019.02.028

  25. [33]

    A novel feature-engineered–ngboost machine-learning framework for fraud detection in electric power consumption data

    Saddam Hussain, Mohd Wazir Mustafa, Khalil Hamdi Ateyeh Al-Shqeerat, Faisal Saeed, and Bander Ali Saleh Al-rimy. A novel feature-engineered–ngboost machine-learning framework for fraud detection in electric power consumption data. Sensors, 21: 0 8423, 12 2021. ISSN 1424-8220. ...

  26. [34]

    Monkeypox skin lesion detection with mobilenetv2 and vggnet models

    Muhammed Coskun Irmak, Tolga Aydin, and Mete Yaganoglu. Monkeypox skin lesion detection with mobilenetv2 and vggnet models. In 2022 Medical Technologies Congress (TIPTEKNO), pages 1--4. IEEE, 10 2022. ISBN 978-1-6654-5432-2. doi:10.1109/TIPTEKNO56568.2022.9960194

  27. [35]

    Can artificial intelligence detect monkeypox from digital skin images? bioRxiv, 2022

    Towhidul Islam, M A Hussain, Forhad Uddin Hasan Chowdhury, and B M Riazul Islam. Can artificial intelligence detect monkeypox from digital skin images? bioRxiv, 2022. doi:10.1101/2022.08.08.503193

  28. [36]

    Machine learning-based modeling of the environmental degradation, institutional quality, and economic growth

    Sami Ben Jabeur, Houssein Ballouk, Wissal Ben Arfi, and Rabeh Khalfaoui. Machine learning-based modeling of the environmental degradation, institutional quality, and economic growth. Environmental Modeling & Assessment, 27: 0 953--966, 12 2022. ISSN 1420-2026. doi:10.1007/s106...

  29. [37]

    The image classification method with cnn-xgboost model based on adaptive particle swarm optimization

    Wenjiang Jiao, Xingwei Hao, and Chao Qin. The image classification method with cnn-xgboost model based on adaptive particle swarm optimization. Information, 12: 0 156, 4 2021. ISSN 2078-2489. doi:10.3390/info12040156

  30. [38]

    Svm and pca based fault classification approaches for complicated industrial process

    Chen Jing and Jian Hou. Svm and pca based fault classification approaches for complicated industrial process. Neurocomputing, 167: 0 636--642, 11 2015. ISSN 09252312. doi:10.1016/j.neucom.2015.03.082

  31. [39]

    Advanced hyperparameter optimization for improved spatial prediction of shallow landslides using extreme gradient boosting (xgboost)

    Taskin Kavzoglu and Alihan Teke. Advanced hyperparameter optimization for improved spatial prediction of shallow landslides using extreme gradient boosting (xgboost). Bulletin of Engineering Geology and the Environment, 81: 0 201, 5 2022. ISSN 1435-9529. doi:10.1007/s10064-022-02708-w

  32. [40]

    A survey of feature selection and feature extraction techniques in machine learning

    Samina Khalid, Tehmina Khalil, and Shamila Nasreen. A survey of feature selection and feature extraction techniques in machine learning. In 2014 Science and Information Conference, pages 372--378. IEEE, 8 2014. ISBN 978-0-9893193-1-7. doi:10.1109/SAI.2014.6918213

  33. [41]

    Koenig, Christian K

    Kristi L. Koenig, Christian K. Beÿ, and Aileen M. Marty. Monkeypox 2022 identify-isolate-inform: A 3i tool for frontline clinicians for a zoonosis with escalating human community transmission. One Health, 15: 0 100410, 12 2022. ISSN 23527714. doi:10.1016/j.onehlt.2022.100410

  34. [42]

    Gendelman, and Siddappa N

    Narendra Kumar, Arpan Acharya, Howard E. Gendelman, and Siddappa N. Byrareddy. The 2022 outbreak and the pathobiology of the monkeypox virus. Journal of Autoimmunity, 131: 0 102855, 7 2022. ISSN 08968411. doi:10.1016/j.jaut.2022.102855

  35. [43]

    An overview of mixing augmentation methods and augmentation strategies

    Dominik Lewy and Jacek Mańdziuk. An overview of mixing augmentation methods and augmentation strategies. Artificial Intelligence Review, 56: 0 2111--2169, 3 2023. ISSN 0269-2821. doi:10.1007/s10462-022-10227-z

  36. [44]

    High-spatiotemporal-resolution dynamic water monitoring using lightgbm model and sentinel-2 msi data

    Bohao Li, Kai Liu, Ming Wang, Yanfang Wang, Qian He, Linmei Zhuang, and Weihua Zhu. High-spatiotemporal-resolution dynamic water monitoring using lightgbm model and sentinel-2 msi data. International Journal of Applied Earth Observation and Geoinformation, 118: 0 103278, 4 202...

  37. [45]

    On feature normalization and data augmentation

    Boyi Li, Felix Wu, Ser-Nam Lim, Serge J Belongie, and Kilian Q Weinberger. On feature normalization and data augmentation. 2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 12378--12387, 2020

  38. [46]

    Analysis and visualization of accidents severity based on lightgbm-tpe

    Kun Li, Haocheng Xu, and Xiao Liu. Analysis and visualization of accidents severity based on lightgbm-tpe. Chaos, Solitons & Fractals, 157: 0 111987, 4 2022. ISSN 09600779. doi:10.1016/j.chaos.2022.111987

  39. [47]

    Reynolds, Zach Braden, Darin S

    Adam MacNeil, Mary G. Reynolds, Zach Braden, Darin S. Carroll, Vanda Bostik, Kevin Karem, Scott K. Smith, Whitni Davidson, Yu Li, Amba Moundeli, Jean‐Vivien Mombouli, Aisha O. Jumaan, D. Scott Schmid, Russell L. Regnery, and Inger K. Damon. Transmission of atypical varicella‐z...

  40. [48]

    Myszczynska, Poojitha N

    Monika A. Myszczynska, Poojitha N. Ojamies, Alix M. B. Lacoste, Daniel Neil, Amir Saffari, Richard Mead, Guillaume M. Hautbergue, Joanna D. Holbrook, and Laura Ferraiuolo. Applications of machine learning to diagnosis and treatment of neurodegenerative diseases. Nature Reviews...

  41. [49]

    S, and Shashikiran Umakanth

    Tushar Nayak, Krishnaraj Chadaga, Niranjana Sampathila, Hilda Mayrose, Nitila Gokulkrishnan, Muralidhar Bairy G, Srikanth Prabhu, Swathi K. S, and Shashikiran Umakanth. Deep learning based detection of monkeypox virus using skin lesion images. Medicine in Novel Technology and ...

  42. [50]

    Rajendra Acharya

    Tulin Ozturk, Muhammed Talo, Eylul Azra Yildirim, Ulas Baran Baloglu, Ozal Yildirim, and U. Rajendra Acharya. Automated detection of covid-19 cases using deep neural networks with x-ray images. Computers in Biology and Medicine, 121: 0 103792, 6 2020. ISSN 00104825. doi:10.101...

  43. [51]

    Bansal, and Ranjan K

    Bhaskar Patnaik, Manohar Mishra, Ramesh C. Bansal, and Ranjan K. Jena. Modwt-xgboost based smart energy solution for fault detection and classification in a smart microgrid. Applied Energy, 285: 0 116457, 3 2021. ISSN 03062619. doi:10.1016/j.apenergy.2021.116457

  44. [52]

    Image normalization for pattern recognition

    Soo-Chang Pei and Chao-Nan Lin. Image normalization for pattern recognition. Image and Vision Computing, 13: 0 711--723, 12 1995. ISSN 02628856. doi:10.1016/0262-8856(95)98753-G

  45. [53]

    Discriminative ridge machine: A classifier for high-dimensional data or imbalanced data

    Chong Peng and Qiang Cheng. Discriminative ridge machine: A classifier for high-dimensional data or imbalanced data. IEEE Transactions on Neural Networks and Learning Systems, PP: 0 1--15, 7 2020. doi:10.1109/TNNLS.2020.3006877

  46. [54]

    Human monkeypox

    Eskild Petersen, Anu Kantele, Marion Koopmans, Danny Asogun, Adesola Yinka-Ogunleye, Chikwe Ihekweazu, and Alimuddin Zumla. Human monkeypox. Infectious Disease Clinics of North America, 33: 0 1027--1043, 12 2019. ISSN 08915520. doi:10.1016/j.idc.2019.03.001

  47. [55]

    Monkeypox detection from skin lesion images using an amalgamation of cnn models aided with beta function-based normalization scheme

    Rishav Pramanik, Bihan Banerjee, George Efimenko, Dmitrii Kaplun, and Ram Sarkar. Monkeypox detection from skin lesion images using an amalgamation of cnn models aided with beta function-based normalization scheme. PLOS ONE, 18: 0 e0281815, 4 2023. ISSN 1932-6203. doi:10.1371/...

  48. [56]

    Puschnik, Amrita Kumar, Cynthia Goldsmith, Jillybeth Burgado, Suryaprakash Sambhara, Victoria A

    Susan Realegeno, Andreas S. Puschnik, Amrita Kumar, Cynthia Goldsmith, Jillybeth Burgado, Suryaprakash Sambhara, Victoria A. Olson, Darin Carroll, Inger Damon, Tetsuya Hirata, Taroh Kinoshita, Jan E. Carette, and Panayampalli Subbian Satheshkumar. Monkeypox virus host factor s...

  49. [57]

    Rizk, Giuseppe Lippi, Brandon M

    John G. Rizk, Giuseppe Lippi, Brandon M. Henry, Donald N. Forthal, and Youssef Rizk. Prevention and treatment of monkeypox. Drugs, 82: 0 957--963, 6 2022. ISSN 0012-6667. doi:10.1007/s40265-022-01742-y

  50. [58]

    A comparative analysis of cnn-based pretrained models for the detection and prediction of monkeypox

    Sourav Saha, Trina Chakraborty, Rejwan Bin Sulaiman, and Tithi Paul. A comparative analysis of cnn-based pretrained models for the detection and prediction of monkeypox. arXiv preprint arXiv:2302.10277, 2023

  51. [59]

    Human monkeypox classification from skin lesion images with deep pre-trained network using mobile application

    Veysel Harun Sahin, Ismail Oztel, and Gozde Yolcu Oztel. Human monkeypox classification from skin lesion images with deep pre-trained network using mobile application. Journal of Medical Systems, 46: 0 79, 10 2022. ISSN 1573-689X. doi:10.1007/s10916-022-01863-7

  52. [60]

    Ae-lgbm: Sequence-based novel approach to detect interacting protein pairs via ensemble of autoencoder and lightgbm

    Abhibhav Sharma and Buddha Singh. Ae-lgbm: Sequence-based novel approach to detect interacting protein pairs via ensemble of autoencoder and lightgbm. Computers in Biology and Medicine, 125: 0 103964, 10 2020. ISSN 00104825. doi:10.1016/j.compbiomed.2020.103964

  53. [61]

    Monkeypox virus detection using pre-trained deep learning-based approaches

    Chiranjibi Sitaula and Tej Bahadur Shahi. Monkeypox virus detection using pre-trained deep learning-based approaches. Journal of Medical Systems, 46: 0 78, 10 2022. ISSN 1573-689X. doi:10.1007/s10916-022-01868-2

  54. [62]

    A hybrid improved whale optimization algorithm

    Chenjun Tang, Wei Sun, Wei Wu, and Min Xue. A hybrid improved whale optimization algorithm. In 2019 IEEE 15th International Conference on Control and Automation (ICCA), pages 362--367. IEEE, 7 2019. ISBN 978-1-7281-1164-3. doi:10.1109/ICCA.2019.8900003

  55. [63]

    Monkeypox: A potential global threat? Journal of Medical Virology, 94: 0 4034--4036, 9 2022

    Zhilong Yang. Monkeypox: A potential global threat? Journal of Medical Virology, 94: 0 4034--4036, 9 2022. ISSN 0146-6615. doi:10.1002/jmv.27884

  56. [64]

    Modified artificial gorilla troop optimization algorithm for solving constrained engineering optimization problems

    Jinhua You, Heming Jia, Di Wu, Honghua Rao, Changsheng Wen, Qingxin Liu, and Laith Abualigah. Modified artificial gorilla troop optimization algorithm for solving constrained engineering optimization problems. Mathematics, 11: 0 1256, 3 2023. ISSN 2227-7390. doi:10.3390/math11051256

  57. [65]

    Jianguo Zhou and Zhongtian Xu. A novel three-stage hybrid learning paradigm based on a multi-decomposition strategy, optimized relevance vector machine, and error correction for multi-step forecasting of precious metal prices. Resources Policy, 80: 0 103148, 1 2023. ISSN 03014...

  58. [66]

    Deep forest

    Zhi-Hua Zhou and Ji Feng. Deep forest. National Science Review, 6: 0 74--86, 1 2019. ISSN 2095-5138. doi:10.1093/nsr/nwy108

Pith tools

Reviewed August 16, 2026 · model on record in the stance chip above.