Improved Unet model for brain tumor image segmentation based on ASPP-coordinate attention mechanism
Zixuan Wang, Yanlin Chen, Feiyang Wang, Qiaozhi Bao

TL;DR
This paper introduces an improved Unet model incorporating coordinate attention and ASPP modules, significantly enhancing brain tumor image segmentation accuracy over the traditional Unet, validated through training and testing experiments.
Contribution
The paper presents a novel Unet variant with coordinate attention and ASPP modules, demonstrating improved segmentation performance in brain tumor images.
Findings
Improved model achieves higher miou scores, exceeding 0.76.
Enhanced segmentation accuracy and edge detection compared to traditional Unet.
Model training converges faster with fewer epochs.
Abstract
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…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBrain Tumor Detection and Classification
MethodsSoftmax · Attention Is All You Need · Sparse Evolutionary Training · Spatial Pyramid Pooling · Dilated Convolution · Atrous Spatial Pyramid Pooling · Coordinate attention
