IVCVLGNov 9, 2023

Glioblastoma Tumor Segmentation using an Ensemble of Vision Transformers

arXiv:2312.11467v11 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses accurate tumor segmentation for glioblastoma diagnosis and treatment planning, representing an incremental improvement over existing methods.

The paper tackles glioblastoma tumor segmentation in MRI images by proposing BRAINNET, an ensemble of vision transformers, achieving state-of-the-art results with Dice coefficients of 0.894 for tumor core, 0.891 for whole tumor, and 0.812 for enhancing tumor.

Glioblastoma is one of the most aggressive and deadliest types of brain cancer, with low survival rates compared to other types of cancer. Analysis of Magnetic Resonance Imaging (MRI) scans is one of the most effective methods for the diagnosis and treatment of brain cancers such as glioblastoma. Accurate tumor segmentation in MRI images is often required for treatment planning and risk assessment of treatment methods. Here, we propose a novel pipeline, Brain Radiology Aided by Intelligent Neural NETworks (BRAINNET), which leverages MaskFormer, a vision transformer model, and generates robust tumor segmentation maks. We use an ensemble of nine predictions from three models separately trained on each of the three orthogonal 2D slice directions (axial, sagittal, and coronal) of a 3D brain MRI volume. We train and test our models on the publicly available UPenn-GBM dataset, consisting of 3D multi-parametric MRI (mpMRI) scans from 611 subjects. Using Dice coefficient (DC) and 95% Hausdorff distance (HD) for evaluation, our models achieved state-of-the-art results in segmenting all three different tumor regions -- tumor core (DC = 0.894, HD = 2.308), whole tumor (DC = 0.891, HD = 3.552), and enhancing tumor (DC = 0.812, HD = 1.608).

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes