CVIVMay 6, 2019

Simultaneous Object Detection and Semantic Segmentation

arXiv:1905.02285v219 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient multi-task perception in automated vehicles, though it is incremental as it builds on existing CNN approaches.

The authors tackled the problem of performing object detection and semantic segmentation simultaneously for automated vehicles, proposing a neural network architecture that runs at around 10 Hz on 1 MP images and achieves a mean IoU of 61.2% on Cityscapes and average precision of 69.3% for cars on KITTI.

Both object detection in and semantic segmentation of camera images are important tasks for automated vehicles. Object detection is necessary so that the planning and behavior modules can reason about other road users. Semantic segmentation provides for example free space information and information about static and dynamic parts of the environment. There has been a lot of research to solve both tasks using Convolutional Neural Networks. These approaches give good results but are computationally demanding. In practice, a compromise has to be found between detection performance, detection quality and the number of tasks. Otherwise it is not possible to meet the real-time requirements of automated vehicles. In this work, we propose a neural network architecture to solve both tasks simultaneously. This architecture was designed to run with around 10 Hz on 1 MP images on current hardware. Our approach achieves a mean IoU of 61.2% for the semantic segmentation task on the challenging Cityscapes benchmark. It also achieves an average precision of 69.3% for cars and 67.7% on the moderate difficulty level of the KITTI benchmark.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes