Rethinking BiSeNet For Real-time Semantic Segmentation

BiSeNet has been proved to be a popular two-stream network for real-time segmentation. However, its principle of adding an extra path to encode spatial information is time-consuming, and the backbones borrowed from pretrained tasks, e.g., image classification, may be inefficient for image segmentation due to the deficiency of task-specific design. To handle these problems, we propose a novel and efficient structure named Short-Term Dense Concatenate network (STDC network) by removing structure redundancy. Specifically, we gradually reduce the dimension of feature maps and use the aggregation of them for image representation, which forms the basic module of STDC network. In the decoder, we propose a Detail Aggregation module by integrating the learning of spatial information into low-level layers in single-stream manner. Finally, the low-level features and deep features are fused to predict the final segmentation results. Extensive experiments on Cityscapes and CamVid dataset demonstrate the effectiveness of our method by achieving promising trade-off between segmentation accuracy and inference speed. On Cityscapes, we achieve 71.9% mIoU on the test set with a speed of 250.4 FPS on NVIDIA GTX 1080Ti, which is 45.2% faster than the latest methods, and achieve 76.8% mIoU with 97.0 FPS while inferring on higher resolution images.

PDF Abstract CVPR 2021 PDF CVPR 2021 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Real-Time Semantic Segmentation Cityscapes test STDC1-75 mIoU 75.3% # 12
Frame (fps) 126.7 # 4
Real-Time Semantic Segmentation Cityscapes test STDC1-50 mIoU 71.9% # 24
Frame (fps) 250.4(1080Ti) # 27
Real-Time Semantic Segmentation Cityscapes test STDC2-75 mIoU 76.8% # 8
Frame (fps) 97.0(1080Ti) # 27
Real-Time Semantic Segmentation Cityscapes test STDC2-50 mIoU 73.4% # 21
Frame (fps) 188.6 # 1
Dichotomous Image Segmentation DIS-TE1 STDC max F-Measure 0.648 # 11
weighted F-measure 0.562 # 10
MAE 0.090 # 11
S-Measure 0.723 # 13
E-measure 0.798 # 9
HCE 249 # 13
Dichotomous Image Segmentation DIS-TE2 STDC max F-Measure 0.720 # 12
weighted F-measure 0.636 # 10
MAE 0.092 # 10
S-Measure 0.759 # 13
E-measure 0.834 # 8
HCE 556 # 14
Dichotomous Image Segmentation DIS-TE3 STDC max F-Measure 0.745 # 15
weighted F-measure 0.662 # 13
MAE 0.090 # 11
S-Measure 0.771 # 14
E-measure 0.855 # 11
HCE 1081 # 15
Dichotomous Image Segmentation DIS-TE4 STDC max F-Measure 0.731 # 13
weighted F-measure 0.652 # 13
MAE 0.102 # 12
S-Measure 0.762 # 13
E-measure 0.841 # 11
HCE 3819 # 18
Dichotomous Image Segmentation DIS-VD STDC max F-Measure 0.696 # 12
weighted F-measure 0.613 # 10
MAE 0.103 # 12
S-Measure 0.740 # 14
E-measure 0.817 # 8
HCE 1598 # 17

Methods