Next Article in Journal
Evaluating the Effectiveness of the SleepTracker App for Detecting Anxiety- and Depression-Related Sleep Disturbances
Previous Article in Journal
Live Cell Imaging by Single-Shot Common-Path Wide Field-of-View Reflective Digital Holographic Microscope
Previous Article in Special Issue
Epileptic EEG Signal Detection Using Variational Modal Decomposition and Improved Grey Wolf Algorithm
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

AI-Based Approach to One-Click Chronic Subdural Hematoma Segmentation Using Computed Tomography Images

1
Polenov Russian Research Institute of Neurosurgery, Almazov National Medical Research Center, 191014 St. Petersburg, Russia
2
St. Petersburg Federal Research Center of the Russian Academy of Sciences (SPC RAS), 199178 St. Petersburg, Russia
3
Information Technologies and Programming Faculty, ITMO University, 197101 St. Petersburg, Russia
*
Author to whom correspondence should be addressed.
Sensors 2024, 24(3), 721; https://doi.org/10.3390/s24030721
Submission received: 16 November 2023 / Revised: 3 January 2024 / Accepted: 19 January 2024 / Published: 23 January 2024
(This article belongs to the Special Issue Multimodal Image Analysis with Advanced Computational Intelligence)

Abstract

:
This paper presents a computer vision-based approach to chronic subdural hematoma segmentation that can be performed by one click. Chronic subdural hematoma is estimated to occur in 0.002–0.02% of the general population each year and the risk increases with age, with a high frequency of about 0.05–0.06% in people aged 70 years and above. In our research, we developed our own dataset, which includes 53 series of CT scans collected from 21 patients with one or two hematomas. Based on the dataset, we trained two neural network models based on U-Net architecture to automate the manual segmentation process. One of the models performed segmentation based only on the current frame, while the other additionally processed multiple adjacent images to provide context, a technique that is more similar to the behavior of a doctor. We used a 10-fold cross-validation technique to better estimate the developed models’ efficiency. We used the Dice metric for segmentation accuracy estimation, which was 0.77. Also, for testing our approach, we used scans from five additional patients who did not form part of the dataset, and created a scenario in which three medical experts carried out a hematoma segmentation before we carried out segmentation using our best model. We developed the OsiriX DICOM Viewer plugin to implement our solution into the segmentation process. We compared the segmentation time, which was more than seven times faster using the one-click approach, and the experts agreed that the segmentation quality was acceptable for clinical usage.

1. Introduction

Chronic subdural hematoma (CSDH) is a type of human brain hematoma whose clinical manifestations can be seen three weeks after the event that caused them [1,2,3,4]. CSDHs are very common (0.002–0.02%) and generally occur in elderly people (0.05–0.06% of people aged 70 years and above). The authors of paper [5] note that CSDHs are among the most common diseases in neurosurgery. For the diagnosis and treatment of chronic subdural hematomas, volumetric analysis is usually used [6]. Accurately measuring the volume of a CSDH is a crucial indicator for assessing the need for surgery and monitoring disease progression [7]. These measurements also serve as objective indicators for evaluating the effectiveness of treatment. Most clinicians use the Coniglobus formula, which calculates the hematoma volume as length cubed to determine the hematoma measurement [8,9]. Although the technique is fairly accurate for measuring ellipsoidal hematomas with small amounts of bleeding, it is not precise enough when dealing with cases of intraventricular hemorrhage and subdural hematomas with more significant bleeding and irregular shapes [10].
Since Lee K. S. et al.’s [11] initial publication in 2001, several authors have proposed the impact of “skull shape”—whether symmetrical or asymmetrical—on the localization of the CSDH [12,13]. Hsieh and colleagues [12] employed a semi-automated technique, following the concept detailed by Zonenshayn in 2004 [14], to gauge plagiocephaly. Computed tomography (CT) images were imported into a LabVIEW software system (National Instruments, Austin, TX, USA). The midline comprised the nasion and inion, which were marked manually using black dots. The study was further automated to encompass cranial bone subtraction, pixel numbering and identification of each cranial region. The axis was established along the midline and flipping one side of the skull horizontally to the other defined the overlapping and non-overlapping regions. The non-overlapping side with the largest area was considered dominant [12].
In this paper, we present an approach to one-click chronic subdural hematoma segmentation based on computer vision analysis of computed tomography images. To carry out this method, we propose and comprehensively compare two neural network models for hematoma segmentation and integrate the developed models into the OsiriX DICOM Viewer, which allows medical expert to use the models as a one-click solution. The first model is based on the well-known U-Net architecture (which is widely used for medical data segmentation) and generates results based on consideration of one data slice, while the second model considers several slices (contextual information) for results generation (2.5D model). To train the models, we generated a dataset that contains 53 series of CT scans collected from 21 patients with one or two hematomas. Based on this dataset, we trained the proposed models and calculated the Dice metric. For the 2.5D model, we obtained a result of 0.77 (Dice metric) calculated with a 10-fold cross-validation scenario. Then, we estimated the model in a real medical scenario. Three medical experts participated in the experiment and CT images of five additional patients were considered. We used two scenarios: a manual one, in which the medical experts implemented the hematoma segmentation, and a one-click scenario with the proposed 2.5D model. We compared the segmentation time, which was more than seven times faster using the one-click approach, and the experts agreed that the segmentation quality was acceptable for clinical usage.
The scientific novelty of the paper is that it offers the following: (1) a unique dataset of segmented chronic subdural hematomas; (2) an innovative approach to one-click chronic subdural hematoma segmentation based on the OsiriX DICOM Viewer; and (3) a proposed effective neural network 2.5D model for chronic subdural hematoma segmentation.
The rest of the paper is structured as follows: Section 2 gives an overview of the related research on the topic, Section 3 describes the approach used, including the acquired dataset description and the proposed neural network models, Section 4 presents the results, including the quantitative and qualitative results, and Section 5 summarizes the paper.

2. Related Work

The authors of paper [15] proposed a novel approach to the neural segmentation of traumatic brain injury (TBI) hematomas. The approach was explored using a multi-view convolutional neural network (CNN). The study utilized a dataset comprising 828 patients with scans collected within a 24 h window post-injury. The authors quantified the efficacy of this approach using the Dice similarity coefficient, a spatial statistic for gauging image segmentation performance, and the model achieved a score of up to 0.669. In addition to the primary focus on hematoma segmentation, the study also constructed two baseline models for predicting six-month mortality post-TBI. The first baseline model integrated International Mission for Prognosis and Analysis of Clinical Trials (IMPACT) models with logistic regression. In contrast, the second baseline model employed a random forest algorithm, a robust machine learning technique known for its interpretability and handling of high-dimensional data. The authors employed a rigorous evaluation methodology to ensure the reliability and robustness of these predictive models. This involved performing 10-fold cross-validation, a resampling procedure used to evaluate machine learning models on a limited data sample, repeated 50 times. This repetition aids in mitigating any bias arising from the arbitrary division of training and test data, thereby providing a more accurate estimate of model performance. The authors evaluated the predictive power of hematoma-relevant features, providing valuable insights into the role and significance of these features in predicting patient outcomes post-TBI.
In the scientific study conducted by the authors of [16], a sophisticated approach to the neural segmentation of subdural hematoma was explored using a 3D convolutional neural network (CNN). The study utilized a dataset comprising 128 scans. The efficacy of this approach was quantified using the Dice similarity coefficient, a spatial statistic used to gauge the performance of image segmentation, with the model achieving a score of up to 0.806. This high score indicates a strong agreement between the predicted segmentation and the ground truth, demonstrating the effectiveness of using 3D CNN for subdural hematoma segmentation.
The authors of paper [17] utilized a convolutional neural network for intracerebral hemorrhage segmentation. They achieved a Dice similarity coefficient of up to 0.75, indicating effective segmentation. The dataset had 121 scans taken within 4 days of patient admission to the local hospital with intracerebral hemorrhages. The model followed U-Net architecture with periodic batch normalization and five paired convolution–deconvolution layers.
The authors of paper [18] developed a multiresolution binary level set method for hematoma segmentation, achieving a Dice overlap metric of up to 0.8. This method modifies the Song–Chan algorithm to compute the edge length in irregular image margins, making it suitable for segmenting objects in any position, especially near the image margins. The authors utilized image pyramids for multiresolution processing, allowing the binary level set method to work on images with a reduced resolution and size. This approach improves efficiency by processing a point on a lower-resolution image instead of a block or a strip at the original resolution. The method was successfully applied to segment intracranial hematomas on brain CT slices, including epidural and subdural hematomas. The segmentation results were comparable to those achieved by human experts and were obtained in seconds.
In the paper [19], the authors developed a U-Net-based model for segmenting tiny intracerebral hemorrhage regions in brain CT images. The model was trained on a dataset of 318 intracerebral hemorrhage images. To handle the tiny intracerebral hemorrhage regions, the authors proposed a residual hybrid atrous convolution strategy and introduced a multi-object function for joint optimization. The model outperformed previous methods in both internal testing data and external clinical data, indicating its potential for clinical application. The performance of the developed segmentation algorithm was analyzed using the Dice coefficient and Jaccard index. The proposed model outperformed previous methods and achieved satisfying segmentation performance for intracranial hemorrhage testing in both the internal testing data (Dice 0.725, Jaccard 0.605) and the external clinical data (Dice 0.869, Jaccard 0.774), indicating its superior segmentation effect and potential clinical prospects.
In paper [20], the authors developed an automatic segmentation network, CHSNet (cascaded neural network with hard example mining and semi-focal loss), for segmenting lesions in cranial CT images characteristic of acute cerebral hemorrhage. The study utilized a dataset comprising 5998 cranial CT slices collected from 203 cases and achieved a Dice similarity coefficient of up to 0.918, indicating effective segmentation. The network architecture includes an encoding–decoding backbone, Res-RCL module, Atrous Spatial Pyramid Pooling and Attention Gate. These components enhance the feature representation of high-density regions and capture multi-scale and up–down information on the target location.
The authors of paper [21] developed an AMD-DAS (domain adaptation segmentation model that can be trained across modalities and diseases), which is an unsupervised domain adaptation method for the neural segmentation of brain CT scans using CycleGAN (deep-learning architecture using two generative adversarial networks). This method improves the diagnosis of brain diseases by automatically segmenting hemorrhagic lesions. It involves a two-stage process: training a pseudo-CT image synthesis network and then using these images to train a domain adaptation segmentation model. The method outperformed the basic one-stage domain adaptation segmentation method by a +11.55 Dice score, achieving an 86.93 Dice score. Notably, it can be trained without ground truth labels, increasing its potential for clinical application. The training set included 484 scans. Each scan contained 155 images.
The authors of paper [22] developed a method for segmenting hemorrhage subtypes in traumatic brain injury patients using EfficientNet B4 and DeepMedic v0.8.4. The method uses CT scans with bone window as input and includes a post-processing step for refinement. The dataset comprised CT scans from 153 patients. The method achieved median Dice similarity coefficients higher than 0.37 for each hemorrhage subtype, demonstrating its effectiveness.
The authors of paper [23] improved the U-Net model for better segmentation of irregular intracranial hemorrhage lesions in CT images. They introduced a residual octave convolution module and a mixed attention mechanism. The dataset included CT scans from 40 patients. The improved U-Net demonstrated higher accuracy, improving the Dice coefficient from 0.74 to 0.86, outperforming both the original U-Net and the region growing algorithm.
The authors of paper [24] developed a method for segmentation with the energy function of cerebral hemorrhages in CT images, considering the irregularity and variability of blood clots. The method combines shape and area constraints and was tested on 42 patients, achieving a Dice score of over 0.93. They used Zernike moment-based extraction of CT images.
The articles reviewed lead to several key observations. Firstly, the subject matter is of high relevance and has been extensively studied. However, there is a scarcity of research, specifically on subdural hematomas, which can be attributed to the complexity of segmentation, with only a few works such as [16,18] addressing this area. In addition, U-Net architecture is predominantly used in these studies [17,19,20,23], while CycleGAN [21], EfficientNet and DeepMedic [22] are also employed. Some studies have also explored the approach to recognize hematomas [18,24]. Lastly, overlap metrics, namely, the Jaccard and Dice metrics, are commonly used for model evaluation.

3. Approach

3.1. General Scheme

The automated hematoma segmentation process is designed to detect and segment hematoma regions in head computed tomography (CT) images of patients with subdural hematomas (see Figure 1).
We considered two scenarios for hematoma segmentation: a manual scenario and an automated scenario. Manual hematoma segmentation consists of the following steps:
  • Brain CT visualization: This is the initial step, in which the brain CT scans are visualized using a specialized software program. This allows the human operator to view the scans in detail;
  • Manual hematoma segmentation: In this step, a trained professional manually identifies and segments the hematoma from the CT scan. This process requires a high level of expertise and can be time-consuming;
  • Hematoma metric calculation: After the segmentation, various metrics related to the hematoma, such as its volume, location and shape, are calculated. These metrics are crucial for further diagnosis and treatment planning.
The automated hematoma segmentation scenario includes the following steps:
  • Brain CT visualization: Like the manual process, the brain CT scans are visualized using a specialized software program;
  • Segmentation system launch: In this step, an automated segmentation system is launched with one click. This system uses machine learning algorithms to identify and segment the hematoma;
  • Automated hematoma segmentation: The system automatically segments the hematoma from the CT scan. This process is typically faster and less prone to human error compared to manual segmentation;
  • Human-based verification of hematoma segmentation: Despite the automation, a human operator verifies the segmentation results to ensure accuracy. This step acts as a safeguard against any potential errors by the automated system;
  • Hematoma metric calculation: Like the manual process, various hematoma metrics are calculated after segmentation.
The main differences between these two scenarios lie in steps 2 (manual scenario) and 3 (automated scenario). In the manual scenario, a human operator does all the work, which can be time-consuming and prone to errors. On the other hand, in the automated scenario, a machine learning system does most of the work, which is typically faster and more accurate. However, even in the automated scenario, human verification is still necessary to ensure accuracy.

3.2. Dataset

The data were collected at the Almazov National Research Medical Centre (non-randomized monocentric case–control study). Patients were enrolled between November 2021 and May 2023. Approval for the study was granted and monitored by the local ethics committee of the National Research Medical Center, Almazov. The research was conducted in accordance with the 2013 version of the Helsinki Declaration by the World Medical Association. The Ethics Committee of the National Medical Research Centre, Almazov, approved the study (12 July 2019) and the approval code is 07-19. All enrolled patients agreed in written form to the anonymous publication of their data.
The examinations were conducted using a Philips (USA) Ingenuity Core multispiral computed tomography scanner with 128 slices. The acquisitions were helical with a slice thickness of 1 mm, a slice spacing of 0.5 mm and a total of 302 slices. The total acquisition time was 3.429 s.
Our dataset contains 53 series of CT scans of people over 18 years old with the presence of at least one CSDH. The average age of the patients was 61 ± 14 (m ± SD). The study did not include pregnant women or patients who had blood diseases, bronchial asthma, diabetes mellitus, oncological diseases or rheumatological diseases. Also, we did not include patients taking anticoagulants or antiplatelet agents. More details about the dataset are presented in Table 1.
We determined the volume of the CSDH manually by measuring the specific volumes, defining the area of interest using OsiriX software (Osirix for Mac, version 11.0) on a pre-embolization of NCCT [2]. In cases where the hematoma was located bilaterally, the hematoma volumes were summed and a total hematoma volume was obtained.

3.3. Neural Network Model

We proposed a model based on U-Net architecture, which is the most prominent neural network architecture for medical image analysis. Firstly, we tried a 2D model, which offered computational efficiency by focusing on individual image slices, but we then proposed using a 2.5D model, which struck a balance between computational efficiency and contextual understanding by incorporating contextual information between CT slices. On the one hand, 2D segmentation models operate on individual image slices, making them computationally efficient but lacking in contextual information between slices. On the other hand, 2.5D segmentation models process a few consecutive slices at a time, providing some context while maintaining relative computational efficiency (see Figure 2).

3.3.1. Description of 2D Model

We proposed using a U-Net model, which is a convolutional neural network designed for biomedical image segmentation, to perform the segmentation task (see Figure 3). The input images were grayscale and had a resolution of 512 × 512 pixels. Then, we implemented augmentation of the CT images to extend our dataset (see Figure 4). Next, we implemented the training process interactively until the Dice metric was improving. Once the Dice metric improvement was completed, we stopped the training. We set the learning rate to 0.0001 (found empirically) and used the EfficientNet-B4 as the backbone of the U-Net model. We used softmax as the output activation function and relu as the layer activation function. We used DiceLoss as the loss function and applied and compared different threshold values (0.3, 0.5 and 0.7) to binarize the output masks (see Section 4).

3.3.2. Description of 2.5D Model

We proposed using adjacent frames of a CT image as a “context” for recognizing hematomas. For this purpose, we proposed an architecture based on U-Net architecture, which supplies several channels as inputs, each of which corresponds to a separate frame (see Figure 5). The training process is similar to the training process of the 2D model (see Figure 6). The input images were composed of 5 images, which were cropped to up to 87.5% of their original size to remove the CT image borders. We trained the model for 40 epochs (after empirical investigation, we considered that 40 were sufficient), using Adam as the optimizer with the same learning rate (0.0001) and a weight decay of 0.001. We used a gamma scheduler with a factor of 0.96 to adjust the learning rate. We applied data augmentation techniques with a probability of 0.4, including strong augmentations.

3.4. Cross-Validation

We proposed employing a 10-fold stratified cross-validation technique since we did not have a large amount of data. The patient dataset was divided into 10 subsets or “folds”, ensuring that each fold had an approximately equal number of hematoma cases. This method, known as stratification, is crucial when dealing with datasets where certain outcomes are overrepresented, as it maintains the ratio of the predictive classes. The cross-validation scheme consists of the following steps (see Figure 7):
  • Gathering data from dataset and forming a cross-validation set;
  • Dividing the cross-validation set into 10 different folds. The “stratified” part of StratifiedKFold means that each fold will contain roughly the same proportions of the different types of class labels as the original dataset (see Table 2). We found that embolization and the number of hematomas on the CT images influenced the neural network’s ability to recognize hematomas. This is important for maintaining a representative sample of the data in each fold;
  • Processing i-th fold: Selecting one fold to be the test set and the remaining folds to be the training set. The i-th fold refers to the current iteration of the cross-validation process;
  • Training the model using the training set;
  • Testing the model using the test set;
  • Calculating performance metrics based on the model’s predictions and the actual target values;
  • After completing steps 3–6 for all folds, calculating the final performance metrics. These are the averages of the performance metrics from each fold, which offer the possibility of a robust estimate of how well the model is likely to perform on unseen data.
We repeated steps 3–6 for each fold using the StratifiedKFold cross-validation process. Each time, we selected a different fold to be a test set and the remaining folds to be training sets.

4. Results

This section outlines the usage scenarios and the results of the experiments, obtained through metric calculation.

4.1. Usage Scenarios

The proposed usage scenario described in Section 3 for the 2D model begins with the input of a CT frame (see Figure 8). To enhance prediction accuracy, a mirrored version of the CT frame is also used. The U-Net model then predicts a recognition mask for both the original and mirrored CT frames. These recognition masks are binary images that indicate where the hematoma is present in the CT frames. The predicted masks for the original and mirrored frames are then averaged to obtain a final, more accurate recognition mask. This final mask is used for further analysis, such as calculating various metrics related to the hematoma. This approach leverages the power of the U-Net model for automated hematoma segmentation and incorporates an innovative technique using mirrored frames to improve prediction accuracy.
The proposed usage scenario described in Section 3 for the 2.5D model begins with the selection of several sequential CT frames (see Figure 9). These frames are then stacked together to form a multi-channel input image, similarly to how color images have red, green and blue channels. Each channel in this case represents a different CT frame. This multi-channel image is then fed into the U-Net model. The model predicts a single recognition mask for the multi-channel image. This recognition mask is a binary image that indicates where the hematoma is present across all the CT frames. This final mask represents the segmented hematoma across all input frames and is used for further analysis, such as calculating various metrics related to the hematoma. This approach leverages the power of the U-Net model for automated hematoma segmentation and incorporates a technique using multiple frames as input channels to provide more context to the model, thereby improving prediction accuracy.

4.2. Quantitative Results

In our study, we employed three distinct test sets for evaluating the 2D model with different parameters: a test series set (one series that is not included in the training dataset), a training set (one series that is included in the training dataset) and a mixed set (mixed slices from different research). For the assessment of the 2.5D model with different parameters, we implemented a cross-validation strategy with ten folds. We then computed the Jaccard and Dice metrics for each set to gauge their performance (see Table 3 and Table 4).
Based on Table 3, it can be inferred that augmentation prevents the models from overfitting, as evidenced by the smaller difference between the performance results on the series from the training and test datasets. Furthermore, according to Table 4, cross-validation allows for more stable and justified performance evaluations of the models.
For the 2D model, the best-performing version on the first test set was the one with a threshold of 0.5 and with augmentation. However, on the second and third test sets, the best model was the one with a threshold of 0.5 and without augmentation. For the 2.5D model, the best performers were the versions with three slices and thresholds of 0.1 and 0.2.

4.3. Qualitative Results

For clinical acceptance, the CT scans of the brains of five patients with CSDHs were evaluated as part of the standard operating procedure. These scans were obtained prior to endovascular surgery, and they were not part of the primary dataset. The patients had a mean age of 61 ± 15 (m ± SD), and there were four males and one female among them. The CSDH was located bilaterally in two patients and unilaterally in three. Three specialist radiologists (Exp#1, Exp#2, Exp#3) with more than 10 years of experience performed the evaluations. The primary acceptance criterion was based on a time study. Time study is a technique for assessing the efficiency of software by recording and measuring the duration of tasks carried out within a workflow. In this study, it was used to measure the time taken to produce a report on manual and automatic CSDH volume measurements (including manual corrections). The results of the clinical acceptance process are shown in Table 5.
A survey of the experts was conducted, evaluating the automatic calculation’s ease of use, subjective assessment of the method accuracy and the potential for widespread clinical use. The automated series processing of all five of these patients was confirmed by the experts to be suitable for clinical usage.

5. Conclusions

This paper presents a computer vision-based approach to chronic subdural hematoma segmentation by using computed tomography images. The segmentation of subdural hematomas allows us to measure their volume in order to make decisions about human health and about whether or not an embolization procedure is required. We proposed two neural network models. The first model is based on U-Net architecture and analyzed each scan separately. The second proposed model extends the previous one by including analysis of a series of scans (taking context into account). We tested the proposed models on test sets from our own dataset, which contained 53 series of CT scans collected from 21 patients, as well as on 5 additional patients. We estimated our models based on the Dice metric and our experiments show the best result as 0.77. We developed the OsiriX DICOM Viewer plugin using our model, which allows us to use our solution in a specialized medical program. We conducted experiments in which three experts carried out hematoma segmentation both manually and using our developed models. The experiments showed that by using the developed models, processing time was reduced by an average of more than seven times and the experts considered that the neural network segmentation achieved was acceptable for clinical usage.
The main limitation of the paper is that we do not offer an automated approach to hematoma segmentation. We propose a one-click chronic subdural hematoma segmentation for medical professionals, which estimates results and makes human-based decisions about patient diagnosis.

Author Contributions

A.P. was responsible for conceptualization, methodology and funding acquisition. A.K. was responsible for methodology and draft writing of the paper. M.H. was responsible for software development and writing the paper. A.A. was responsible for software development. A.I. was responsible for dataset recording support as well as for writing the paper. K.S. was responsible for conceptualization and methodology. L.R. and V.B. were responsible for conceptualization, validation as well as writing—review & editing. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Russian State Research FFZF-2022-0005.

Institutional Review Board Statement

Approval for the study was granted and monitored by the local ethics committee of the National Research Medical Center, Almazov. The research was conducted in accordance with the 2013 version of the Helsinki Declaration by the World Medical Association. The Ethics Committee of the Almazov National Medical Research Centre, approved the study (12 July 2019) and the approval code is 07-19. All enrolled patients agreed in written form to the anonymous publication of their data.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

Data are contained within the article.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Tamura, R.; Sato, M.; Yoshida, K.; Toda, M. History and current progress of chronic subdural hematoma. J. Neurol. Sci. 2021, 429, 118066. [Google Scholar] [CrossRef] [PubMed]
  2. Petrov, A.; Ivanov, A.; Rozhchenko, L.; Petrova, A.; Bhogal, P.; Cimpoca, A.; Henkes, H. Endovascular Treatment of Chronic Subdural Hematomas through Embolization: A Pilot Study with a Non-Adhesive Liquid Embolic Agent of Minimal Viscosity (Squid). J. Clin. Med. 2021, 10, 4436. [Google Scholar] [CrossRef] [PubMed]
  3. Petrov, A.; Rozhchenko, L.; Ivanov, A.; Bobinov, V.; Henkes, H. [The first experience of endovascular treatment of chronic subdural hematomas with non-adhesive embolization materials of various viscosities: Squid 12 and 18]. Vopr. Neirokhirurgii Im. N. N. Burdenko 2021, 85, 80–87. [Google Scholar] [CrossRef]
  4. Petrov, A.; Ivanov, A.; Dryagina, N.; Petrova, A.; Samochernykh, K.; Rozhchenko, L. Angiogenetic Factors in Chronic Subdural Hematoma Development. Diagnostics 2022, 12, 2787. [Google Scholar] [CrossRef] [PubMed]
  5. Yang, W.; Huang, J. Chronic Subdural Hematoma: Epidemiology and Natural History. Clin. N. Am. 2017, 28, 205–210. [Google Scholar] [CrossRef]
  6. Tiwari, A.; Dmytriw, A.A.; Bo, R.; Farkas, N.; Ye, P.; Gordon, D.S.; Arcot, K.M.; Turkel-Parrella, D.; Farkas, J. Recurrence and Coniglobus Volumetric Resolution of Subacute and Chronic Subdural Hematoma Post-Middle Meningeal Artery Embolization. Diagnostics 2021, 11, 257. [Google Scholar] [CrossRef]
  7. Kothari, R.U.; Brott, T.; Broderick, J.P.; Barsan, W.G.; Sauerbeck, L.R.; Zuccarello, M.; Khoury, J. The ABCs of measuring intracerebral hemorrhage volumes. Stroke 1996, 27, 1304–1305. [Google Scholar] [CrossRef]
  8. Freeman, W.D.; Barrett, K.M.; Bestic, J.M.; Meschia, J.F.; Broderick, D.F.; Brott, T.G. Computer-assisted volumetric analysis compared with ABC/2 method for assessing warfarin-related intracranial hemorrhage volumes. Neurocrit. Care 2008, 9, 307–312. [Google Scholar] [CrossRef]
  9. Gebel, J.M.; Sila, C.A.; Sloan, M.A.; Granger, C.B.; Weisenberger, J.P.; Green, C.L.; Topol, E.J.; Mahaffey, K.W. Comparison of the ABC/2 estimation technique to computer-assisted volumetric analysis of intraparenchymal and subdural hematomas complicating the GUSTO-1 trial. Stroke 1998, 29, 1799–1801. [Google Scholar] [CrossRef]
  10. Zhu, Y.; Qi, S.M.; Wu, H.M.; Xiang, Z.M. Study on the improvement of coniglobus formula based on subdural hematoma volume estimates. Neurosurg. Q. 2015, 25, 275–279. [Google Scholar] [CrossRef]
  11. Lee, K.S.; Bae, W.K.; Yoon, S.M.; Doh, J.W.; Bae, H.G.; Yun, I.G. Location of the chronic subdural haematoma: Role of the gravity and cranial morphology. Brain Inj. 2001, 15, 47–52. [Google Scholar] [CrossRef] [PubMed]
  12. Hsieh, C.-T.; Huang, C.-T.; Chen, Y.-H.; Sun, J.-M. Association between cranial asymmetry severity and chronic subdural hematoma laterality. Neurosciences 2020, 25, 205–209. [Google Scholar] [CrossRef]
  13. Jain, A.; Haneef, M.; Tanki, H.; Ramzan, A.; Shaheen, F.; Wani, A.; Khursheed, N. Skull Vault Morphology in Subdural Hematomas: A Geometrical Analysis. Indian J. Neurotrauma 2015, 12, 107–110. [Google Scholar] [CrossRef]
  14. Zonenshayn, M.; Kronberg, E.; Souweidane, M.M. Cranial index of symmetry: An objective semiautomated measure of plagiocephaly. Technical note. J. Neurosurg. Pediatr. 2004, 100, 537–540. [Google Scholar] [CrossRef] [PubMed]
  15. Yao, H.; Williamson, C.; Gryak, J.; Najarian, K. Automated hematoma segmentation and outcome prediction for patients with traumatic brain injury. Artif. Intell. Med. 2020, 107, 101910. [Google Scholar] [CrossRef] [PubMed]
  16. Kellogg, R.T.; Vargas, J.; Barros, G.; Sen, R.; Bass, D.; Mason, J.R.; Levitt, M. Segmentation of Chronic Subdural Hematomas Using 3D Convolutional Neural Networks. World Neurosurg. 2020, 148, e58–e65. [Google Scholar] [CrossRef] [PubMed]
  17. Lilieholm, T.; McMillan, A.; Ahmed, A.; Henningsen, M.; Larson, M.; Block, W.F. Neural network for autonomous segmentation and volumetric assessment of clot and edema in acute and subacute intracerebral hemorrhages. Magn. Reson. Imaging 2023, 103, 162–168. [Google Scholar] [CrossRef]
  18. Liao, C.-C.; Xiao, F.; Wong, J.-M.; Chiang, I.-J. A multiresolution binary level set method and its application to intracranial hematoma segmentation. Comput. Med. Imaging Graph. 2009, 33, 423–430. [Google Scholar] [CrossRef]
  19. Ma, Y.; Ren, F.; Li, W.; Yu, N.; Zhang, D.; Li, Y.; Ke, M. IHA-Net: An automatic segmentation framework for computer-tomography of tiny intracerebral hemorrhage based on improved attention U-net. Biomed. Signal Process. Control 2023, 80, 104320. [Google Scholar] [CrossRef]
  20. Xu, B.; Fan, Y.; Liu, J.; Zhang, G.; Wang, Z.; Li, Z.; Guo, W.; Tang, X. CHSNet: Automatic lesion segmentation network guided by CT image features for acute cerebral hemorrhage. Comput. Biol. Med. 2023, 164, 107334. [Google Scholar] [CrossRef]
  21. Dong, D.; Fu, G.; Li, J.; Pei, Y.; Chen, Y. An unsupervised domain adaptation brain CT segmentation method across image modalities and diseases. Expert Syst. Appl. 2022, 207, 118016. [Google Scholar] [CrossRef]
  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. [Google Scholar] [CrossRef] [PubMed]
  23. Yuan, Y.; Li, Z.; Tu, W.; Zhu, Y. Computed tomography image segmentation of irregular cerebral hemorrhage lesions based on improved U-Net. J. Radiat. Res. Appl. Sci. 2023, 16, 100638. [Google Scholar] [CrossRef]
  24. Fang, L.; Jiang, Y.; Ren, X. Cerebral hemorrhage segmentation with energy functional based on anatomy theory. Biomed. Signal Process. Control 2022, 76, 103709. [Google Scholar] [CrossRef]
  25. Fan, Q.; Chen, F.; Cheng, M.; Lou, S.; Xiao, R.; Zhang, B.; Wang, C.; Li, J. remote sensing Ship Detection Using a Fully Convolutional Network with Compact Polarimetric SAR Images. Remote Sens. 2019, 11, 2171. [Google Scholar] [CrossRef]
Figure 1. General scheme of automated hematoma segmentation process.
Figure 1. General scheme of automated hematoma segmentation process.
Sensors 24 00721 g001
Figure 2. An approach to chronic subdural hematoma segmentation.
Figure 2. An approach to chronic subdural hematoma segmentation.
Sensors 24 00721 g002
Figure 3. Example of U-Net architecture for input image 512 × 512 (adapted from [25]).
Figure 3. Example of U-Net architecture for input image 512 × 512 (adapted from [25]).
Sensors 24 00721 g003
Figure 4. Training process of 2D model.
Figure 4. Training process of 2D model.
Sensors 24 00721 g004
Figure 5. Architecture of 2.5D model.
Figure 5. Architecture of 2.5D model.
Sensors 24 00721 g005
Figure 6. Training process of 2.5D model.
Figure 6. Training process of 2.5D model.
Sensors 24 00721 g006
Figure 7. Scheme of cross-validation process (solid arrows show the relationship between stages and dotted arrows show data transfer between stages).
Figure 7. Scheme of cross-validation process (solid arrows show the relationship between stages and dotted arrows show data transfer between stages).
Sensors 24 00721 g007
Figure 8. Trained model usage for hematoma segmentation (single U-Net model).
Figure 8. Trained model usage for hematoma segmentation (single U-Net model).
Sensors 24 00721 g008
Figure 9. Trained model usage for hematoma segmentation (2.5D model).
Figure 9. Trained model usage for hematoma segmentation (2.5D model).
Sensors 24 00721 g009
Table 1. Characteristics of the collected dataset.
Table 1. Characteristics of the collected dataset.
ParameterValue
Number of patients21
Minimum number of patients1
Maximum number of patients3
Overall number of series53
Average number of scans for one series≈60
Image size512 × 512
Image formatDCOM
ColorBlack and white
Overall dataset size, Gb2.58
Series with one hematoma40
Series with several hematomas13
Series with embolization26
Series without embolization27
Table 2. Characteristics for 10-fold cross-validation set generation.
Table 2. Characteristics for 10-fold cross-validation set generation.
NEmbolizationNumber of Hematomas
1false1
2false1
3true2
4true2
5true2
6true1
7true1
8false1
9true1
10true1
53false1
Table 3. Comparison of 2D model with different parameters (bold highlight the best results for different model parameters).
Table 3. Comparison of 2D model with different parameters (bold highlight the best results for different model parameters).
Model Threshold Jaccard (One Series)Dice (One Series)Jaccard (From Training)Dice (From Training)Jaccard (Mixed)Dice (Mixed)
U-Net0.30.54260.65050.92070.95820.66210.7835
U-Net0.50.42820.53820.97230.98580.68750.8002
U-Net0.70.48180.60910.9480.97280.68210.799
U-Net (augmentation)0.30.62810.74880.86590.92620.55130.6792
U-Net (augmentation)0.50.65370.76710.85620.91860.57030.7073
U-Net (augmentation)0.70.62810.7530.93140.96410.67640.7951
Table 4. Comparison of 2.5D model with different parameters (bold highlight the best results for different model parameters).
Table 4. Comparison of 2.5D model with different parameters (bold highlight the best results for different model parameters).
Model Threshold JaccardDice
U-Net(2.5D) (1 slice) (cross-valid)0.10.66650.7754
U-Net(2.5D) (1 slice) (cross-valid)0.20.66640.7754
U-Net(2.5D) (1 slice) (cross-valid)0.30.66630.7754
U-Net(2.5D) (1 slice) (cross-valid)0.50.66620.7754
U-Net(2.5D) (1 slice) (cross-valid)0.70.66600.7754
U-Net(2.5D) (3 slices) (cross-valid)0.10.670.7798
U-Net(2.5D) (3 slices) (cross-valid)0.20.670.7798
U-Net(2.5D) (3 slices) (cross-valid)0.30.66990.7798
U-Net(2.5D) (3 slices) (cross-valid)0.50.66970.7798
U-Net(2.5D) (3 slices) (cross-valid)0.70.66950.7798
U-Net(2.5D) (5 slices) (cross-valid)0.10.66510.775
U-Net(2.5D) (5 slices) (cross-valid)0.20.66510.775
U-Net(2.5D) (5 slices) (cross-valid)0.30.66500.7750
U-Net(2.5D) (5 slices) (cross-valid)0.50.66480.7750
U-Net(2.5D) (5 slices) (cross-valid)0.70.66460.7750
Table 5. Results of clinical acceptance process.
Table 5. Results of clinical acceptance process.
Patient #,
Age (Years),
Gender
Location of HematomaTime Taken to Produce a Report (Min)
Manual ScenarioAutomated Scenario
Exp#1Exp#2Exp#3MeanExp#1Exp#2Exp#3Mean
1, 77, maleRight unilateral829062785.5665.83
2, 82, maleBilateral1321419412217252020.67
3, 58, maleLeft unilateral365244449141011
4, 44, femaleBilateral17518315417112161514.33
5, 60, maleLeft unilateral455027418.5121010.16
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Petrov, A.; Kashevnik, A.; Haleev, M.; Ali, A.; Ivanov, A.; Samochernykh, K.; Rozhchenko, L.; Bobinov, V. AI-Based Approach to One-Click Chronic Subdural Hematoma Segmentation Using Computed Tomography Images. Sensors 2024, 24, 721. https://doi.org/10.3390/s24030721

AMA Style

Petrov A, Kashevnik A, Haleev M, Ali A, Ivanov A, Samochernykh K, Rozhchenko L, Bobinov V. AI-Based Approach to One-Click Chronic Subdural Hematoma Segmentation Using Computed Tomography Images. Sensors. 2024; 24(3):721. https://doi.org/10.3390/s24030721

Chicago/Turabian Style

Petrov, Andrey, Alexey Kashevnik, Mikhail Haleev, Ammar Ali, Arkady Ivanov, Konstantin Samochernykh, Larisa Rozhchenko, and Vasiliy Bobinov. 2024. "AI-Based Approach to One-Click Chronic Subdural Hematoma Segmentation Using Computed Tomography Images" Sensors 24, no. 3: 721. https://doi.org/10.3390/s24030721

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop