paper-with-me

홈 › Papers

DR-Unet104 for Multimodal MRI brain tumor segmentation

2020-11-04 · Jordan Colman, Lei Zhang, Wenting Duan, Xujiong Ye

In this paper we propose a 2D deep residual Unet with 104 convolutional layers (DR-Unet104) for lesion segmentation in brain MRIs. We make multiple additions to the Unet architecture, including adding the 'bottleneck' residual block to the Unet encoder and adding dropout after each convolution block stack. We verified the effect of introducing the regularisation of dropout with small rate (e.g. 0.2) on the architecture, and found a dropout of 0.2 improved the overall performance compared to no dropout, or a dropout of 0.5. We evaluated the proposed architecture as part of the Multimodal Brain Tumor Segmentation (BraTS) 2020 Challenge and compared our method to DeepLabV3+ with a ResNet-V2-152 backbone. We found that the DR-Unet104 achieved a mean dice score coefficient of 0.8862, 0.6756 and 0.6721 for validation data, whole tumor, enhancing tumor and tumor core respectively, an overall improvement on 0.8770, 0.65242 and 0.68134 achieved by DeepLabV3+. Our method produced a final mean DSC of 0.8673, 0.7514 and 0.7983 on whole tumor, enhancing tumor and tumor core on the challenge's testing data. We produced a competitive lesion segmentation architecture, despite only 2D convolutions, having the added benefit that it can be used on lower power computers than a 3D architecture. The source code and trained model for this work is openly available at https://github.com/jordan-colman/DR-Unet104.

📄 PDF Abstract BibTeX arXiv:2011.02840

Code (1)

jordan-colman/DR-Unet104 공식 구현 tf

Tasks

3D ArchitectureBrain Tumor SegmentationLesion SegmentationSegmentationTumor Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Batch Normalization 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

A Novel Global Context-aware Deep Neural Network for Enhanced Brain Tumor Segmentation using Magnetic Resonance Images

2026-05-28 · Sourjya Mukherjee, Ananya Bhattacharjee, R. Murugan arxiv

Brain cancer's severity necessitates precise brain tumor segmentation, which is crucial for effective brain tumor diagnosis. Manual identification, burdened by high costs, labor, and error risks, highlights the need for …

Brain Tumor Segmentation

Diffusion-Refined Segmentation and Vision-Language Interpretation for Pediatric Brain Tumor MRI

2026-06-12 · Wentao Ke, Jianche Liu arxiv

Accurate pediatric brain tumor segmentation remains challenging due to limited annotated data, heterogeneous imaging phenotypes, diffuse tumor boundaries, and class imbalance across tumor subregions. Here, we present a t…

Brain Tumor Segmentation

Context Aware 3D UNet for Brain Tumor Segmentation

2020-10-25 · Parvez Ahmad, Saqib Qamar, Linlin Shen, Adnan Saeed

Deep convolutional neural network (CNN) achieves remarkable performance for medical image analysis. UNet is the primary source in the performance of 3D CNN architectures for medical imaging tasks, including brain tumor s…

Brain Tumor SegmentationDecoderMedical Image AnalysisSegmentation+1

Fully Automated Tumor Segmentation for Brain MRI data using Multiplanner UNet

2024-01-12 · Sumit Pandey, Satyasaran Changdar, Mathias Perslev, Erik B Dam

Automated segmentation of distinct tumor regions is critical for accurate diagnosis and treatment planning in pediatric brain tumors. This study evaluates the efficacy of the Multi-Planner U-Net (MPUnet) approach in segm…

Brain Tumor SegmentationSegmentationTumor Segmentation

PSO-UNet: Particle Swarm-Optimized U-Net Framework for Precise Multimodal Brain Tumor Segmentation

2025-03-24 · Shoffan Saifullah, Rafał Dreżewski

Medical image segmentation, particularly for brain tumor analysis, demands precise and computationally efficient models due to the complexity of multimodal MRI datasets and diverse tumor morphologies. This study introduc…

Brain Tumor SegmentationHyperparameter OptimizationImage SegmentationMedical Image Segmentation+2