English

Fast Scene Understanding for Autonomous Driving

Computer Vision and Pattern Recognition 2017-08-10 v1 Robotics

Abstract

Most approaches for instance-aware semantic labeling traditionally focus on accuracy. Other aspects like runtime and memory footprint are arguably as important for real-time applications such as autonomous driving. Motivated by this observation and inspired by recent works that tackle multiple tasks with a single integrated architecture, in this paper we present a real-time efficient implementation based on ENet that solves three autonomous driving related tasks at once: semantic scene segmentation, instance segmentation and monocular depth estimation. Our approach builds upon a branched ENet architecture with a shared encoder but different decoder branches for each of the three tasks. The presented method can run at 21 fps at a resolution of 1024x512 on the Cityscapes dataset without sacrificing accuracy compared to running each task separately.

Keywords

Cite

@article{arxiv.1708.02550,
  title  = {Fast Scene Understanding for Autonomous Driving},
  author = {Davy Neven and Bert De Brabandere and Stamatios Georgoulis and Marc Proesmans and Luc Van Gool},
  journal= {arXiv preprint arXiv:1708.02550},
  year   = {2017}
}

Comments

Published at "Deep Learning for Vehicle Perception", workshop at the IEEE Symposium on Intelligent Vehicles 2017

R2 v1 2026-06-22T21:09:45.535Z