Administrator by China Associction for Science and Technology
Sponsored by China Society of Automotive Engineers
Published by AUTO FAN Magazine Co. Ltd.

Automotive Engineering ›› 2022, Vol. 44 ›› Issue (8): 1173-1182.doi: 10.19562/j.chinasae.qcgc.2022.08.007

Special Issue: 智能网联汽车技术专题-感知&HMI&测评2022年

Previous Articles     Next Articles

Semantic Segmentation Method of LiDAR Point Cloud Based on 3D Conical Grid

Runhui Huang,Likun Hu(),Mingfang Su,Daye Xu,Aoran Chen   

  1. 1.School of Electrical Engineering,Guangxi University,Nanning  530004
    2.Advanced Control and Intelligent Power Systems Engineering Technologies Research Center of Guangxi University,Nanning  530004
  • Received:2022-03-07 Revised:2022-04-06 Online:2022-08-25 Published:2022-08-25
  • Contact: Likun Hu E-mail:hlk3email@163.com

Abstract:

Semantic segmentation of LiDAR point cloud is an important branch of road scene perception in automatic driving system. Though the state-of-the-art methods convert point cloud into regular 2D images or Cartesian grid for processing, which reduces the computation efforts resulting from the unstructured point clouds, but the 2D image-based methods inevitably change the 3D geometric topology, while Cartesian grid-based methods ignore the density inconsistency of outdoor LiDAR point cloud, thus limiting their semantic segmentation ability, especially for small objects such as pedestrians and bicycles. Therefore, a semantic segmentation method for LiDAR point cloud base on 3D conical grid and sparse convolution network (Spconv3D) is proposed in this paper, in which conical grid partition is used to solve the problem of sparsity and density inconsistency of point cloud. The re-parameterized Spconv3D is designed to enhance the speed of model inference. Two large-scale datasets, i.e. SemanticKITTI and nuScenes are used to conduct an evaluation on the method proposed. The results show that compared with the state-of-the-art methods, the mIoU of the method proposed is 1.3% and 0.8% higher respectively, in particular with a significant rise in small object recognition.

Key words: autonomous driving, LiDAR point cloud, semantic segmentation, 3D conical grid, re-parameterization, 3D sparse convolution network