A Technical Survey and Evaluation of Traditional Point Cloud Clustering Methods for LiDAR Panoptic Segmentation
LiDAR panoptic segmentation is a newly proposed technical task for autonomous driving. In contrast to popular end-to-end deep learning solutions, we propose a hybrid method with an existing semantic segmentation network to extract semantic information and a traditional LiDAR point cloud cluster algorithm to split each instance object. We argue geometry-based traditional clustering algorithms are worth being considered by showing a state-of-the-art performance among all published end-to-end deep learning solutions on the panoptic segmentation leaderboard of the SemanticKITTI dataset. To our best knowledge, we are the first to attempt the point cloud panoptic segmentation with clustering algorithms. Therefore, instead of working on new models, we give a comprehensive technical survey in this paper by implementing four typical cluster methods and report their performances on the benchmark. Those four cluster methods are the most representative ones with real-time running speed. They are implemented with C++ in this paper and then wrapped as a python function for seamless integration with the existing deep learning frameworks. We release our code for peer researchers who might be interested in this problem.
Code (1)
Tasks
Autonomous DrivingClusteringDeep LearningPanoptic SegmentationSegmentationSemantic SegmentationSimilar Papers 제목 키워드 기반
Unsupervised Point Cloud Representation Learning with Deep Neural Networks: A Survey
Point cloud data have been widely explored due to its superior accuracy and robustness under various adverse situations. Meanwhile, deep neural networks (DNNs) have achieved very impressive success in various application…
Autonomous DrivingRepresentation LearningDeep Learning-Based Point Cloud Registration: A Comprehensive Survey and Taxonomy
Point cloud registration involves determining a rigid transformation to align a source point cloud with a target point cloud. This alignment is fundamental in applications such as autonomous driving, robotics, and medica…
Autonomous DrivingDeep LearningPoint Cloud RegistrationA Survey of Medical Point Cloud Shape Learning: Registration, Reconstruction and Variation
Point clouds have become an increasingly important representation for 3D medical imaging, offering a compact, surface-preserving alternative to traditional voxel or mesh-based approaches. Recent advances in deep learning…
Point CloudsDeep Unsupervised Learning for 3D ALS Point Cloud Change Detection
Change detection from traditional \added{2D} optical images has limited capability to model the changes in the height or shape of objects. Change detection using 3D point cloud \added{from photogrammetry or LiDAR surveyi…
Change DetectionContrastive LearningDeep ClusteringSelf-Supervised LearningA Survey and Benchmark of Automatic Surface Reconstruction from Point Clouds
We present a comprehensive survey and benchmark of both traditional and learning-based methods for surface reconstruction from point clouds. This task is particularly challenging for real-world acquisitions due to factor…
Surface Reconstruction