Next Article in Journal
Current Evidence in Robotic Colorectal Surgery
Previous Article in Journal
Cognitive Impairment in Prostate Cancer Patients Receiving Androgen Deprivation Therapy: A Scoping Review
Previous Article in Special Issue
Predicting Pancreatic Ductal Adenocarcinoma Occurrence Up to 10 Years in Advance Using Features of the Main Pancreatic Duct in Pre-Diagnostic CT Scans
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Explainable AI Exploration of the Machine Learning Classification of Neoplastic Intracerebral Hemorrhage from Non-Contrast CT

1
Department of Radiology, Campus Virchow, Charité—Universitätsmedizin Berlin, Humboldt-Universität zu Berlin, Freie Universität Berlin, Berlin Institute of Health, 13353 Berlin, Germany
2
Department of Neuroradiology, Campus Mitte, Charité—Universitätsmedizin Berlin, Humboldt-Universität zu Berlin, Freie Universität Berlin, Berlin Institute of Health, 10117 Berlin, Germany
3
Department of Neurosurgery, Campus Mitte, Charité—Universitätsmedizin Berlin, Humboldt-Universität zu Berlin, Freie Universität Berlin, Berlin Institute of Health, 10117 Berlin, Germany
4
Department of Neuroradiology, University Medical Center Hamburg-Eppendorf, 20246 Hamburg, Germany
5
Berlin Institute of Health (BIH), BIH Biomedical Innovation Academy, 10117 Berlin, Germany
*
Author to whom correspondence should be addressed.
Cancers 2025, 17(15), 2502; https://doi.org/10.3390/cancers17152502
Submission received: 25 June 2025 / Revised: 18 July 2025 / Accepted: 25 July 2025 / Published: 29 July 2025
(This article belongs to the Special Issue Medical Imaging and Artificial Intelligence in Cancer)

Simple Summary

This study investigates which imaging features a deep-learning model uses to distinguish between neoplastic and non-neoplastic brain hemorrhages. Explainable artificial intelligence techniques show that the model relies primarily on features in the hemorrhage, but also considers features in the surrounding edema.

Abstract

Objective: To understand the importance of different imaging features in the automatic classification of neoplastic and non-neoplastic intracerebral hemorrhage (ICH) using admission CT. Methods: This study builds on a previously published machine learning model for the classification of neoplastic vs. non-neoplastic ICH. In the current work, we analyzed its decision process with explainable AI methods. We compared the average importance of ICH and perihematomal edema (PHE) in the model’s predictions to gain insight into its decision process regarding the etiology classification. The model predictions were explained using various image-based explanation methods, and the best method was selected based on the faithfulness metric. Results: The study population consisted of 349 cases (144 neoplastic, 205 non-neoplastic; median age 67, 167 female). The best explanation method according to the faithfulness metric was GradCam++. Both the ICH and PHE regions were important for the classification. The ICH importance was on average 30% higher compared to the PHE importance (p < 0.001). Further, there was a significant difference between the importance of ICH in neoplastic vs. non-neoplastic cases (p < 0.001) which was on average 7.3% higher. A subgroup analysis showed a significant difference between the two classes for the PHE region for lesions smaller (p = 0.02) and larger than the median ICH volume (p = 0.001), but not for the full study population (p = 0.54). Conclusions: Our results confirm the importance of PHE in the classification of neoplastic ICH but show that the ICH region remains of higher importance.

1. Introduction

Intracerebral hemorrhage (ICH) associated with primary and metastatic brain tumors presents a significant challenge in neuro-oncology due to the substantial risk of complications [1]. A major contributor to this challenge is the diagnostic complexity, particularly during the early stages of presentation [2]. Patients with tumor-related ICH often exhibit symptoms resembling, among others, those of spontaneous hypertensive hemorrhages, which can frequently serve as the initial clinical manifestation preceding tumor-specific symptoms [2,3,4,5]. This similarity can make differentiation based on clinical and imaging findings difficult, potentially delaying the initiation of etiology-specific work-up protocols. These delays may not only impact prognosis and therapeutic outcomes but also result in unnecessary diagnostic procedures, raising concerns about both clinical and economic efficiency [6,7,8,9,10]. Accurate and early detection of neoplastic ICH is, therefore, essential.
In most cases, computed tomography (CT) imaging remains the gold standard, particularly as these patients often present in acute clinical settings. Recent studies, have proposed various quantitative approaches to leverage perihematomal edema (PHE) characteristics surrounding the hemorrhagic lesion to differentiate neoplastic from non-neoplastic hemorrhages [11,12,13,14]. Notably, in our previous work, we introduced an end-to-end deep learning approach with significant potential for clinical translation [15]. This method combines an automated segmentation model to delineate lesions of interest with a classification model to distinguish neoplastic from non-neoplastic ICH, thereby eliminating the need for manual segmentation.
In the current study, we do not modify or retrain this classification model. Instead, we focus on analyzing how the previously trained model arrives at its predictions. Despite its strong performance, the model—like many deep neural networks—functions as a “black box,” making it difficult to interpret and trust in clinical settings. To address this challenge, we apply post hoc explainable artificial intelligence (XAI) techniques to enhance the transparency and interpretability of the model’s decision-making process [16].
Our hypothesis is that feature attribution methods, which provide pixel-wise significance scores to highlight critical regions, will offer valuable insights into the model’s inner workings and reaffirm the predictive importance of the PHE region in distinguishing between neoplastic and non-neoplastic ICH. To test this hypothesis, we compared the average importance attributed to ICH and PHE regions in the classification process.

2. Methods

2.1. Study Population

Our study consisted of two retrospectively assembled patient cohorts. The first cohort was gathered from Charité University Hospital Berlin, Germany, from January 2016 to May 2020. The second cohort included patients from a further academic hospital, the University Medical Center Hamburg-Eppendorf, Germany, from January 2010 to December 2017. For the purpose of this study, these two cohorts were pooled together to create a larger and more diverse dataset for the evaluation of the explainability methods. The inclusion criteria were consistent across both cohorts, requiring patients to have an ICH diagnosis on CT imaging, followed by MRI imaging. Cases were categorized into non-neoplastic and neoplastic ICH based on the H-ATOMIC classification [17]. Patient characteristics can be found in Table 1. Illustrative cases for neoplastic and non-neoplastic cases can be found in Figure 1.

2.2. Image Analysis and Preprocessing

Non-contrast CT images were retrieved from the local picture archiving and communication system (PACS) servers, anonymized in line with local protocols, and converted to Neuroimaging Informatics Technology Initiative (NifTI) format. Semi-manual planimetric measurements quantified the extent of ICH and PHE. For both cohorts, this analysis was performed by a trained research student or radiology resident with three years of experience in ICH imaging. Additionally, all cases were reviewed by a radiology fellow with eight years of experience in ICH imaging. In case of discrepancies, a consensus reading was performed, as detailed in our previous studies [13,14]. The clinical data and radiological reports were blinded during image analysis. Segmentations were used to mask the CT images, and the images were cropped from the original size of (512, 512, 31) to (200, 200, 20). This simplification substantially reduced the classification task’s complexity, allowing the model to concentrate on relevant image regions.

2.3. Classification Pipeline

In this study, we used XAI to compare the importance of different imaging features in the machine learning-based classification of neoplastic and non-neoplastic ICH, which is based on a previously trained and externally validated classification model [15]. In the original work, a residual neural network (ResNet) model was trained with preprocessed images for the classification of neoplastic and non-neoplastic ICH. The preprocessing entailed a segmentation of the ICH and PHE regions. This segmentation was automatized with an nnU-Net segmentation model. The two models were integrated in an end-to-end pipeline in which the automatically generated segmentations were used to preprocess the images for the classification task. A graphical representation of the workflow is illustrated in Figure 2. The classification model yielded an area under the curve (AUC) of 83% with an accuracy of 80%, sensitivity of 72%, and specificity of 89% on the full study population. Details about the model training can be found in the Supplementary Material or in the original publication [15].

2.4. Explanation Methods

Explanations were generated for 349 cases (144 neoplastic, 205 non-neoplastic). Various established explanation methods have been applied, namely Saliency [18], InputXGradient [19], SmoothGrad [20], Gradient Shap [21], GradCam [22], Guided GradCam [22], and GradCam++ [23]. All employed methods are primary attribution methods determining the importance of individual input features on the output. Each method returns an attribution map the same size as the input image. Each pixel value in the attribution map corresponds to the importance of that pixel for the prediction. The explanations are local, meaning they do not explain the model behavior in general but indicate what was important for the prediction of the specific input instance.
The methods visually differ in the granularity and smoothness of the highlighted regions. Saliency and InputXGradient are first-order gradient-based attribution methods that calculate the gradients of the output with respect to the input. They typically result in sharp, sometimes noisy attribution maps. SmoothGrad and Gradient Shap offer more stable and smooth attribution maps that are less deceptive to noisy inputs. SmoothGrad achieves this by adding noise to the input image and averaging over the resulting attribution maps. Gradient Shap integrates over multiple baselines to estimate feature importance, combining ideas from Shapley values with gradient-based methods. The GradCam versions (GradCAM, Guided GradCAM, GradCAM++) focus more on high-level features and broader areas of importance rather than individual pixels. GradCam++ considers positive and negative gradients separately, which helps in preserving more precise localization information and generating sharper heatmaps.
A comprehensive description of the methods and their differences has been provided in the Supplementary Material. Figure 3 shows an exemplary case for each method. The mean importance of the ICH and PHE region was calculated by averaging the importance of all pixels belonging to that region.

2.5. Faithfulness Metric

The attribution methods were quantitively evaluated using the faithfulness metric, which measures the relevance of selected features for the model’s prediction [24]. The metric is obtained by calculating the correlation coefficient between the attribution value of each pixel and the change in prediction probability when the pixel is replaced by a value from a baseline image. This baseline represents the absence of information and is usually challenging to determine. Common baseline values include zero, the average value of the image, or a random value sampled from the pixel distribution. In this study, a baseline of zeros was chosen consistent with the background masking applied during preprocessing.
Iterating through all pixels of the image, a prediction is made on the image with this pixel value set to zero. The model’s prediction probability for the target class is observed. In case the pixel was important for the prediction, a drop in prediction probability is expected. A high correlation between the changes in prediction probability and the attribution values indicates that the attribution map reflects the model’s decision-making process well.
The metric produces a correlation coefficient with possible values ranging from −1 to 1. Positive values indicate a positive linear relation between the variables. In this case, it means that with increasing attribution values, the prediction probability also increases, which is interpreted as indicating a good explanation. Negative values indicate that there is a negative linear relation between the variables, meaning if the attribution value increases, the prediction probability decreases. A value of 0 means there is no linear relation between the two variables. Values of ±0.1, ±0.3, and ±0.5 typically represent small, medium, and high correlations, respectively, which facilitates the evaluation of the explanatory quality. However, there is no established threshold for a “good” explanation. In this study, we used the faithfulness metric to benchmark and discern the most effective explanation method for our model, without the need for a definitive threshold. The scores of each method are provided in Table 2 and may serve as a reference for future research or comparisons.

2.6. Statistical Analysis

Data was tested for normality with the Shapiro–Wilk test. If the assumption of normality was met, variables were compared with a two-sided t-test, if not with the Mann–Whitney-U test. All two-sided hypothesis tests were considered statistically significant with a level of p < 0.05. The average importance of the ICH region was compared with the average importance of the PHE region. Further, the average ICH and PHE importances were compared between the neoplastic and non-neoplastic cases. Additionally, this comparison was performed for small and large lesions separately, with the median lesion volume separating the two subgroups.

3. Results

We generated and compared explanations for 349 cases (144 neoplastic, 205 non-neoplastic). The median ICH volume was 6.92 mL (IQR 2.21–19.91). There was no significant difference in ICH volume between the two classes (see Table 1). The distribution of ICH volumes for both classes is visualized in a histogram plot in Figure 4.
The explanation method with the highest faithfulness scores was GradCam++, with an average of 0.49 and standard deviation of 0.15. Hence, the attribution methods from GradCam++ were used to compare the average importance of ICH and PHE in neoplastic and non-neoplastic cases. The scores for all explanation methods can be found in Table 2. The overall mean importance was 0.639 for ICH and 0.435 for PHE, compared to 0.014 for the background (BG). Separated by class, the mean importance for ICH was 0.663 in non-neoplastic cases and 0.615 in neoplastic cases, whereas for PHE, they were 0.439 and 0.430, respectively, as detailed in Table 3. The distribution of importance scores is illustrated in a violin plot in Figure 5.
The statistical analysis of the full study population, as well as for the small and large lesions separately, revealed significant differences: (1) between the mean importance of ICH and PHE (all p < 0.001), (2) between the mean importance of ICH in the neoplastic and non-neoplastic group (all p < 0.01), and (3) between the mean BG importance in the neoplastic and non-neoplastic group (all p < 0.001), as detailed in Table 3. No significant difference was found in the mean importance of PHE between the two groups for the full study population (p = 0.54). However, when separated by lesion volume, there was a significant difference. In large lesions, the average PHE importance was higher in neoplastic cases compared to non-neoplastic cases (p = 0.001). The opposite was true for the small lesions, in which the average PHE importance was lower for the neoplastic cases (p = 0.02).

4. Discussion

The predictions of a convolutional neural network (CNN) for the binary classification of neoplastic and non-neoplastic ICH have been explained with the GradCam++ attribution method to gain insights into the inner working of the model and to confirm the importance of PHE for the classification task. An early and accurate differentiation of ICH types is important, as it enables timely and appropriate treatment decisions, which are essential for improving survival rates and reducing long-term disability. Gaining insights into the model by analyzing the average importance of ICH and PHE regions is important because it helps validate the model’s decision-making process and ensures that it aligns with clinical knowledge.
By understanding how the model uses these regions to differentiate between neoplastic and non-neoplastic ICH, we can confirm that the model is focusing on relevant anatomical features, increasing our confidence in its predictions. This transparency enhances the trustworthiness of the model in clinical practice, as it demonstrates that the AI model is making decisions based on meaningful and clinically significant information.
The generated explanations showed that both PHE and ICH were important for the differentiation of neoplastic and non-neoplastic ICH on admission CT. Yet, the ICH region consistently showed a higher average importance than the PHE region in both classes, irrespective of lesion volume. This suggests that the model’s differentiation between the two classes relied less on variations in PHE volume than initially hypothesized. We acknowledge that this finding appears to contrast with previous work, including our own earlier studies that demonstrated the diagnostic value of PHE volume in distinguishing neoplastic from non-neoplastic ICH [12,14]. This highlights important differences between traditional feature-based approaches and deep learning models. Specifically, while prior studies analyzed manually extracted imaging metrics (e.g., absolute and relative PHE volume), the deep learning model used here may prioritize more subtle textural and density cues embedded within the ICH region itself. One possible mechanistic explanation lies in the lower density of neoplastic ICH on CT images compared to non-neoplastic ones. The reasons for the lower density are likely the presence of intermixed tumor tissue and the tumor’s slower hemorrhage compared to abrupt ruptures in hypertensive associated bleedings [11]. This highlights density as a key predictive factor in classifying ICH etiology, which is supported by the significant differences in importance between neoplastic and non-neoplastic cases for ICH (p < 0.001). Our findings did not corroborate the anticipated higher discriminatory power of PHE in the automated classification. Although PHE contributed to the classification process, its importance did not outperform that of ICH.
Interestingly, a significant difference in PHE importance emerged when separating the cohort into lesions smaller and larger than the median ICH volume of 6.92 mL. Our results demonstrated that PHE importance was higher in neoplastic cases only for large lesions, whereas for smaller lesions, PHE importance was lower compared to non-neoplastic cases. This observation underscores the pathophysiological and temporal differences in edema formation between tumor-related and spontaneous hemorrhagic lesions, offering insights into the discriminative capabilities of our XAI approach.
Larger neoplastic ICHs are likely associated with a longer duration of tumor growth, which could lead to a larger preexisting vasogenic PHE. Vasogenic edema is driven by the disruption of the blood–brain barrier, permitting the accumulation of protein-rich fluid in the extracellular space [25]. This phenomenon is particularly prominent in larger tumors, which are associated with greater angiogenesis and vascular permeability [26,27]. Additionally, larger tumors exert a more substantial mass effect, further exacerbating blood–brain barrier disruption and enhancing edema formation [28]. Thus, the pronounced importance of PHE in larger neoplastic lesions detected by our model likely reflects these underlying tumor-related mechanisms.
In contrast, smaller neoplastic hemorrhages may not have had sufficient time or tumor activity to generate significant vasogenic edema. Consequently, the PHE observed in such cases might predominantly result from the acute hemorrhagic insult itself. Early PHE formation within the first four hours post-hemorrhage is primarily osmotic in nature, driven by clot retraction and the release of plasma proteins, rather than tumor-specific mechanisms [29]. This early osmotic edema is pathophysiologically distinct from vasogenic edema, lacking the prolonged, barrier-disruptive processes associated with tumor growth [29].
These findings are consistent with prior studies suggesting that larger tumor size correlates with more extensive vasogenic edema due to enhanced angiogenic activity and chronic blood–brain barrier disruption [26,27]. The observed dependency of PHE importance on lesion size in our XAI model reinforces its utility in capturing these nuanced pathophysiological differences. This underscores the potential of explainable AI to not only enhance diagnostic accuracy but also provide insights into the underlying biological mechanisms.
Lastly, there is a significant difference in average background importance between the neoplastic and non-neoplastic groups. This finding can be observed in the full study population and in the subgroups of different ICH volumes. The Grad-CAM++ method’s smoothing effect during scaling extends attribution scores slightly beyond the lesion border into adjacent background areas. It seems that the model is paying more attention to the edges of the lesion in neoplastic cases, which leads to higher average importance in the background. This interpretation is consistent with known imaging characteristics of intra-axial brain tumors where “radial or finger-like” extensions or irregular shapes of the PHE can suggest neoplastic etiologies [30]. This visual observation aligns with clinical understanding and provides a plausible explanation for why the background area might show importance in distinguishing between neoplastic and non-neoplastic cases.
This study has some limitations. First, the analysis is performed on a single classifier. Expanding the analysis to multiple classifiers would allow us to assess whether the patterns observed here generalize across different models or if alternative classifiers might focus on different imaging features. For this, new classifiers would have to be developed and tested first. In addition, potential clinical confounders such as tumor histology (e.g., primary vs. metastatic origin) and time from symptom onset to imaging were not included in the analysis. These variables may influence the extent and appearance of perihematomal edema (PHE), potentially affecting model interpretation. However, our model was intentionally designed as a radiology-based decision-support tool that operates on admission non-contrast CT alone, reflecting real-world scenarios in which clinical data may be unavailable or unreliable. In particular, the timing of symptom onset is often unclear in patients with neoplastic disease, especially in older adults. While incorporating such clinical variables could enhance diagnostic specificity, it may also limit model applicability. Future work should explore multimodal approaches that integrate imaging with clinical and temporal data to further refine model performance and interpretability.
Second, our preprocessing approach is masking the image background, effectively forcing the model to focus solely on the regions of interest. From an XAI perspective, it would be interesting to see whether a classifier also considers other regions as relevant to its decision-making. However, our preprocessing was specifically designed to enhance model performance, enabling it to focus on clinically meaningful areas and leverage the capabilities of deep learning-based segmentation. This approach aligns with the goal of maximizing predictive accuracy but prevents an analysis of other regions.

5. Conclusions

Our study demonstrates that our previously introduced deep learning model effectively uses both PHE and ICH regions to discern neoplastic from non-neoplastic ICH on admission CT. This suggests that the model’s diagnostic process is grounded in relevant image features rather than incidental associations. Further, the results underscore the ICH region’s predominant influence on the model’s differentiation of ICH types.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/cancers17152502/s1. References [15,31] are cited in the supplementary materials.

Author Contributions

All authors contributed to the study conception and design. Material preparation and data collection were performed by S.S.-W., J.N., T.O. and H.K. Analysis was performed by S.S.-W. and J.N. The initial manuscript was drafted by S.S.-W., which was then revised by both J.N. and S.S.-W. All authors provided feedback on subsequent drafts. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

This multi-center retrospective study was approved by the institutional ethics committee at Charité University Hospital Berlin, Germany (protocol number EA1/035/20), and written informed consent was waived by the institutional review boards. All study protocols and procedures were conducted in accordance with the Declaration of Helsinki. Patient consent was not needed due to the retrospective nature of this study.

Informed Consent Statement

Patient consent was waived due to the retrospective nature of the study and the positive evaluation by the institutional ethics board.

Data Availability Statement

The datasets that support the findings of our study are available upon reasonable request from the corresponding author; however, prior approval of proposals may apply by our institution’s data security management, and a signed data sharing agreement will then be approved.

Conflicts of Interest

Tobias Penzkofer receives funding from Berlin Institute of Health (Advanced Clinician Scientist Grant, Platform Grant), Ministry of Education and Research (BMBF, 01KX2021 (RACOON, 01KX2524), 01KX2121 (“NUM 2.0”, RACOON), 68GX21001A, 01ZZ2315D), German Research Foundation (DFG, SFB 1340/2), European Union (H2020, CHAIMELEON: 952172, DIGITAL, EUCAIM:101100633) and reports research agreements (no personal payments, outside of submitted work) with AGO, Aprea AB, ARCAGY-GINECO, Astellas Pharma Global Inc. (APGD), Astra Zeneca, Clovis Oncology, Inc., Holaira, Incyte Corporation, Karyopharm, Lion Biotechnologies, Inc., MedImmune, Merck Sharp & Dohme Corp, Millennium Pharmaceuticals, Inc., Morphotec Inc., NovoCure Ltd., PharmaMar S.A. and PharmaMar USA, Inc., Roche, Siemens Healthineers, and TESARO Inc., and fees for a book translation (Elsevier B.V.). J.N. reports research agreements (no personal payments, outside of submitted work) with Briya Lab Ltd.

Abbreviations

AUCArea under the Curve
CNNConvolutional Neural Network
CTComputed Tomography
ICHIntracerebral Hemorrhage
HUHounsfield Units
MLMachine Learning
MRIMagnetic Resonance Imaging
NifTINeuroimaging Informatics Technology Initiative
PACSPicture Archiving and Communication System
PHEPerihematomal Edema
ResNetDeep Residual Network
XAIExplainable Artificial Intelligence

References

  1. Burth, S.; Ohmann, M.; Kronsteiner, D.; Kieser, M.; Löw, S.; Riedemann, L.; Laible, M.; Berberich, A.; Drüschler, K.; Rizos, T.; et al. Prophylactic anticoagulation in patients with glioblastoma or brain metastases and atrial fibrillation: An increased risk for intracranial hemorrhage? J. Neuro-Oncol. 2021, 152, 483–490. [Google Scholar] [CrossRef]
  2. Ostrowski, R.P.; He, Z.; Pucko, E.B.; Matyja, E. Hemorrhage in brain tumor—An unresolved issue. Brain Hemorrhages 2022, 3, 98–102. [Google Scholar] [CrossRef]
  3. Choi, G.; Park, D.-H.; Kang, S.-H.; Chung, Y.-G. Glioma mimicking a hypertensive intracerebral hemorrhage. J. Korean Neurosurg. Soc. 2013, 54, 125–127. [Google Scholar] [CrossRef] [PubMed]
  4. Eminovic, S.; Orth, T.; Dell’oRco, A.; Baumgärtner, L.; Morotti, A.; Wasilewski, D.; Guelen, M.S.; Scheel, M.; Penzkofer, T.; Nawabi, J. Clinical and imaging manifestations of intracerebral hemorrhage in brain tumors and metastatic lesions: A comprehensive overview. J. Neuro-Oncol. 2024, 170, 567–578. (In English) [Google Scholar] [CrossRef] [PubMed]
  5. Singla, N.; Aggarwal, A.; Vyas, S.; Sanghvi, A.; Salunke, P.; Garg, R. Glioblastoma Multiforme with Hemorrhage Mimicking an Aneurysm: Lessons Learnt. Ann. Neurosci. 2016, 23, 263–265. [Google Scholar] [CrossRef]
  6. Baiguissova, D.; Laghi, A.; Rakhimbekova, A.; Fakhradiyev, I.; Mukhamejanova, A.; Battalova, G.; Tanabayeva, S.; Zharmenov, S.; Saliev, T.; Kausova, G. An economic impact of incorrect referrals for MRI and CT scans: A retrospective analysis. Health Sci. Rep. 2023, 6, e1102. (In English) [Google Scholar] [CrossRef]
  7. Haddadi, S.; Dehghani, M.; D’AMato, G. Editorial: Delay in cancer diagnosis and factors affecting outcomes. Front. Public Health 2024, 12, 1442764. [Google Scholar] [CrossRef]
  8. Khanmohammadi, S.; Mobarakabadi, M.; Mohebi, F. The Economic Burden of Malignant Brain Tumors. Adv. Exp. Med. Biol. 2023, 1394, 209–221. [Google Scholar] [CrossRef]
  9. McGarvey, N.; Gitlin, M.; Fadli, E.; Chung, K.C. Increased healthcare costs by later stage cancer diagnosis. BMC Health Serv. Res. 2022, 22, 1155. [Google Scholar] [CrossRef]
  10. Yoo, H.; Jung, E.; Gwak, H.S.; Shin, S.H.; Lee, S.H. Surgical outcomes of hemorrhagic metastatic brain tumors. Cancer Res. Treat. 2011, 43, 102–107. [Google Scholar] [CrossRef]
  11. Choi, Y.; Rim, T.; Ahn, S.; Lee, S.-K. Discrimination of tumorous intracerebral hemorrhage from benign causes using CT densitometry. Am. J. Neuroradiol. 2015, 36, 886–892. [Google Scholar] [CrossRef]
  12. Nawabi, J.; Hanning, U.; Broocks, G.; Schön, G.; Schneider, T.; Fiehler, J.; Thaler, C.; Gellissen, S. Neoplastic and non-neoplastic causes of acute intracerebral hemorrhage on CT: The diagnostic value of perihematomal edema. Clin. Neuroradiol. 2020, 30, 271–278. [Google Scholar] [CrossRef]
  13. Nawabi, J.; Kniep, H.; Kabiri, R.; Broocks, G.; Faizy, T.D.; Thaler, C.; Schön, G.; Fiehler, J.; Hanning, U. Neoplastic and non-neoplastic acute intracerebral hemorrhage in CT brain scans: Machine learning-based prediction using radiomic image features. Front. Neurol. 2020, 11, 285. [Google Scholar] [CrossRef]
  14. Nawabi, J.; Orth, T.; Schulze-Weddige, S.; Baumgaertner, G.L.; Tietze, A.; Thaler, C.; Penzkofer, T. External validation of the diagnostic value of perihematomal edema characteristics in neoplastic and non-neoplastic intracerebral hemorrhage. Eur. J. Neurol. 2023, 30, 1686–1695. [Google Scholar] [CrossRef]
  15. Nawabi, J.; Schulze-Weddige, S.; Baumgärtner, G.L.; Orth, T.; Dell’Orco, A.; Morotti, A.; Mazzacane, F.; Kniep, H.; Hanning, U.; Scheel, M.; et al. End-to-end machine learning based discrimination of neoplastic and non-neoplastic intracerebral hemorrhage on computed tomography. Inform. Med. Unlocked 2025, 54, 101633. [Google Scholar] [CrossRef]
  16. Borys, K.; Schmitt, Y.A.; Nauta, M.; Seifert, C.; Krämer, N.; Friedrich, C.M.; Nensa, F. Explainable AI in medical imaging: An overview for clinical practitioners–Beyond saliency-based XAI approaches. Eur. J. Radiol. 2023, 162, 110786. [Google Scholar] [CrossRef] [PubMed]
  17. Martí-Fàbregas, J.; Prats-Sánchez, L.; Martínez-Domeño, A.; Camps-Renom, P.; Marín, R.; Jiménez-Xarrié, E.; Fuentes, B.; Dorado, L.; Purroy, F.; Arias-Rivas, S.; et al. The H-ATOMIC criteria for the etiologic classification of patients with intracerebral hemorrhage. PLoS ONE 2016, 11, e0156992. [Google Scholar] [CrossRef] [PubMed]
  18. Simonyan, K.; Vedaldi, A.; Zisserman, A. Deep inside convolutional networks: Visualising image classification models and saliency maps. arXiv 2013, arXiv:1312.6034. [Google Scholar]
  19. Shrikumar, A.; Greenside, P.; Shcherbina, A.; Kundaje, A. Not just a black box: Learning important features through propagating activation differences. arXiv 2016, arXiv:1605.01713. [Google Scholar]
  20. Smilkov, D.; Thorat, N.; Kim, B.; Viégas, F.; Wattenberg, M. Smoothgrad: Removing noise by adding noise. arXiv 2017, arXiv:1706.03825. [Google Scholar] [CrossRef]
  21. Lundberg, S.M.; Lee, S.-I. A unified approach to interpreting model predictions. Adv. Neural Inf. Process. Syst. 2017, 30. [Google Scholar]
  22. Selvaraju, R.R.; Cogswell, M.; Das, A.; Vedantam, R.; Parikh, D.; Batra, D. Grad-cam: Visual explanations from deep networks via gradient-based localization. In Proceedings of the 2017 IEEE International Conference on Computer Vision (ICCV), Venice, Italy, 22–29 October 2017; pp. 618–626. [Google Scholar]
  23. Chattopadhay, A.; Sarkar, A.; Howlader, P.; Balasubramanian, V.N. Grad-cam++: Generalized gradient-based visual explanations for deep convolutional networks. In Proceedings of the 2018 IEEE Winter Conference on Applications of Computer Vision (WACV), Lake Tahoe, NV, USA, 12–15 March 2018; pp. 839–847. [Google Scholar]
  24. Alvarez Melis, D.; Jaakkola, T. Towards robust interpretability with self-explaining neural networks. Adv. Neural Inf. Process. Syst. 2018, 31. [Google Scholar]
  25. Drappatz, J. Management of Vasogenic Edema in Patients with Primary and Metastatic Brain Tumors. Charité University Hospital Berlin. Available online: https://www.uptodate.com/contents/management-of-vasogenic-edema-in-patients-with-primary-and-metastatic-brain-tumors (accessed on 19 November 2024).
  26. Jain, R.; Ellika, S.; Scarpace, L.; Schultz, L.; Rock, J.; Gutierrez, J.; Patel, S.; Ewing, J.; Mikkelsen, T. Quantitative estimation of permeability surface-area product in astroglial brain tumors using perfusion CT and correlation with histopathologic grade. Am. J. Neuroradiol. 2008, 29, 694–700. [Google Scholar] [CrossRef]
  27. Jain, R.K.; di Tomaso, E.; Duda, D.G.; Loeffler, J.S.; Sorensen, A.G.; Batchelor, T.T. Angiogenesis in brain tumours. Nat. Rev. Neurosci. 2007, 8, 610–622. (In English) [Google Scholar] [CrossRef]
  28. Carrillo, J.; Lai, A.; Nghiemphu, P.; Kim, H.; Phillips, H.; Kharbanda, S.; Moftakhar, P.; Lalaezari, S.; Yong, W.; Ellingson, B.; et al. Relationship between Tumor Enhancement, Edema, Mutational Status, Promoter Methylation, and Survival in Glioblastoma. Am. J. Neuroradiol. 2012, 33, 1349–1355. (In English) [Google Scholar] [CrossRef] [PubMed]
  29. Ironside, N.; Chen, C.-J.; Ding, D.; Mayer, S.A.; Connolly, E.S. Perihematomal Edema After Spontaneous Intracerebral Hemorrhage. Stroke 2019, 50, 1626–1633. (In English) [Google Scholar] [CrossRef] [PubMed]
  30. Lee, K.-W.; Lo, C.-P. Acute cerebral infarction masked by a brain tumor. Case Rep. Neurol. 2011, 3, 179–184. [Google Scholar] [CrossRef] [PubMed]
  31. Nawabi, J.; Baumgaertner, G.L.; Schulze-Weddige, S.; Dell’Orco, A.; Morotti, A.; Mazzacane, F.; Kniep, H.; Schlunk, F.; Boehmer, M.F.H.; Akkurt, B.H.; et al. Cross-institutional automated multilabel segmentation for acute intracerebral hemorrhage, intraventricular hemorrhage, and perihematomal edema on CT. Radiol. Adv. 2025, 2, umaf012. [Google Scholar] [CrossRef]
Figure 1. Example cases of neoplastic and non-neoplastic intracerebral hemorrhage on imaging. Legend: Representative axial non-contrast CT images from three patients. On the CT scans, square ROIs were manually placed within the ICH (red) and PHE (blue) regions (two per structure per case) to estimate mean CT density values for each compartment: (A,B) two neoplastic intracerebral hemorrhages (ICH) demonstrating a heterogeneous lesion, with surrounding irregular perihematomal edema (PHE) marked with a star (*), and (C) a non-neoplastic ICH showing a homogenous hyperdense hemorrhage with well-defined margins and symmetric PHE. In Case (A), ICH appears mildly hyperdense with a mean of 40–50 HU and mean PHE density of 19–25 HU. Case (B) in particular shows an irregular, radially extending edema pattern suggestive of infiltrative tumor growth, with a mean PHE density of 20–29 HU and a mean ICH density of 45–55 HU, in contrast to the more compact and well-defined margins of PHE observed in (C), with a mean density of 18–24 HU and, in turn, higher mean ICH density of 60–70 HU.
Figure 1. Example cases of neoplastic and non-neoplastic intracerebral hemorrhage on imaging. Legend: Representative axial non-contrast CT images from three patients. On the CT scans, square ROIs were manually placed within the ICH (red) and PHE (blue) regions (two per structure per case) to estimate mean CT density values for each compartment: (A,B) two neoplastic intracerebral hemorrhages (ICH) demonstrating a heterogeneous lesion, with surrounding irregular perihematomal edema (PHE) marked with a star (*), and (C) a non-neoplastic ICH showing a homogenous hyperdense hemorrhage with well-defined margins and symmetric PHE. In Case (A), ICH appears mildly hyperdense with a mean of 40–50 HU and mean PHE density of 19–25 HU. Case (B) in particular shows an irregular, radially extending edema pattern suggestive of infiltrative tumor growth, with a mean PHE density of 20–29 HU and a mean ICH density of 45–55 HU, in contrast to the more compact and well-defined margins of PHE observed in (C), with a mean density of 18–24 HU and, in turn, higher mean ICH density of 60–70 HU.
Cancers 17 02502 g001
Figure 2. Overview of the deep learning-based classification pipeline. Legend: Workflow of the automated classification system distinguishing neoplastic from non-neoplastic ICH. The process includes (1) input of non-contrast CT scans, (2) segmentation of ICH and PHE regions using a pre-trained nnU-Net model, (3) cropping of regions of interest, and (4) classification via a ResNet-based convolutional neural network. Explainable AI (XAI) methods, including GradCAM++, are applied to interpret predictions.
Figure 2. Overview of the deep learning-based classification pipeline. Legend: Workflow of the automated classification system distinguishing neoplastic from non-neoplastic ICH. The process includes (1) input of non-contrast CT scans, (2) segmentation of ICH and PHE regions using a pre-trained nnU-Net model, (3) cropping of regions of interest, and (4) classification via a ResNet-based convolutional neural network. Explainable AI (XAI) methods, including GradCAM++, are applied to interpret predictions.
Cancers 17 02502 g002
Figure 3. Visualization of each attribution method for one representative case. Legend: Side-by-side visual comparison of attribution maps generated by each explainability method for one representative example case, alongside the input image and the segmentation mask. In the segmentation mask, the perihematomal edema (PHE) is shown in purple, while the intracerebral hemorrhage (ICH) is shown in yellow. In the attribution maps, a brighter yellow color denotes higher importance values, while a darker purple color represents lower importance values.
Figure 3. Visualization of each attribution method for one representative case. Legend: Side-by-side visual comparison of attribution maps generated by each explainability method for one representative example case, alongside the input image and the segmentation mask. In the segmentation mask, the perihematomal edema (PHE) is shown in purple, while the intracerebral hemorrhage (ICH) is shown in yellow. In the attribution maps, a brighter yellow color denotes higher importance values, while a darker purple color represents lower importance values.
Cancers 17 02502 g003
Figure 4. Distribution of ICH volume and density on imaging in the study population. Legend: Histogram displaying the distribution of ICH volumes for both neoplastic (blue) and non-neoplastic (orange) cases. Median ICH volume across both groups was 6.92 mL. There was no statistically significant difference in median volume between the two groups (p = 0.477).
Figure 4. Distribution of ICH volume and density on imaging in the study population. Legend: Histogram displaying the distribution of ICH volumes for both neoplastic (blue) and non-neoplastic (orange) cases. Median ICH volume across both groups was 6.92 mL. There was no statistically significant difference in median volume between the two groups (p = 0.477).
Cancers 17 02502 g004
Figure 5. Distribution of importance scores for ICH and PHE regions. Legend: Violin plots showing the distribution of average importance scores (from GradCAM++) for the ICH and PHE regions, stratified by class. The ICH region exhibits significantly higher mean importance than the PHE region (p < 0.001), with ICH importance also significantly differing between neoplastic and non-neoplastic cases. PHE importance differs significantly only when stratified by lesion size.
Figure 5. Distribution of importance scores for ICH and PHE regions. Legend: Violin plots showing the distribution of average importance scores (from GradCAM++) for the ICH and PHE regions, stratified by class. The ICH region exhibits significantly higher mean importance than the PHE region (p < 0.001), with ICH importance also significantly differing between neoplastic and non-neoplastic cases. PHE importance differs significantly only when stratified by lesion size.
Cancers 17 02502 g005
Table 1. Baseline characteristics of patients with acute neoplastic and non-neoplastic intracerebral hemorrhage.
Table 1. Baseline characteristics of patients with acute neoplastic and non-neoplastic intracerebral hemorrhage.
All ICH
(n = 349)
Neoplastic ICH
(n = 144)
Non-Neoplastic ICH (n = 205)p-Value
Age (years), median (IQR)67 (53; 78)66.5 (53; 78)67 (53;78)0.998
Female, n (%)167 (47.85)69 (47.91)98 (47.80)0.983
Δ symptom onset to imaging (days), median (IQR)0.46 (0.13; 1.71)0.95 (0.2; 5.0)0.32 (0.09;1.0)0.013
Hypertension, n (%)157 (44.99)39 (27.08)118 (57.56)<0.001
CAA, n (%)49 (14.04)-49 (23.90)-
Oral anticoagulation, n (%)10 (2.87)-10 (4.88)-
Vascular malformation, n (%)63 (18.05)-63 (30.73)-
Metastasis, n (%)102 (29.23)102 (70.83)--
Tumor, n (%)42 (12.03)42 (29.17)--
Median ICH volume, mL (IQR)6.92
(2.12; 19.91)
7.44 (2.50; 20.26)6.53
(1.76; 19.56)
0.477
Median PHE volume, mL (IQR)16.45
(7.01; 39.71)
23.94 (14.24; 64.30)10.47 (5.32; 24.37)<0.001
Table 2. Faithfulness scores for all tested explanation methods.
Table 2. Faithfulness scores for all tested explanation methods.
MeanStandard Deviation
Saliency0.4730.047
InputXGradient−0.2560.181
SmoothGrad0.2330.077
Gradient Shap−0.0920.258
GradCam0.1160.197
GradCam++0.490.153
Guided GradCam0.0310.051
Table 3. Average importance for the two classes—neoplastic and non-neoplastic—and the three regions—intracerebral hemorrhage (ICH), perihematomal edema (PHE) and background (BG)—for the full study population and for the subgroups of small and large lesions separately.
Table 3. Average importance for the two classes—neoplastic and non-neoplastic—and the three regions—intracerebral hemorrhage (ICH), perihematomal edema (PHE) and background (BG)—for the full study population and for the subgroups of small and large lesions separately.
Lesion SizeRegionNeoplasticNon-Neoplasticp-Value
AllICH0.6150.663<0.001
AllPHE0.4300.4390.54
AllBG0.0170.011<0.001
SmallICH0.6840.7170.002
SmallPHE0.4710.5210.023
SmallBG0.0130.008<0.001
LargeICH0.5610.6000.008
LargePHE0.3960.3410.001
LargeBG0.0190.014<0.001
Legend: The table shows the average importance scores per lesion size, region and class. The intracerebral hemorrhage (ICH) region has higher importance on average, and it is significantly different between the two classes. There is no significant difference between the classes in the perihematomal edema (PHE) region for the full cohort, but there is for the small and large lesions separately. The BG region is significantly different between neoplastic and non-neoplastic cases in both subgroups and the full study population. Generally, for Grad-CAM++ or similar gradient-based attribution methods, a smaller region with non-zero pixels will tend to concentrate importance due to reduced competition for relevance across the image. This is due to scaling that is performed within the method. Therefore, the average importance is higher for smaller lesions.
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

Schulze-Weddige, S.; Baumgärtner, G.L.; Orth, T.; Tietze, A.; Scheel, M.; Wasilewski, D.; Wattjes, M.P.; Hanning, U.; Kniep, H.; Penzkofer, T.; et al. An Explainable AI Exploration of the Machine Learning Classification of Neoplastic Intracerebral Hemorrhage from Non-Contrast CT. Cancers 2025, 17, 2502. https://doi.org/10.3390/cancers17152502

AMA Style

Schulze-Weddige S, Baumgärtner GL, Orth T, Tietze A, Scheel M, Wasilewski D, Wattjes MP, Hanning U, Kniep H, Penzkofer T, et al. An Explainable AI Exploration of the Machine Learning Classification of Neoplastic Intracerebral Hemorrhage from Non-Contrast CT. Cancers. 2025; 17(15):2502. https://doi.org/10.3390/cancers17152502

Chicago/Turabian Style

Schulze-Weddige, Sophia, Georg Lukas Baumgärtner, Tobias Orth, Anna Tietze, Michael Scheel, David Wasilewski, Mike P. Wattjes, Uta Hanning, Helge Kniep, Tobias Penzkofer, and et al. 2025. "An Explainable AI Exploration of the Machine Learning Classification of Neoplastic Intracerebral Hemorrhage from Non-Contrast CT" Cancers 17, no. 15: 2502. https://doi.org/10.3390/cancers17152502

APA Style

Schulze-Weddige, S., Baumgärtner, G. L., Orth, T., Tietze, A., Scheel, M., Wasilewski, D., Wattjes, M. P., Hanning, U., Kniep, H., Penzkofer, T., & Nawabi, J. (2025). An Explainable AI Exploration of the Machine Learning Classification of Neoplastic Intracerebral Hemorrhage from Non-Contrast CT. Cancers, 17(15), 2502. https://doi.org/10.3390/cancers17152502

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