English

DSNet for Real-Time Driving Scene Semantic Segmentation

Computer Vision and Pattern Recognition 2019-12-09 v2 Artificial Intelligence Machine Learning

Abstract

We focus on the very challenging task of semantic segmentation for autonomous driving system. It must deliver decent semantic segmentation result for traffic critical objects real-time. In this paper, we propose a very efficient yet powerful deep neural network for driving scene semantic segmentation termed as Driving Segmentation Network (DSNet). DSNet achieves state-of-the-art balance between accuracy and inference speed through efficient units and architecture design inspired by ShuffleNet V2 and ENet. More importantly, DSNet highlights classes most critical with driving decision making through our novel Driving Importance-weighted Loss. We evaluate DSNet on Cityscapes dataset, our DSNet achieves 71.8% mean Intersection-over-Union (IoU) on validation set and 69.3% on test set. Class-wise IoU scores show that Driving Importance-weighted Loss could improve most driving critical classes by a large margin. Compared with ENet, DSNet is 18.9% more accurate and 1.1+ times faster which implies great potential for autonomous driving application.

Keywords

Cite

@article{arxiv.1812.07049,
  title  = {DSNet for Real-Time Driving Scene Semantic Segmentation},
  author = {Wenfu Wang and Zhijie Pan},
  journal= {arXiv preprint arXiv:1812.07049},
  year   = {2019}
}

Comments

We have discovered some reported numbers unreproducible, and decided to redesign the methods, and rewrite most of the paper

R2 v1 2026-06-23T06:45:16.026Z