IVCVAug 31, 2022

NestedFormer: Nested Modality-Aware Transformer for Brain Tumor Segmentation

arXiv:2208.14876v1138 citationsh-index: 54Has Code
Originality Incremental advance
AI Analysis

This work addresses brain tumor segmentation for clinical diagnosis, offering an incremental improvement in multi-modal fusion methods.

The paper tackled brain tumor segmentation from multi-modal MRI by proposing NestedFormer, a nested modality-aware transformer that explicitly explores intra- and inter-modality relationships, achieving clear state-of-the-art performance on the BraTS2020 benchmark and a private dataset.

Multi-modal MR imaging is routinely used in clinical practice to diagnose and investigate brain tumors by providing rich complementary information. Previous multi-modal MRI segmentation methods usually perform modal fusion by concatenating multi-modal MRIs at an early/middle stage of the network, which hardly explores non-linear dependencies between modalities. In this work, we propose a novel Nested Modality-Aware Transformer (NestedFormer) to explicitly explore the intra-modality and inter-modality relationships of multi-modal MRIs for brain tumor segmentation. Built on the transformer-based multi-encoder and single-decoder structure, we perform nested multi-modal fusion for high-level representations of different modalities and apply modality-sensitive gating (MSG) at lower scales for more effective skip connections. Specifically, the multi-modal fusion is conducted in our proposed Nested Modality-aware Feature Aggregation (NMaFA) module, which enhances long-term dependencies within individual modalities via a tri-orientated spatial-attention transformer, and further complements key contextual information among modalities via a cross-modality attention transformer. Extensive experiments on BraTS2020 benchmark and a private meningiomas segmentation (MeniSeg) dataset show that the NestedFormer clearly outperforms the state-of-the-arts. The code is available at https://github.com/920232796/NestedFormer.

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