3D-TransUNet for Brain Metastases Segmentation in the BraTS2023 Challenge
Siwei Yang, Xianhang Li, Jieru Mei, Jieneng Chen, Cihang Xie, Yuyin, Zhou

TL;DR
This paper introduces 3D-TransUNet models for brain metastases segmentation, exploring encoder-only and decoder-only configurations, achieving competitive results in the BraTS2023 challenge.
Contribution
It presents a novel application of Transformer-based 3D-TransUNet architectures for brain metastases segmentation, with insights into pre-training and model configuration effects.
Findings
Encoder-only 3D-TransUNet achieved 59.8% Dice score.
Decoder-only 3D-TransUNet potentially more effective for metastases.
Model secured second place in BraTS-METS 2023 challenge.
Abstract
Segmenting brain tumors is complex due to their diverse appearances and scales. Brain metastases, the most common type of brain tumor, are a frequent complication of cancer. Therefore, an effective segmentation model for brain metastases must adeptly capture local intricacies to delineate small tumor regions while also integrating global context to understand broader scan features. The TransUNet model, which combines Transformer self-attention with U-Net's localized information, emerges as a promising solution for this task. In this report, we address brain metastases segmentation by training the 3D-TransUNet model on the Brain Tumor Segmentation (BraTS-METS) 2023 challenge dataset. Specifically, we explored two architectural configurations: the Encoder-only 3D-TransUNet, employing Transformers solely in the encoder, and the Decoder-only 3D-TransUNet, utilizing Transformers exclusively…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Imaging Techniques and Applications · Radiomics and Machine Learning in Medical Imaging · Brain Tumor Detection and Classification
MethodsAttention Is All You Need · Linear Layer · Layer Normalization · Byte Pair Encoding · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Residual Connection · Multi-Head Attention · Softmax · Dropout
