| Literature DB >> 36078635 |
Soualihou Ngnamsie Njimbouom1, Kwonwoo Lee1, Jeong-Dong Kim1,2.
Abstract
In recent years, healthcare has gained unprecedented attention from researchers in the field of Human health science and technology. Oral health, a subdomain of healthcare described as being very complex, is threatened by diseases like dental caries, gum disease, oral cancer, etc. The critical point is to propose an identification mechanism to prevent the population from being affected by these diseases. The large amount of online data allows scholars to perform tremendous research on health conditions, specifically oral health. Regardless of the high-performing dental consultation tools available in current healthcare, computer-based technology has shown the ability to complete some tasks in less time and cost less than when using similar healthcare tools to perform the same type of work. Machine learning has displayed a wide variety of advantages in oral healthcare, such as predicting dental caries in the population. Compared to the standard dental caries prediction previously proposed, this work emphasizes the importance of using multiple data sources, referred to as multi-modality, to extract more features and obtain accurate performances. The proposed prediction model constructed using multi-modal data demonstrated promising performances with an accuracy of 90%, F1-score of 89%, a recall of 90%, and a precision of 89%.Entities:
Keywords: artificial neural network; convolutional neural network; dental caries; hybrid neural network; multi-modalities
Mesh:
Year: 2022 PMID: 36078635 PMCID: PMC9518085 DOI: 10.3390/ijerph191710928
Source DB: PubMed Journal: Int J Environ Res Public Health ISSN: 1660-4601 Impact factor: 4.614
Figure 1Proposed multi-modal dental caries prediction model.
Figure 2Dimensionality reduction by feature selection using Pearson Correlation method. (a) Before Pearson correlation for dimensionality reduction. (b) After applying Pearson correlation for dimensionality reduction.
Figure 3Dimensionality reduction by feature selection using Mutual information method. (a) Before applying mutual information to reduce dimensionality. (b) After mutual information method to reduce dimensionality.
Figure 4Data distribution ratio with respect to the target variable before and after SMOTE. (a) Data distribution of numerical dataset before SMOTE. (b) Data distribution of the numerical dataset after SMOTE.
Experimental setup environment.
| Part | Component | Description |
|---|---|---|
| Hardware | OS | Ubuntu 18.0.4 64 bit |
| CPU | Intel Core i7-6850k (3.60 Hz) | |
| GPU | NVIDIA GTX 1080 Ti | |
| RAM | 62.7 GB | |
| Software | TensorFlow | 2.5.0 |
| Python Version | 3.8.0 | |
| CUDA Version | 11.2.0 |
Figure 5Dental image samples used during model training.
Performance evaluation metric of the proposed model.
| Metric | Formula | Description |
|---|---|---|
| Precision |
| Indicates the proportion of positive identifications which were correct. |
| Recall |
| Indicates the proportion of actual positives which were correctly classified |
| F1-score |
| Combination of precision and recall |
| Accuracy |
| Overall performance of the model |
| AUC-ROC |
| Comparison of a model’s TPR versus model’s FPR |
Figure 6Accuracy vs. loss of the proposed model on training and validation set. (a) Accuracy of the training vs. validation set. (b) Loss of the model on training vs. validation set.
Classification report of the proposed hybrid model on the test set.
| Precision | Recall | F1-Score | Support | |
|---|---|---|---|---|
| 0 | 0.95 | 0.87 | 0.91 | 3823 |
| 1 | 0.83 | 0.93 | 0.88 | 2622 |
| Accuracy | 0.90 | 6445 | ||
| Macro average | 0.89 | 0.90 | 0.89 | 6445 |
| Weight average | 0.90 | 0.90 | 0.90 | 6445 |
Figure 7Performance evaluation of the proposed model using AUC-ROC.
Figure 8Confusion matric of the proposed model on the test set.