CVJun 2, 2022

MISSU: 3D Medical Image Segmentation via Self-distilling TransUNet

arXiv:2206.00902v150 citationsh-index: 58Has Code
Originality Incremental advance
AI Analysis

This work addresses limitations in medical image segmentation for healthcare applications, presenting an incremental improvement by combining Transformer and U-Net architectures with self-distillation.

The paper tackles the challenge of global contextual interactions and edge-detail preservation in 3D medical image segmentation by proposing MISSU, a self-distilling TransUNet model that achieves state-of-the-art performance on BraTS 2019 and CHAOS datasets.

U-Nets have achieved tremendous success in medical image segmentation. Nevertheless, it may suffer limitations in global (long-range) contextual interactions and edge-detail preservation. In contrast, Transformer has an excellent ability to capture long-range dependencies by leveraging the self-attention mechanism into the encoder. Although Transformer was born to model the long-range dependency on the extracted feature maps, it still suffers from extreme computational and spatial complexities in processing high-resolution 3D feature maps. This motivates us to design the efficiently Transformer-based UNet model and study the feasibility of Transformer-based network architectures for medical image segmentation tasks. To this end, we propose to self-distill a Transformer-based UNet for medical image segmentation, which simultaneously learns global semantic information and local spatial-detailed features. Meanwhile, a local multi-scale fusion block is first proposed to refine fine-grained details from the skipped connections in the encoder by the main CNN stem through self-distillation, only computed during training and removed at inference with minimal overhead. Extensive experiments on BraTS 2019 and CHAOS datasets show that our MISSU achieves the best performance over previous state-of-the-art methods. Code and models are available at \url{https://github.com/wangn123/MISSU.git}

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