English

RangeSeg: Range-Aware Real Time Segmentation of 3D LiDAR Point Clouds

Computer Vision and Pattern Recognition 2022-05-04 v1 Machine Learning

Abstract

Semantic outdoor scene understanding based on 3D LiDAR point clouds is a challenging task for autonomous driving due to the sparse and irregular data structure. This paper takes advantages of the uneven range distribution of different LiDAR laser beams to propose a range aware instance segmentation network, RangeSeg. RangeSeg uses a shared encoder backbone with two range dependent decoders. A heavy decoder only computes top of a range image where the far and small objects locate to improve small object detection accuracy, and a light decoder computes whole range image for low computational cost. The results are further clustered by the DBSCAN method with a resolution weighted distance function to get instance-level segmentation results. Experiments on the KITTI dataset show that RangeSeg outperforms the state-of-the-art semantic segmentation methods with enormous speedup and improves the instance-level segmentation performance on small and far objects. The whole RangeSeg pipeline meets the real time requirement on NVIDIA\textsuperscript{\textregistered} JETSON AGX Xavier with 19 frames per second in average.

Keywords

Cite

@article{arxiv.2205.01570,
  title  = {RangeSeg: Range-Aware Real Time Segmentation of 3D LiDAR Point Clouds},
  author = {Tzu-Hsuan Chen and Tian Sheuan Chang},
  journal= {arXiv preprint arXiv:2205.01570},
  year   = {2022}
}

Comments

10 pages, 7 figures. IEEE Transactions on Intelligent Vehicles (2021)

R2 v1 2026-06-24T11:06:00.846Z