paper-with-me

홈 › Papers

Improved Unet model for brain tumor image segmentation based on ASPP-coordinate attention mechanism

2024-09-13 · Zixuan Wang, Yanlin Chen, Feiyang Wang, Qiaozhi Bao

In this paper, we propose an improved Unet model for brain tumor image segmentation, which combines coordinate attention mechanism and ASPP module to improve the segmentation effect. After the data set is divided, we do the necessary preprocessing to the image and use the improved model to experiment. First, we trained and validated the traditional Unet model. By analyzing the loss curve of the training set and the validation set, we can see that the loss value continues to decline at the first epoch and becomes stable at the eighth epoch. This process shows that the model constantly optimizes its parameters to improve performance. At the same time, the change in the miou (mean Intersection over Union) index shows that the miou value exceeded 0.6 at the 15th epoch, remained above 0.6 thereafter, and reached above 0.7 at the 46th epoch. These results indicate that the basic Unet model is effective in brain tumor image segmentation. Next, we introduce an improved Unet algorithm based on coordinate attention mechanism and ASPP module for experiments. By observing the loss change curves of the training set and the verification set, it is found that the loss value reaches the lowest point at the sixth epoch and then remains relatively stable. At the same time, the miou indicator has stabilized above 0.7 since the 20th epoch and has reached a maximum of 0.76. These results show that the new mechanism introduced significantly improves the segmentation ability of the model. Finally, we apply the trained traditional Unet model and the improved Unet model based on the coordinate attention mechanism and ASPP module to the test set for brain tumor image segmentation prediction. Compared to the traditional Unet, the enhanced model offers superior segmentation and edge accuracy, providing a more reliable method for medical image analysis with the coordinate attention mechanism and ASPP module.

📄 PDF Abstract BibTeX arXiv:2409.08588

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationMedical Image AnalysisSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…
Dilated Convolution 설명 없음
ASPP Atrous Spatial Pyramid Pooling (ASPP) is a semantic segmentation module for resampling a given feature layer at multiple rates prior to…
Coordinate attention Hou et al. proposed coordinate attention, a novel attention mechanism which embeds positional information into channel attention, so that the network can focus on large…

Similar Papers 제목 키워드 기반

Empirical Evaluation of the Segment Anything Model (SAM) for Brain Tumor Segmentation

2023-10-09 · Mohammad Peivandi, Jason Zhang, Michael Lu, Dongxiao Zhu 외

Brain tumor segmentation presents a formidable challenge in the field of Medical Image Segmentation. While deep-learning models have been useful, human expert segmentation remains the most accurate method. The recently r…

Brain Tumor SegmentationData AugmentationImage SegmentationMedical Image Segmentation+4

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

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' re…

3D ArchitectureBrain Tumor SegmentationLesion SegmentationSegmentation+1

Hybridization of Attention UNet with Repeated Atrous Spatial Pyramid Pooling for Improved Brain Tumour Segmentation

2025-01-22 · Satyaki Roy Chowdhury, Golrokh Mirzaei

Brain tumors are highly heterogeneous in terms of their spatial and scaling characteristics, making tumor segmentation in medical images a difficult task that might result in wrong diagnosis and therapy. Automation of a …

SegmentationSemantic SegmentationTumor Segmentation

A Novel SLCA-UNet Architecture for Automatic MRI Brain Tumor Segmentation

2023-07-16 · Tejashwini P S, Thriveni J, Venugopal K R

Brain tumor is deliberated as one of the severe health complications which lead to decrease in life expectancy of the individuals and is also considered as a prominent cause of mortality worldwide. Therefore, timely dete…

Brain Tumor SegmentationSegmentationSpecificityTumor Segmentation