Deep Dual-resolution Networks for Real-time and Accurate Semantic Segmentation of Road Scenes

15 Jan 2021  ·  Yuanduo Hong, Huihui Pan, Weichao Sun, Yisong Jia ·

Semantic segmentation is a key technology for autonomous vehicles to understand the surrounding scenes. The appealing performances of contemporary models usually come at the expense of heavy computations and lengthy inference time, which is intolerable for self-driving. Using light-weight architectures (encoder-decoder or two-pathway) or reasoning on low-resolution images, recent methods realize very fast scene parsing, even running at more than 100 FPS on a single 1080Ti GPU. However, there is still a significant gap in performance between these real-time methods and the models based on dilation backbones. To tackle this problem, we proposed a family of efficient backbones specially designed for real-time semantic segmentation. The proposed deep dual-resolution networks (DDRNets) are composed of two deep branches between which multiple bilateral fusions are performed. Additionally, we design a new contextual information extractor named Deep Aggregation Pyramid Pooling Module (DAPPM) to enlarge effective receptive fields and fuse multi-scale context based on low-resolution feature maps. Our method achieves a new state-of-the-art trade-off between accuracy and speed on both Cityscapes and CamVid dataset. In particular, on a single 2080Ti GPU, DDRNet-23-slim yields 77.4% mIoU at 102 FPS on Cityscapes test set and 74.7% mIoU at 230 FPS on CamVid test set. With widely used test augmentation, our method is superior to most state-of-the-art models and requires much less computation. Codes and trained models are available online.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Uses Extra
Training Data
Result Benchmark
All-day Semantic Segmentation All-day CityScapes DDR-Net mIoU 68.6 # 2
Real-Time Semantic Segmentation CamVid DDRNet-23(Cityscapes-Pretrained) mIoU 80.6 # 4
Time (ms) 10.6 # 5
Frame (fps) 94(2080Ti) # 18
Real-Time Semantic Segmentation CamVid DDRNet-23-slim mIoU 74.7 # 12
Time (ms) 4.3 # 1
Frame (fps) 230(2080Ti) # 18
Semantic Segmentation Cityscapes test DDRNet-39 1.5x Mean IoU (class) 82.4% # 27
Real-Time Semantic Segmentation Cityscapes test DDRNet-23-slim mIoU 77.4% # 7
Time (ms) 9.8 # 5
Frame (fps) 101.6(2080Ti) # 27

Methods