Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

UACANet: Uncertainty Augmented Context Attention for Polyp Segmentation

About

We propose Uncertainty Augmented Context Attention network (UACANet) for polyp segmentation which consider a uncertain area of the saliency map. We construct a modified version of U-Net shape network with additional encoder and decoder and compute a saliency map in each bottom-up stream prediction module and propagate to the next prediction module. In each prediction module, previously predicted saliency map is utilized to compute foreground, background and uncertain area map and we aggregate the feature map with three area maps for each representation. Then we compute the relation between each representation and each pixel in the feature map. We conduct experiments on five popular polyp segmentation benchmarks, Kvasir, CVC-ClinicDB, ETIS, CVC-ColonDB and CVC-300, and achieve state-of-the-art performance. Especially, we achieve 76.6% mean Dice on ETIS dataset which is 13.8% improvement compared to the previous state-of-the-art method. Source code is publicly available at https://github.com/plemeri/UACANet

Taehun Kim, Hyemin Lee, Daijin Kim• 2021

Related benchmarks

TaskDatasetResultRank
Polyp SegmentationCVC-ClinicDB (test)
DSC91.9
196
Polyp SegmentationKvasir
Dice Score91.2
128
Medical Image SegmentationBUSI (test)
Dice76.96
121
Polyp SegmentationETIS
Dice Score69.4
108
Polyp SegmentationKvasir-SEG (test)
mIoU0.7692
87
Polyp SegmentationETIS (test)
Mean Dice76.6
86
Polyp SegmentationCVC-ClinicDB
Dice Coefficient92.6
81
Medical Image SegmentationKvasir-Seg
Dice Score90.14
75
Polyp SegmentationKvasir (test)
Dice Coefficient90.83
73
Binary SegmentationKvasir-SEG (test)
DSC0.9017
67
Showing 10 of 44 rows

Other info

Code

Follow for update