Multi-Method Diagnosis of CT Images: Comparison
Please note this is a comparison between Version 2 by Dean Liu and Version 1 by Ebrahim Mohammed Senan.

Intracranial hemorrhaging is considered a type of disease that affects the brain and is very dangerous, with high-mortality cases if there is no rapid diagnosis and prompt treatment. CT images are one of the most important methods of diagnosing intracranial hemorrhages. CT images contain huge amounts of information, requiring a lot of experience and taking a long time for proper analysis and diagnosis. Thus, artificial intelligence techniques provide an automatic mechanism for evaluating CT images to make a diagnosis with high accuracy and help radiologists make their diagnostic decisions.

  • CNN models
  • hybrid method
  • ANN
  • SVM
  • LBP
  • GLCM
  • PCA

1. Introduction

An intracranial hemorrhage (ICH) involves bleeding that occurs in an intracranial vault [1]. This disease represents a high-risk health problem that requires prompt diagnosis and treatment. ICHs account for about 10–30% of strokes, but it is the most dangerous type of stroke, accounting for 35–52% of deaths compared with other strokes. They are also the fifth leading cause of death in the United States of America [2]. The most critical factors of infection of an ICH are high blood pressure, weak blood vessels, external trauma to the skull, drug abuse and leakage into the veins associated with the ICH. The major types of ICHs are epidural hemorrhages, subdural hemorrhages, subarachnoid hemorrhages and intraventricular and intraparenchymal hemorrhages [3]. According to the American Stroke Association, early diagnosis and prompt and timely treatment of the patient is necessary, because these cases can kill the patient after they occur [4]. For medical treatment of disorders that cause cerebral hemorrhaging, determining the type and location of bleeding is essential for the patient’s treatment. Therefore, to examine disorders, doctors rely on many imaging techniques of the brain’s internal structures, such as angiography (CTA), magnetic resonance imaging and computer tomography (CT) of the head. CT is considered one of the best medical techniques used to diagnose cerebral hemorrhages because of its advantages, such as its high sensitivity to blood and the short scanning time, showing the bleeding area with a high density [5]. Thus, CT provides accurate and reliable information that the radiologist can diagnose an ICH with, as well as the amount of bleeding and its location in the patient. Strokes caused by reduced blood flow to the brain have clinical characteristics similar to ICHs, and therefore treatment differs significantly between strokes and cerebral hemorrhages. Therefore, prompt and accurate diagnosis by doctors and radiologists is critical to dealing with a cerebral hemorrhage and its location [6], though there is a lack of highly experienced radiologists, especially in developing countries. Additionally, analyzing all the data in CT images requires highly experienced specialists, as well as great effort and a lot of time. Due to the increase of big data in CT, patients have the risk of misdiagnosis. Although highly experienced radiologists are limited in analyzing massive CT image data [7], it is not easy to obtain correct diagnostic results in a short time [8]. Thus, artificial intelligence techniques helped experts, radiologists and patients with their high speeds to analyze all CT image data with high accuracy and determine the type and location of a cerebral hemorrhage. Artificial intelligence algorithms have achieved effective performance and high speeds in recent years. Deep learning models have shown superior generalizability for solving complex medical problems such as analyzing and forming diagnoses from medical images [9], discovering diseases [10] and detecting internal organs [11]. CNN models are the most efficient and effective because they have many convolutional layers to extract more complex deep feature maps that cannot be detected manually. Several CNN models have been developed, such as GoogLeNet, AlexNet, ResNet-xx, MobileNet and VGG [12]. All of these models were extensively trained on a dataset called ImageNet, which contains more than a million images for classifying into more than a thousand classes [13]. However, ImageNet does not contain many medical images, though these models can be used with the transfer learning method. The transfer learning method builds on the experience gained by CNN models to perform new tasks of classifying medical datasets [14,15,16][14][15][16]. In this study, sSeveral proposed systems, materials and methods are applied to diagnose the CT images of a hemorrhage dataset. The first proposed system is pretrained CNN models to perform new tasks on a new dataset. The second system uses hybrid techniques between CNN models and machine learning algorithms. The third system extracts features in a hybrid method between CNN models and GLCM and LBP algorithms and then feeds them to ANN neural networks to classify them.

2. ICH and IVH

ICH and IVH were split at the same time by CT scans using minimally invasive surgery, alteplase and clot lysis [43][17]. A probabilistic technique based on deep Gaussian processes was developed for training by multi-instance learning and predicting cerebral intracranial hemorrhages. The technique takes the relationships between features using multiple Gaussian layers that outperform single-layer Gaussian operations [44][18]. Numerous patients with neurological problems received head CT scans. The link between hematoma and clinical factors was demonstrated using a number of univariate and multivariate techniques [45][19]. The ResNet-18 model was used to discriminate between normal CT and ICH images. In addition to using a Grad-weighted class activation mapping method to detect ResNet-18 decisions [46][20]. Based on radiology records, a pretrained deep learning network may identify brain haemorrhages. It has been observed that the effectiveness of fine-tuned deep learning models improves the classification results [47][21]. Using a three-dimensional deep learning network, the subtypes of haemorrhages are segmented in [48][22]. The CT images were segmented using the area growth method and then optimized.
In tThis study, three proposed methods have been discussed for evaluating CT images to make a diagnosis for rapid detection of an intracranial hemorrhage. Each proposed system contains more than one model with various methodologies and materials. The study aimed to find an automatic method that helps doctors and radiologists in the rapid diagnosis of an intracranial hemorrhage and determine its location for the patient to receive appropriate treatments. All CT images were improved, all artifacts were removed, and the edges of the hemorrhagic region appeared with the same filters for all the proposed methods. The data augmentation method was used to avoid the overfitting problem during the training phase.
Due to the dataset’s limited subject availability and the usage of artificial intelligence techniques in the developed systems, the classification was concentrated at the level of the slide (image) rather than the level of the subject (patient). Additionally, the dataset comprised various numbers of slides for every subject. It is sufficient to diagnose the patient as having hemorrhagic disease if a hemorrhage appears on one of the many patient slides. The dataset was divided into the training, validation and testing stages according to the patient. In contrast to obtaining results at the patient level, results were acquired based on each image, which was more precise. To be more detailed, for the hemorrhagic class, four patients were chosen during the testing phase. Each patient had the following number of slides: 196, 195, 23 and 123. In addition, five patients from the non-hemorrhagic class were chosen. Each patient had 131, 217, 134, 123 and 129 slides. In Figure 21, fFor instance, wresearchers see four images of non-hemorrhagic classes that were incorrectly classified as hemorrhagic and six images of hemorrhagic classes that were wrongly classified as non-hemorrhagic when looking at the confusion matrix. Additionally, due to the small number of images relative to the number of images for each patient, these incorrectly classified images did not accurately represent the patient. Therefore, artificial intelligence systems are classifying images one after the other. As a result, this study researchers diagnosed the CT images of all the proposed systems at the slide level.
The proposed methods in this study are the following. The fiirst proposed method for evaluating CT images to make a diagnosis of the hemorrhagic dataset by CNNs involves pretrained GoogLeNet, ResNet-50 and AlexNet models. The second proposed method is hybrid technology between the CNN models (GoogLeNet, ResNet-50 and AlexNet). The third proposed method is to diagnose the hemorrhagic dataset by an ANN network based on extracting the hybrid features between the CNN models and the GLCM and LBP algorithms and fusing them together.
The first proposed method was the GoogLeNet, ResNet-50 and AlexNet models, where the parameters and training options were tuned to extract deep feature maps and classify them. The GoogLeNet, ResNet-50 and AlexNet models achieved overall accuracies of 94%, 91.7% and 91.5%, respectively. The second proposed method represents a hybrid technique consisting of two blocks: the first block is CNN models to extract the feature maps, and the second block is the SVM algorithm for classifying the feature maps. The GoogLeNet + SVM, ResNet-50 + SVM and AlexNet + SVM networks achieved overall accuracies of 97.4%, 97.2% and 95.7%, respectively. The third proposed method is to diagnose the hemorrhage dataset with an ANN based on the hybrid features extracted by the GoogLeNet, ResNet-50 and AlexNet models and apply the PCA algorithm to reduce the dimensions of the feature maps and combine them with the hybrid features extracted using the GLCM and LBP algorithms. The ANN network based on combining GoogLeNet feature maps with the features of the GLCM and LBP algorithms achieved 98.9% overall accuracy. When the ANN network was based on the combination of ResNet-50 feature maps with the features of the GLCM and LBP algorithms, the overall accuracy was 99.1%. In comparison, the ANN network reached a 99.3% overall accuracy based on the combination of AlexNet feature maps with the features of the GLCM and LBP algorithms.
Table 71 summarizes the evaluative performance of all proposed methods for CT imaging for the rapid detection of intracranial hemorrhages. First, all the proposed methods reached superior results for the hemorrhage class. The ANN algorithm based on the hybrid features between the CNN models and GLCM and LBP features achieved the best diagnosis of the hemorrhage dataset. It is noted that the best diagnosis of hemorrhage images was accomplished by an ANN classifier based on the features of ResNet-50 + (GLCM and LBP), which reached an accuracy of 99.8%, while the best diagnosis of the hemorrhage images was by the ANN classifier based on the features of GoogLeNet + features (GLCM and LBP), which reached an accuracy of 99.2%.
Table 71.
 Performance of all proposed methods for CT imaging diagnostics for early detection of hemorrhage disease.
System Diseases Hemorrhage Non-Hemorrhage Accuracy (%)
  GoogLeNet 92 95.3 94
Deep Learning ResNet-50 93.1 90.8 91.7
  AlexNet 79.1 99.1 91.5
  GoogLeNet + SVM 95.9 98.3 97.4
Hybrid ResNet-50 + SVM 96.8 97.4 97.2
  AlexNet + SVM 94.2 96.5 95.7
  GoogLeNet + (GLCM and LBP) 98.5 99.2 98.9
Hybrid Features ResNet-50 + (GLCM and LBP) 99.8 98.1 99.1
ANN AlexNet + (GLCM and LBP) 98.9 99.5 99.3
Figure 23 shows the performance of all the proposed methods for CT diagnostics for the fast detection of hemorrhage disease in graph form.
1 shows the performance of all the proposed methods for CT diagnostics for the fast detection of hemorrhage disease in graph form.
Figure 231.
 Performance of all proposed methods for fast detection of hemorrhage disease in graph form.

References

  1. Balasooriya, U.; Perera, M.U.S. Intelligent brain hemorrhage diagnosis using artificial neural networks. In Proceedings of the 2012 IEEE Business, Engineering & Industrial Applications Colloquium (BEIAC), Kuala Lumpur, Malaysia, 7–8 April 2012; pp. 128–133.
  2. Caceres, J.A.; Goldstein, J.N. Intracranial hemorrhage. Emerg. Med. Clin. 2012, 30, 771–794.
  3. Badenes, R.; Bilotta, F. Neurocritical care for intracranial haemorrhage: A systematic review of recent studies. BJA Br. J. Anaesth. 2015, 115, ii68–ii74.
  4. Hemphill, J.C.; Greenberg, S.M.; Anderson, C.S.; Becker, K.; Bendok, B.R.; Cushman, M.; Fung, G.L.; Goldstein, J.N.; Macdonald, R.L.; Mitchell, P.H.; et al. Guidelines for the Management of Spontaneous Intracerebral Hemorrhage. Stroke 2015, 46, 2032–2060.
  5. Ginat, D.T. Analysis of head CT scans flagged by deep learning software for acute intracranial hemorrhage. Neuroradiology 2020, 62, 335–340.
  6. Chang, P.; Kuoy, E.; Grinband, J.; Weinberg, B.; Thompson, M.; Homo, R.; Chen, J.; Abcede, H.; Shafie, M.; Sugrue, L.; et al. Hybrid 3D/2D Convolutional Neural Network for Hemorrhage Evaluation on Head CT. Am. J. Neuroradiol. 2018, 39, 1609–1616.
  7. Karki, M.; Cho, J.; Lee, E.; Hahm, M.H.; Yoon, S.Y.; Kim, M.; Ahn, J.Y.; Son, J.; Park, S.H.; Kim, K.H.; et al. CT window trainable neural network for improving intracranial hemorrhage detection by combining multiple settings. Artif. Intell. Med. 2020, 106, 101850.
  8. Hee, L.Y.; Seob, C.D.; Wook, R.J.; Jong, Y.J.; Cheol, C.H.; Eun, K.J. Multidetector-Row CT Angiography of Cerebral Vasospasm after Aneurysmal Subarachnoid Hemorrhage: Comparison of Bone Subtraction and Standard CT Angiography with Digital Subtraction Angiography. J. Korean Soc. Radiol. 2011, 65, 325–331.
  9. Akram, S.U.; Kannala, J.; Eklund, L.; Heikkilä, J. Cell Segmentation Proposal Network for Microscopy Image Analysis. In Deep Learning and Data Labeling for Medical Applications; Carneiro, G., Mateus, D., Peter, L., Bradley, A., Tavares, J.M.R.S., Belagiannis, V., Papa, J.P., Nascimento, J.C., Loog, M., Lu, Z., et al., Eds.; Springer International Publishing: Cham, Switzerland, 2016; pp. 21–29.
  10. Oyedotun, O.K.; Olaniyi, E.O.; Helwan, A.; Khashman, A. Hybrid auto encoder network for iris nevus diagnosis considering potential malignancy. In Proceedings of the 2015 International Conference on Advances in Biomedical Engineering (ICABME), Beirut, Lebanon, 16–18 September 2015; pp. 274–277.
  11. Helwan, A.; Uzun Ozsahin, D. Sliding window based machine learning system for the left ventricle localization in MR cardiac images. Appl. Comput. Intell. Soft Comput. 2017, 2017, 3048181.
  12. Simonyan, K.; Zisserman, A. Very Deep Convolutional Networks for Large-Scale Image Recognition. arXiv 2014, arXiv:1409.1556.
  13. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep Residual Learning for Image Recognition. In Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; pp. 770–778.
  14. Gautam, A.; Raman, B. Towards effective classification of brain hemorrhagic and ischemic stroke using CNN. Biomed. Signal Process. Control 2021, 63, 102178.
  15. Mohammed, B.A.; Senan, E.M.; Rassem, T.H.; Makbol, N.M.; Alanazi, A.A.; Al-Mekhlafi, Z.G.; Almurayziq, T.S.; Ghaleb, F.A. Multi-Method Analysis of Medical Records and MRI Images for Early Diagnosis of Dementia and Alzheimer’s Disease Based on Deep Learning and Hybrid Methods. Electronics 2021, 10, 2860.
  16. Senan, E.M.; Jadhav, M.E.; Rassem, T.H.; Aljaloud, A.S.; Mohammed, B.A.; Al-Mekhlafi, Z.G. Early Diagnosis of Brain Tumour MRI Images Using Hybrid Techniques between Deep and Machine Learning. Comput. Math. Methods Med. 2022, 2022, 1–17.
  17. Sharrock, M.F.; Mould, W.A.; Hildreth, M.; Ryu, E.P.; Walborn, N.; Awad, I.A.; Hanley, D.F.; Muschelli, J. Bayesian deep learning outperforms clinical trial estimators of intracerebral and intraventricular hemorrhage volume. J. Neuroimaging 2022, 1–9.
  18. López-Pérez, M.; Schmidt, A.; Wu, Y.; Molina, R.; Katsaggelos, A.K. Deep Gaussian processes for multiple instance learning: Application to CT intracranial hemorrhage detection. Comput. Methods Programs Biomed. 2022, 219, 106783.
  19. Tang, Z.; Zhu, Y.; Lu, X.; Wu, D.; Fan, X.; Shen, J.; Xiao, L. Deep Learning-Based Prediction of Hematoma Expansion Using a Single Brain Computed Tomographic Slice in Patients with Spontaneous Intracerebral Hemorrhages. World Neurosurg. 2022, in press.
  20. Altuve, M.; Pérez, A. Intracerebral hemorrhage detection on computed tomography images using a residual neural network. Phys. Med. 2022, 99, 113–119.
  21. Bayrak, G.; Toprak, M.Ş.; Ganiz, M.C.; Kodaz, H.; Koç, U. Deep Learning-Based Brain Hemorrhage Detection in CT Reports. Stud. Health Technol. Inform. 2022, 294, 866–867.
  22. Inkeaw, P.; Angkurawaranon, S.; Khumrin, P.; Inmutto, N.; Traisathit, P.; Chaijaruwanich, J.; Angkurawaranon, C.; Chitapanarux, I. Automatic hemorrhage segmentation on head CT scan for traumatic brain injury using 3D deep learning model. Comput. Biol. Med. 2022, 146, 105530.
More
Video Production Service