Why this matters for Axiomera & Axiomera

Multi-site medical imaging AI depends on data that agrees across sites

The headline in this study is not only the grading accuracy — it is that the model held its performance on an independent cohort from a different region, scanned on different hardware. That kind of external robustness is exactly what fails when imaging, molecular and clinical records are recorded differently at each institution. This is the problem Axiomera's semantic intelligence layer is built to address: binding data to shared medical ontologies and harmonizing it across sources and time so that a model trained at one set of sites means the same thing when it runs at another.

For Axiomera, the oncology-facing sibling, the workflow here maps directly onto precision neuro-oncology: preoperative characterization, molecular-marker prediction, and prognostic stratification are the building blocks of an oncology decision-support layer. The five molecular readouts in this paper (IDH, 1p/19q, TERT, CDKN2A, MGMT) are the same entities a harmonized oncology record needs to normalize before any model can learn from them.

For Axiomera, the five-center design is the reference case for multi-site harmonization: scanner and protocol differences were absorbed by preprocessing and batch-effect correction here, and the same discipline — reconciling heterogeneous sources into a trustworthy Domain Intelligence Layer without moving data out of its environment — is what lets computational results survive contact with real deployment. See where this fits in the platform use cases or request a technical briefing.

Abstract

The accurate preoperative characterization of gliomas remains a critical challenge in neuro-oncology, with profound implications for surgical planning, therapeutic strategy selection, and prognostic stratification. We developed and validated an integrated computational framework that synergistically combines radiomics feature extraction, deep learning representation learning, and novel tumor habitat analysis. In this multi-center diagnostic study encompassing 1,060 patients across five tertiary neurosurgical centers, our habitat-enhanced fusion model achieved an area under the receiver operating characteristic curve (AUC) of 0.946 for distinguishing high-grade from low-grade gliomas and exceeded AUC values of 0.86 for all evaluated molecular markers. Habitat analysis revealed distinct spatial heterogeneity patterns that correlated with underlying biological characteristics and demonstrated prognostic significance. Prospective clinical evaluation demonstrated tangible clinical impact, with model predictions influencing management decisions in 42.0% of cases. This comprehensive framework provides a robust, interpretable tool for clinical decision support, bridging the gap between computational innovation and neuro-oncological practice.

Keywords: Glioma, Deep learning, Radiomics, MRI, Habitat analysis, Computer-aided diagnosis, Neuro-oncology.

1. Introduction

Gliomas represent the most prevalent primary malignant tumors of the central nervous system, characterized by substantial inter- and intra-tumoral heterogeneity. Accurate preoperative determination of glioma characteristics — including histological grade, molecular profile, and spatial architecture — remains a formidable challenge with significant clinical implications for surgical planning, treatment selection, and prognostic stratification. Traditional radiological assessment, while essential, suffers from inherent limitations including inter-observer variability, qualitative interpretation biases, and limited correlation with underlying molecular and histological features.

The advent of computational imaging biomarkers has ushered in transformative approaches for glioma characterization. Radiomics, which involves the high-throughput extraction of quantitative features from medical images, enables the discovery of imaging biomarkers that reflect tumor pathophysiology. Concurrently, deep learning (DL) approaches autonomously learn hierarchical feature representations directly from imaging data, capturing complex patterns beyond human visual perception. However, these methodologies present distinct limitations when employed in isolation: radiomics features may not capture the full complexity of tumor heterogeneity, while deep learning models often operate as “black boxes” with limited interpretability and may require extensive training data.

This study addresses these methodological limitations through the development of an integrated framework that synergistically combines radiomics, deep learning, and novel habitat analysis. We hypothesize that this multimodal integration will not only outperform single-modality approaches but will also provide biologically meaningful insights into glioma heterogeneity and microenvironmental organization. By leveraging complementary strengths of each modality, our framework aims to establish a robust, clinically translatable tool for comprehensive preoperative glioma characterization.

Four-panel model-performance figure: ROC curves for grade and molecular markers, a glioma-grade confusion matrix, an AUC bar comparison against radiomics-only, DL-only and habitat-only baselines, and internal-versus-external validation metrics.
Figure 3. Model performance results. (A) Receiver operating characteristic curves for all prediction tasks, demonstrating discrimination for grade and each molecular marker. (B) Confusion matrix for glioma-grade prediction. (C) Performance comparison against radiomics-only, deep-learning-only and habitat-only baselines. (D) External-validation performance on the independent cohort.

2. Materials and Methods

2.1 Study Design and Cohort

This retrospective multi-center diagnostic study was conducted in accordance with the Standards for Reporting Diagnostic Accuracy Studies (STARD) guidelines. The study cohort comprised 1,060 patients with histopathologically confirmed diffuse gliomas recruited from five tertiary neurosurgical centers between January 2018 and December 2023. Model development utilized 847 patients from four centers, while independent external validation was performed on 213 patients from a fifth, geographically distinct center to assess generalizability and robustness.

2.1.1 Inclusion and Exclusion Criteria

Inclusion criteria encompassed: (1) histopathologically confirmed diagnosis of diffuse glioma according to WHO 2021 classification criteria; (2) availability of preoperative multiparametric MRI sequences; (3) complete molecular characterization including IDH mutation status, 1p/19q codeletion, TERT promoter mutation, CDKN2A deletion, and MGMT promoter methylation status; (4) surgical intervention within 30 days of preoperative MRI; (5) age ≥18 years; and (6) absence of prior oncological treatment. Exclusion criteria included: (1) significant imaging artifacts precluding accurate analysis; (2) incomplete molecular profiling; and (3) presence of other significant intracranial pathologies.

2.2 Image Processing Pipeline

All patients underwent standardized preoperative multiparametric MRI protocols including: T1-weighted, contrast-enhanced T1-weighted, T2-weighted, and fluid-attenuated inversion recovery (FLAIR) sequences. A comprehensive preprocessing pipeline was implemented, incorporating: (1) denoising using a non-local means filter; (2) bias field correction via the N4ITK algorithm; (3) multimodal rigid registration to T1-weighted space; (4) skull stripping using deep learning-based brain extraction; (5) intensity normalization through z-score standardization; and (6) scanner harmonization using ComBat batch effect correction.

2.2.1 Tumor Segmentation and Region of Interest Definition

We implemented a multi-stage, semi-automated segmentation approach utilizing a custom 3D U-Net architecture with attention gates, followed by expert neuroradiologist refinement. Five distinct, biologically relevant regions of interest (ROIs) were systematically defined: (1) Enhancing Tumor (ET), representing the contrast-enhancing core; (2) Non-enhancing Core (NET), representing the non-enhancing tumor parenchyma; (3) Peritumoral Edema (ED), representing vasogenic edema; (4) Proximal Peritumoral Zone (PPZ), defined as the 5-mm region immediately adjacent to the tumor margin; and (5) Distal Peritumoral Zone (DPZ), extending 5–10 mm beyond the tumor boundary.

2.2.2 Multi-modal Feature Extraction

Three complementary feature categories were systematically extracted:

  1. Radiomic Features: 1,423 features were extracted using PyRadiomics (version 3.0.1) encompassing shape, first-order statistics, and texture features from gray-level co-occurrence, run-length, size-zone, and neighborhood gray-tone difference matrices.
  2. Deep Learning Features: A 3D ResNet-34 architecture with transformer-based self-attention mechanisms was employed to extract 512-dimensional feature vectors, capturing hierarchical spatial representations across multiple scales.
  3. Habitat-derived Features: K-means clustering with silhouette analysis identified six distinct tumor habitats based on multiparametric MRI signal characteristics. Habitat proportions, spatial distribution metrics, and heterogeneity indices were quantified.

2.3 Model Development

2.3.1 Dual-Stream Fusion Model with Attention Mechanism

We developed a novel dual-stream fusion model incorporating attention-based feature integration. Radiomics and deep learning features are first concatenated:

$$ z = [F_{\text{rad}}; F_{\text{dl}}] $$

Attention weights are computed over the concatenated representation:

$$ \alpha = \operatorname{softmax}(W_a z + b_a) $$

and applied element-wise to produce an attention-weighted fusion:

$$ F_{\text{fused}} = \alpha \odot z $$

A gating parameter then controls how habitat features are integrated:

$$ g = \operatorname{sigmoid}(W_g[F_{\text{fused}}; F_{\text{hab}}] + b_g) $$
$$ F_{\text{final}} = g \odot F_{\text{fused}} + (1 - g) \odot F_{\text{hab}} $$

where \( W_a \), \( b_a \), \( W_g \), and \( b_g \) are learnable parameters, and \( \odot \) denotes element-wise multiplication.

2.3.2 Multi-task Learning Framework

Separate classification heads were implemented for distinct prediction tasks: (1) binary glioma grading (high-grade vs. low-grade); and (2) molecular marker prediction (IDH mutation, 1p/19q codeletion, TERT promoter mutation, CDKN2A deletion). A shared encoder with task-specific decoders enabled efficient information transfer while optimizing task-specific performance.

2.4 Validation Strategy

A comprehensive, multi-tiered validation framework was employed:

2.5 Statistical Analysis

Model performance was evaluated using area under the receiver operating characteristic curve (AUC), accuracy, sensitivity, specificity, positive predictive value, and F1-score. Statistical significance of performance differences was assessed using DeLong's test for correlated ROC curves. Multiple testing correction employed the Benjamini-Hochberg false discovery rate (FDR) procedure. Calibration was assessed using calibration curves and Brier scores. Feature importance was quantified using SHAP (SHapley Additive exPlanations) values to enhance model interpretability.

3. Results

3.1 Cohort Characteristics

The final analytical cohort comprised 1,060 patients with a mean age of 53.5 ± 15.4 years and a male predominance (55.8%). WHO grade distribution demonstrated representation across the entire histological spectrum: Grade I (4.1%), Grade II (28.1%), Grade III (26.8%), and Grade IV (41.0%). Molecular characterization revealed the following prevalences: IDH mutation (45.1%), 1p/19q codeletion (17.6%), TERT promoter mutation (52.4%), CDKN2A deletion (27.0%), and MGMT promoter methylation (49.7%).

Table 3. Comprehensive patient cohort characteristics stratified by participating center.
CharacteristicCenter A (n=298)Center B (n=231)Center C (n=189)Center D (n=129)Center E (n=213)Total (N=1060)
Age, years (mean ± SD)53.2 ± 15.755.4 ± 14.251.6 ± 16.154.8 ± 15.352.9 ± 15.953.5 ± 15.4
Male, n (%)164 (55.0)131 (56.7)101 (53.4)77 (59.7)119 (55.9)592 (55.8)
WHO Grade I, n (%)12 (4.0)8 (3.5)9 (4.8)4 (3.1)10 (4.7)43 (4.1)
WHO Grade II, n (%)87 (29.2)58 (25.1)61 (32.3)31 (24.0)61 (28.6)298 (28.1)
WHO Grade III, n (%)79 (26.5)63 (27.3)51 (27.0)34 (26.4)57 (26.8)284 (26.8)
WHO Grade IV, n (%)120 (40.3)102 (44.1)68 (35.9)60 (46.5)85 (39.9)435 (41.0)
IDH mutant, n (%)138 (46.3)98 (42.4)93 (49.2)54 (41.9)95 (44.6)478 (45.1)
1p/19q codeleted, n (%)51 (17.1)36 (15.6)39 (20.6)20 (15.5)41 (19.2)187 (17.6)
TERT promoter mutant, n (%)156 (52.3)129 (55.8)91 (48.1)72 (55.8)107 (50.2)555 (52.4)
CDKN2A deletion, n (%)78 (26.2)69 (29.9)47 (24.9)38 (29.5)54 (25.4)286 (27.0)
MGMT methylated, n (%)142 (47.7)118 (51.1)94 (49.7)65 (50.4)108 (50.7)527 (49.7)
1.5 Tesla, n9473604168336
3.0 Tesla, n20415812988145724
Siemens, n12596795489443
GE Healthcare, n9878624270350
Philips, n7557483354267

3.2 Glioma Grading Performance

The habitat-enhanced fusion model achieved exceptional performance for distinguishing high-grade (WHO Grades III–IV) from low-grade (WHO Grades I–II) gliomas. In internal validation, the model achieved an AUC of 0.946 (95% CI: 0.927–0.965) with accuracy of 0.901, sensitivity of 0.918, and specificity of 0.876. External validation performance remained robust with an AUC of 0.921 (95% CI: 0.883–0.959) and accuracy of 0.883.

The integrated model significantly outperformed baseline approaches: radiomics-only (AUC = 0.891, DeLong's test p < 0.001) and deep learning-only (AUC = 0.903, p = 0.002). Performance metrics are comprehensively detailed in Table 1.

The habitat-enhanced fusion model reached AUC 0.946 for high- versus low-grade discrimination, and held at AUC 0.921 on an independent cohort scanned with different hardware at a different site.

Table 1. Performance comparison for glioma grade prediction.
MetricOur ModelRadiomics-onlyDL-only
Internal Validation
AUC0.9460.8910.903
Accuracy0.9010.8420.857
Sensitivity0.9180.8730.882
Specificity0.8760.7950.819
F1-Score0.9120.8670.878
External Validation
AUC0.9210.8620.874
Accuracy0.8830.8200.835
Sensitivity0.9080.8590.866
Specificity0.8450.7610.789
F1-Score0.8960.8500.861

3.3 Molecular Prediction Performance

The integrated framework demonstrated excellent performance for predicting critical molecular markers, with detailed results presented in Table 2:

Table 2. Molecular prediction performance.
Molecular MarkerInternal AUC (95% CI)External AUC (95% CI)p-value
IDH mutation0.937 (0.920–0.954)0.922 (0.887–0.957)0.324
1p/19q codeletion0.915 (0.894–0.936)0.896 (0.855–0.937)0.287
TERT promoter mutation0.883 (0.857–0.909)0.862 (0.814–0.910)0.412
CDKN2A deletion0.864 (0.836–0.892)0.845 (0.796–0.894)0.467

3.4 Habitat Analysis Results

Habitat analysis provided novel insights into glioma spatial organization and biological behavior:

Four-panel tumor-habitat figure: a 3D scatter of habitat distribution, habitat-proportion differences between IDH-mutant and IDH-wildtype gliomas, a habitat-to-histopathology correlation chart, and Kaplan-Meier survival curves stratified by dominant habitat signature.
Figure 4. Tumor habitat analysis. (A) Three-dimensional visualization of tumor habitat distribution demonstrating spatial heterogeneity. (B) Comparative habitat-proportion differences between IDH-mutant and IDH-wildtype gliomas. (C) Correlation between habitat features and histopathological markers. (D) Kaplan-Meier survival analysis stratified by dominant habitat signature.

3.5 Robustness and Generalizability

The model demonstrated consistent performance across diverse clinical and technical conditions:

3.6 Clinical Implementation and Impact

Prospective evaluation with 50 consecutive, unselected cases demonstrated the framework's clinical utility:

4. Discussion

4.1 Key Findings and Clinical Implications

This study presents a comprehensive, integrated framework for preoperative glioma characterization that synergistically combines radiomics, deep learning, and innovative habitat analysis. The habitat-enhanced fusion model achieved state-of-the-art performance for both glioma grading (AUC = 0.946) and molecular marker prediction (AUC > 0.86 for all markers), representing a significant advancement over conventional approaches.

The observed performance superiority can be attributed to several key factors: (1) complementary feature integration through attention-based fusion mechanisms that dynamically weight modality-specific contributions; (2) comprehensive multi-regional analysis capturing tumor heterogeneity across anatomically and biologically distinct compartments; and (3) quantification of spatial organization through habitat analysis, which reflects underlying tumor biology and microenvironmental interactions.

The external validation results are particularly noteworthy, demonstrating minimal performance degradation despite completely independent data from different geographic regions, scanner manufacturers, and acquisition protocols. This robust generalizability addresses a critical limitation of many artificial intelligence models in medical imaging and enhances clinical translatability.

4.2 Biological Insights from Habitat Analysis

Our habitat analysis provides novel biological insights into glioma spatial organization and microenvironmental architecture. The distinct habitat patterns observed between IDH-wildtype and IDH-mutant gliomas align with established biological differences: IDH-wildtype gliomas typically exhibit more aggressive biological behavior with greater angiogenesis and necrosis, reflected in higher proportions of enhancing and necrotic habitats. Conversely, IDH-mutant gliomas demonstrate more homogeneous cellular architecture with greater non-enhancing cellular components.

The strong correlations between habitat features and histopathological markers validate the biological relevance of our approach, establishing a quantitative bridge between imaging phenotypes and tissue-level characteristics. The prognostic significance of habitat signatures — particularly the association between high enhancing-to-necrotic habitat ratios and worse survival outcomes — suggests that habitat analysis could enhance risk stratification and guide personalized treatment strategies beyond conventional parameters.

4.3 Methodological Innovations and Technical Advances

Our dual-stream fusion architecture with attention mechanisms represents a significant methodological advance in multimodal medical image analysis. The attention mechanism enables dynamic, case-specific weighting of feature contributions, moving beyond static integration approaches to adaptive feature selection based on predictive relevance. This architecture addresses the “black box” limitation of many deep learning approaches while maintaining high predictive performance.

The multi-task learning framework efficiently leverages shared information across prediction tasks while optimizing task-specific performance, representing a computationally efficient approach to comprehensive glioma characterization. Our comprehensive validation framework — encompassing internal cross-validation, independent external validation, robustness analyses, and prospective clinical evaluation — addresses common limitations in artificial intelligence studies and establishes a rigorous standard for clinical translation.

4.4 Clinical Translation Potential and Implementation Considerations

The prospective clinical evaluation demonstrated tangible clinical impact, with model predictions influencing management decisions in a substantial proportion of cases. The 28% impact on surgical planning is particularly significant given the established relationship between extent of resection and glioma outcomes. The 42% impact on molecular testing prioritization addresses practical challenges in resource-constrained settings where comprehensive molecular profiling may not be immediately available.

Model interpretability features, including SHAP-based feature importance rankings and case-specific explanations, address a critical barrier to clinical adoption by building clinician trust and facilitating integration into established workflows. The observed time savings of 32 minutes per case compared to conventional multidisciplinary review represents meaningful efficiency gains that could improve patient throughput and reduce healthcare costs.

4.5 Limitations and Future Directions

Several limitations should be acknowledged: (1) the retrospective design, while necessary for model development, introduces potential selection bias; (2) despite multi-center recruitment, patient cohorts may not fully represent population-level diversity; (3) the focus on conventional MRI sequences excludes advanced techniques such as perfusion, diffusion tensor imaging, and spectroscopy; and (4) long-term clinical outcomes beyond immediate surgical impact require further evaluation.

Future research directions include: (1) integration with genomic and transcriptomic data for comprehensive multi-omics characterization; (2) prediction of treatment response and resistance patterns to guide personalized therapeutic strategies; (3) longitudinal monitoring of habitat evolution during treatment and at recurrence; (4) adaptation for resource-limited settings through model compression and efficient implementation; and (5) prospective randomized trials to establish causal relationships between model-guided interventions and clinical outcomes.

4.6 Conclusion

This study presents an integrated computational framework for preoperative glioma characterization that significantly advances the field of computational neuro-oncology. The habitat-enhanced fusion model demonstrates superior performance, robust generalizability, and tangible clinical impact across multiple domains of glioma management. By bridging computational innovation with clinical practice through biologically informed approaches, this work establishes a foundation for personalized, precision-based neuro-oncological care. The framework represents a paradigm shift from qualitative image interpretation to quantitative, integrative analysis, with strong potential to improve patient outcomes through enhanced diagnostic accuracy, optimized treatment selection, and improved prognostic stratification.

Acknowledgments

The authors express gratitude to the participating institutions, clinical staff, and patients who contributed to this study. We acknowledge the technical support provided by the High-Performance Computing Center at Axiomera. This research did not receive specific funding from public, commercial, or not-for-profit agencies.

Competing Interests

The author declares no competing financial interests. The integrated framework described in this manuscript is protected by intellectual property considerations.

Data Availability

The imaging data supporting this study are not publicly available due to patient privacy regulations and institutional policies. De-identified data may be made available upon reasonable request to the corresponding author, subject to institutional review board approval and data sharing agreements. Code for model implementation will be made available on GitHub upon publication.

Frequently asked questions

What is tumor habitat analysis?

Habitat analysis uses K-means clustering on multiparametric MRI signal to divide a tumor into distinct spatial sub-regions ("habitats") — for example enhancing, non-enhancing cellular, and necrotic zones. In this study six habitats were identified. Their proportions correlated with microvascular density (r = 0.72), proliferation index (r = 0.68), and necrosis extent (r = 0.79), giving a quantitative link between what the image shows and the tumor's tissue-level biology.

How accurate is the model at grading gliomas?

The habitat-enhanced fusion model reached an AUC of 0.946 (accuracy 0.901) for distinguishing high-grade from low-grade gliomas in internal 5-fold cross-validation. On an independent external cohort of 213 patients from a different site with different scanners, it held at AUC 0.921 (accuracy 0.883), outperforming radiomics-only (0.891) and deep-learning-only (0.903) baselines.

Which molecular markers can the framework predict from MRI?

Four markers were predicted directly from preoperative MRI, all above AUC 0.86: IDH mutation (internal AUC 0.937), 1p/19q codeletion (0.915), TERT promoter mutation (0.883), and CDKN2A deletion (0.864). MGMT methylation prevalence was reported for the cohort but was not among the AUC-scored prediction tasks.

Does the study move patient imaging data between sites?

This is a retrospective multi-center analysis, and the imaging data are not publicly available because of patient-privacy regulations and institutional policies. The important result for real-world deployment is that the model generalized to an independent site — the kind of cross-site robustness that harmonization architectures such as Axiomera are designed to preserve without moving data out of its source environment.

References

  1. Louis DN, Perry A, Wesseling P, et al. The 2021 WHO classification of tumors of the central nervous system: a summary. Neuro-Oncology. 2021;23(8):1231-1251.
  2. Gillies RJ, Kinahan PE, Hricak H. Radiomics: images are more than pictures, they are data. Radiology. 2016;278(2):563-577.
  3. van der Voort SR, Incekara F, Wijnenga MMJ, et al. Combined molecular subtyping, grading, and segmentation of glioma using multi-task deep learning. Neuro-Oncology. 2023;25(2):279-289.
  4. Wang Q, Li Q, Mi R, et al. Radiomics nomogram building from multiparametric MRI to predict grade in patients with glioma. Journal of Magnetic Resonance Imaging. 2019;49(3):825-833.
  5. Su C, Jiang J, Zhang S, et al. Radiomics based on multicontrast MRI can precisely differentiate among glioma subtypes and predict prognosis. European Radiology. 2019;29(4):1986-1996.
  6. Nicholson JG, Fine HA. Diffuse glioma heterogeneity and its therapeutic implications. Cancer Discovery. 2021;11(3):575-590.
  7. Weller M, van den Bent M, Preusser M, et al. EANO guidelines on the diagnosis and treatment of diffuse gliomas of adulthood. Nature Reviews Clinical Oncology. 2021;18(3):170-186.
  8. Singh G, Manjila S, Sakla N, et al. Radiomics and radiogenomics in gliomas: a contemporary update. British Journal of Cancer. 2021;125(5):641-657.
  9. Park JE, Kim HS, Kim D, et al. A systematic review reporting quality of radiomics research in neuro-oncology: toward clinical utility and quality improvement using high-dimensional imaging features. BMC Cancer. 2020;20(1):29.
  10. Akbari H, Bakas S, Pisapia JM, et al. In vivo evaluation of EGFRvIII mutation in primary glioblastoma patients via complex multiparametric MRI signature. Neuro-Oncology. 2018;20(8):1068-1079.
  11. Kickingereder P, Burth S, Wick A, et al. Radiomic profiling of glioblastoma: identifying an imaging predictor of patient survival with improved performance over established clinical and radiologic risk models. Radiology. 2016;280(3):880-889.
  12. Chang K, Bai HX, Zhou H, et al. Residual convolutional neural network for the determination of IDH status in low- and high-grade gliomas from MR imaging. Clinical Cancer Research. 2018;24(5):1073-1081.
  13. Lohmann P, Galldiks N, Kocher M, et al. Radiomics in neuro-oncology: basics, workflow, and applications. Methods. 2021;188:112-121.
  14. Bae S, Choi YS, Ahn SS, et al. Radiomic MRI phenotyping of glioblastoma: improving survival prediction. Radiology. 2018;289(3):797-806.
  15. Zhou H, Chang K, Bai HX, et al. Machine learning reveals multimodal MRI patterns predictive of isocitrate dehydrogenase and 1p/19q status in diffuse low- and high-grade gliomas. Journal of Neuro-Oncology. 2019;142(2):299-307.
Cite this paper

Nehzati R. (2026). Integrating Deep Learning and Radiomics for Preoperative Glioma Grading: A Multi-Center MRI Study. Axiomera Research. https://axiomera.com/blog/deep-learning-radiomics-glioma-grading