paper-with-me

Papers

BiTr-Unet: a CNN-Transformer Combined Network for MRI Brain Tumor Segmentation

2021-09-25 · Qiran Jia, Hai Shu

Convolutional neural networks (CNNs) have achieved remarkable success in automatically segmenting organs or lesions on 3D medical images. Recently, vision transformer networks have exhibited exceptional performance in 2D image classification tasks. Compared with CNNs, transformer networks have an appealing advantage of extracting long-range features due to their self-attention algorithm. Therefore, we propose a CNN-Transformer combined model, called BiTr-Unet, with specific modifications for brain tumor segmentation on multi-modal MRI scans. Our BiTr-Unet achieves good performance on the BraTS2021 validation dataset with median Dice score 0.9335, 0.9304 and 0.8899, and median Hausdorff distance 2.8284, 2.2361 and 1.4142 for the whole tumor, tumor core, and enhancing tumor, respectively. On the BraTS2021 testing dataset, the corresponding results are 0.9257, 0.9350 and 0.8874 for Dice score, and 3, 2.2361 and 1.4142 for Hausdorff distance. The code is publicly available at https://github.com/JustaTinyDot/BiTr-Unet.

📄 PDF Abstract BibTeX arXiv:2109.12271

Code (1)

justatinydot/bitr-unet 공식 구현 pytorch

Tasks

Brain Tumor SegmentationBraTS2021image-classificationImage ClassificationTumor Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

3D-TransUNet for Brain Metastases Segmentation in the BraTS2023 Challenge

2024-03-23 · Siwei Yang, Xianhang Li, Jieru Mei, Jieneng Chen 외

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 Tumor SegmentationDecoderSegmentationTumor Segmentation

Brain Tumor Segmentation in MRI Images with 3D U-Net and Contextual Transformer

2024-07-11 · Thien-Qua T. Nguyen, Hieu-Nghia Nguyen, Thanh-Hieu Bui, Thien B. Nguyen-Tat 외

This research presents an enhanced approach for precise segmentation of brain tumor masses in magnetic resonance imaging (MRI) using an advanced 3D-UNet model combined with a Context Transformer (CoT). By architectural e…

Brain Tumor SegmentationSegmentationTumor Segmentation

Swin UNETR: Swin Transformers for Semantic Segmentation of Brain Tumors in MRI Images

2022-01-04 · Ali Hatamizadeh, Vishwesh Nath, Yucheng Tang, Dong Yang 외

Semantic segmentation of brain tumors is a fundamental medical image analysis task involving multiple MRI imaging modalities that can assist clinicians in diagnosing the patient and successively studying the progression …

3D Semantic SegmentationBrain Tumor SegmentationImage SegmentationMedical Image Analysis+3

A4-Unet: Deformable Multi-Scale Attention Network for Brain Tumor Segmentation

2024-12-08 · Ruoxin Wang, Tianyi Tang, Haiming Du, Yuxuan Cheng 외

Brain tumor segmentation models have aided diagnosis in recent years. However, they face MRI complexity and variability challenges, including irregular shapes and unclear boundaries, leading to noise, misclassification, …

Brain Tumor SegmentationDecoderTumor Segmentation

NNDM: NN_UNet Diffusion Model for Brain Tumor Segmentation

2025-10-08 · Sashank Makanaboyina arxiv

Accurate detection and segmentation of brain tumors in magnetic resonance imaging (MRI) are critical for effective diagnosis and treatment planning. Despite advances in convolutional neural networks (CNNs) such as U-Net,…

Brain Tumor Segmentation