| Literature DB >> 35224101 |
Epimack Michael1, He Ma1, Hong Li1, Shouliang Qi1.
Abstract
Breast cancer, if diagnosed and treated early, has a better chance of surviving. Many studies have shown that a larger number of ultrasound images are generated every day, and the number of radiologists able to analyze this medical data is very limited. This often results in misclassification of breast lesions, resulting in a high false-positive rate. In this article, we propose a computer-aided diagnosis (CAD) system that can automatically generate an optimized algorithm. To train machine learning, we employ 13 features out of 185 available. Five machine learning classifiers were used to classify malignant versus benign tumors. The experimental results revealed Bayesian optimization with a tree-structured Parzen estimator based on a machine learning classifier for 10-fold cross-validation. The LightGBM classifier performs better than the other four classifiers, achieving 99.86% accuracy, 100.0% precision, 99.60% recall, and 99.80% for the FI score.Entities:
Mesh:
Year: 2022 PMID: 35224101 PMCID: PMC8881122 DOI: 10.1155/2022/8482022
Source DB: PubMed Journal: Biomed Res Int Impact factor: 3.411
Summary of previous related state-of-the-art works.
| Related works | Year | Technique | Database | Evaluation metric | HPO |
|---|---|---|---|---|---|
| [ | 2019 | ANN | 100 | 93.1% ACC (M), 90.4% (B) | Default |
| [ | 2019 | SVM | 82 | 94.12% ACC | Default |
| [ | 2019 | SVM | 323 | 95.98% ACC, 95.37% SEN, 97.29%, and SPE | Default |
| [ | 2019 | SVM, Ada, LDA, and MLR | 2032 | 89.0% ACC, 82.0% SEN, and 93.0% SPE | Grid search |
| [ | 2019 | SVM | 1061 | 75.94% ACC, 66.37% SEN, and 86.87% SPE | Default |
| [ | 2019 | LDA | 116 | 89.0% ACC | Default |
| [ | 2019 | MNN | 840 | 97.8% ACC | Default |
| [ | 2019 | SVM | 181 | 84.12% ACC, 92.86% SE, and 78.80% SPE | GA |
| [ | 2019 | FCM, LR, and SVM | 160 | 89.4% ACC, 86.3% SE, and 92.5% SP | Default |
| [ | 2019 | XGBoost | 2964 | 94.0% ACC | RS |
| [ | 2020 | LDA | 2054 | 82.0% AUC | Default |
| [ | 2020 | SVM | 192 | 67.31% ACC, 47.62% SEN, and 80.65% SPE | Default |
| [ | 2021 | LDA | 2054 | 82.0% AUC | Default |
| [ | 2021 | SVM | 192 | 67.31% ACC, 47.62% SEN, and 80.65% SPE | Default |
| Proposed | 2021 | LightGBM | 912 | 99.86% ACC, 100.0% PE, 99.60% RE, and 99.80% | BO-TPE |
Figure 1Benign: (a) original image, (b) mask image, (c) outline detection, and (c) ground truth image.
Figure 2Malignant: (a) original image, (b) mask image, (c) outline detection, and (c) ground truth image.
Figure 3Proposed framework.
Performance comparison using 10-fold cross-validation.
| Classifiers | Accuracy | Precision | Recall |
| Parameters optimized |
|---|---|---|---|---|---|
|
| 92.99% | 92.49% | 91.47% | 90.47% |
|
| SVM | 96.17% | 95.64% | 96.56% | 95.13% |
|
| Random | 95.08% | 95.25% | 94.69% | 93.48% | max_depth = 45, |
| XGBoost | 94.96% | 95.08% | 95.00% | 93.41% | max_depth = 24, learning_rate = 0.256, |
| LightGBM | 99.86% | 100.00% | 99.60% | 99.80% | max_depth = 13, learning_rate = 0.123, |
Figure 4Performance comparison of five classifiers in terms of ROC.