| Literature DB >> 36033656 |
Zakarya Al-Shaebi1,2, Fatma Uysal Ciloglu1,2, Mohammed Nasser3, Omer Aydin1,2,4,5.
Abstract
Bacterial pathogens especially antibiotic-resistant ones are a public health concern worldwide. To oppose the morbidity and mortality associated with them, it is critical to select an appropriate antibiotic by performing a rapid bacterial diagnosis. Using a combination of Raman spectroscopy and deep learning algorithms to identify bacteria is a rapid and reliable method. Nevertheless, due to the loss of information during training a model, some deep learning algorithms suffer from low accuracy. Herein, we modify the U-Net architecture to fit our purpose of classifying the one-dimensional Raman spectra. The proposed U-Net model provides highly accurate identification of the 30 isolates of bacteria and yeast, empiric treatment groups, and antimicrobial resistance, thanks to its capability to concatenate and copy important features from the encoder layers to the decoder layers, thereby decreasing the data loss. The accuracies of the model for the 30-isolate level, empiric treatment level, and antimicrobial resistance level tasks are 86.3, 97.84, and 95%, respectively. The proposed deep learning model has a high potential for not only bacterial identification but also for other diagnostic purposes in the biomedical field.Entities:
Year: 2022 PMID: 36033656 PMCID: PMC9404519 DOI: 10.1021/acsomega.2c03856
Source DB: PubMed Journal: ACS Omega ISSN: 2470-1343
Figure 1Plot of the training accuracy and validation accuracy.
Comparison of the Performance (Accuracy) of the Three Models That Used the Same Data
| model | 30-isolates classifier (%) | empiric treatment classifier (%) |
|---|---|---|
| U-Net | 86.3 | 97.84 |
| multi-scale | 86.7 | 98.0 |
| ResNet | 84.2 | 97.6 |
Figure 2Confusion matrices of the U-Net model for (a) 30 isolates and (b) Empiric treatment. The eight-color boxes are the treatment groups in which every box contains one or multiple strains that were treated with the same drug. (TZP) refers to piperacillin–tazobactam.
Comparison of the Binary Classifier Performance of the Three Models That Used the Same Data
| model | accuracy (%) | AUC |
|---|---|---|
| U-Net | 95 | 0.99 |
| multi-scale | 92.9 | 0.98 |
| ResNet | 90.4 | 0.974 |
Figure 3Binary classifier results of MRSA and MSSA. (a) Confusion matrix and (b) Receiver operating characteristic (ROC) curve.
Statistical Measurements for all Compared Models
| model | recall (%) | precision (%) | Jaccard index (%) | |
|---|---|---|---|---|
| U-Net | 95 | 95 | 95 | 90.48 |
| multi-scale | 88.62 | 97.04 | 92.77 | 86.52 |
| ResNet | 87.38 | 90 | 88.67 | 79.65 |
Performance Comparison before and after Using Data Augmentation
| model | data augmentation | 30-isolates classifier (%) | empiric treatment (%) | binary classifier (%) |
|---|---|---|---|---|
| U-Net | before | 85.13 | 97.7 | 93 |
| after | 86.3 | 97.84 | 95 |
Stanford Data That are Used in This Study
| dataset | number of spectra |
|---|---|
| reference record | 60,000 |
| fine-tuning record | 3000 |
| tests record | 3000 |
Figure 4(a) Architecture of 1-D U-Net. The 1D spectra are introduced to the encoder part on the left side of the architecture. As the spectra go down, the number of filters increases with the convolution layers (blue arrows) and the data decrease with the max poling (green arrows). When the data reach the bottom, the decoder with up-sampling (red arrows) increases the data again. The gray arrows represent the copy and concatenation task. Then, in the end, there is a dense layer followed by a dense layer with a softmax (black and purple arrows) for the purpose of classification. (b) General schematic chart of the data influx by the U-Net combined with neural networks and backbones (SE-ResNet).