TABLE V:
Redesigned skip connections improve both semantic and instance segmentation for the task of nuclei segmentation. We use Mask R-CNN for instance segmentation and U-Net for semantic segmentation in this comparison.
Architecture | Backbone | IoU | Dice | Score |
---|---|---|---|---|
U-Net | resnet101 | 91.03 | 75.73 | 0.244 |
UNet++ | resnet101 | 92.55 | 89.74 | 0.327 |
Mask R-CNN [12] | resnet101 | 93.28 | 87.91 | 0.401 |
Mask RCNN++† | resnet101 | 95.10 | 91.36 | 0.414 |
Mask R-CNN with UNet++ design in its feature pyramid.