English

MVLidarNet: Real-Time Multi-Class Scene Understanding for Autonomous Driving Using Multiple Views

Computer Vision and Pattern Recognition 2020-08-19 v2 Robotics

Abstract

Autonomous driving requires the inference of actionable information such as detecting and classifying objects, and determining the drivable space. To this end, we present Multi-View LidarNet (MVLidarNet), a two-stage deep neural network for multi-class object detection and drivable space segmentation using multiple views of a single LiDAR point cloud. The first stage processes the point cloud projected onto a perspective view in order to semantically segment the scene. The second stage then processes the point cloud (along with semantic labels from the first stage) projected onto a bird's eye view, to detect and classify objects. Both stages use an encoder-decoder architecture. We show that our multi-view, multi-stage, multi-class approach is able to detect and classify objects while simultaneously determining the drivable space using a single LiDAR scan as input, in challenging scenes with more than one hundred vehicles and pedestrians at a time. The system operates efficiently at 150 fps on an embedded GPU designed for a self-driving car, including a postprocessing step to maintain identities over time. We show results on both KITTI and a much larger internal dataset, thus demonstrating the method's ability to scale by an order of magnitude.

Keywords

Cite

@article{arxiv.2006.05518,
  title  = {MVLidarNet: Real-Time Multi-Class Scene Understanding for Autonomous Driving Using Multiple Views},
  author = {Ke Chen and Ryan Oldja and Nikolai Smolyanskiy and Stan Birchfield and Alexander Popov and David Wehr and Ibrahim Eden and Joachim Pehserl},
  journal= {arXiv preprint arXiv:2006.05518},
  year   = {2020}
}

Comments

IROS 2020 conference (submitted March 1st, 2020). For accompanying video, see https://youtu.be/2ck5_sToayc

R2 v1 2026-06-23T16:11:32.118Z