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
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Polyp Segmentation | CVC-ClinicDB (test) | DSC91.9 | 196 | |
| Polyp Segmentation | Kvasir | Dice Score91.2 | 128 | |
| Medical Image Segmentation | BUSI (test) | Dice76.96 | 121 | |
| Polyp Segmentation | ETIS | Dice Score69.4 | 108 | |
| Polyp Segmentation | Kvasir-SEG (test) | mIoU0.7692 | 87 | |
| Polyp Segmentation | ETIS (test) | Mean Dice76.6 | 86 | |
| Polyp Segmentation | CVC-ClinicDB | Dice Coefficient92.6 | 81 | |
| Medical Image Segmentation | Kvasir-Seg | Dice Score90.14 | 75 | |
| Polyp Segmentation | Kvasir (test) | Dice Coefficient90.83 | 73 | |
| Binary Segmentation | Kvasir-SEG (test) | DSC0.9017 | 67 |