Coordinate Attention performance in Semantic Segmentation
mainCoordinate Attention (CA) provides significant improvements in semantic segmentation tasks compared to ImageNet classification or object detection. This is attributed to CA's ability to capture long-range dependencies with precise positional information, which is highly beneficial for dense prediction tasks.
Observed Improvements (Pascal VOC 2012 val):
- MobileNetV2 + CA (Stride 16): 73.32 mIoU (vs 70.84 for baseline)
- MobileNetV2 + CA (Stride 8): 73.96 mIoU (vs 71.82 for baseline)
Observed Improvements (Cityscapes val):
- MobileNetV2 + CA (Stride 8): 74.0 mIoU (vs 71.4 for baseline)