2020

Cylinder3D: An Effective 3D Framework for Driving-scene LiDAR Semantic Segmentation

Zhou, Hui, Zhu, Xinge, Song, Xiao et al.

Understand

State-of-the-art methods for large-scale driving-scene LiDAR semantic segmentation often project and process the point clouds in the 2D space.

  • The projection methods includes spherical projection, bird-eye view projection, etc.
  • Although this process makes the point cloud suitable for the 2D CNN-based networks, it inevitably alters and abandons the 3D topology and geometric relations.
  • A straightforward solution to tackle the issue of 3D-to-2D projection is to keep the 3D representation and process the points in the 3D space.

Reading the bibliography…