paper-with-me

홈 › Papers

A Technical Survey and Evaluation of Traditional Point Cloud Clustering Methods for LiDAR Panoptic Segmentation

2021-08-21 · Yiming Zhao, Xiao Zhang, Xinming Huang

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.

📄 PDF Abstract BibTeX arXiv:2108.09522

Code (1)

placeforyiming/iccvw21-lidar-panoptic-segmentation-tradicv-survey-of-point-cloud-cluster 공식 구현 pytorch

Tasks

Autonomous DrivingClusteringDeep LearningPanoptic SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Unsupervised Point Cloud Representation Learning with Deep Neural Networks: A Survey

2022-02-28 · Aoran Xiao, Jiaxing Huang, Dayan Guan, Xiaoqin Zhang 외

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 Learning

Deep Learning-Based Point Cloud Registration: A Comprehensive Survey and Taxonomy

2024-04-22 · Yu-Xin Zhang, Jie Gui, Baosheng Yu, Xiaofeng Cong 외

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 Registration

A Survey of Medical Point Cloud Shape Learning: Registration, Reconstruction and Variation

2025-08-05 · Tongxu Zhang, Zhiming Liang, Bei Wang arxiv

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 Clouds

Deep Unsupervised Learning for 3D ALS Point Cloud Change Detection

2023-05-05 · Iris de Gélis, Sudipan Saha, Muhammad Shahzad, Thomas Corpetti 외

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 Learning

A Survey and Benchmark of Automatic Surface Reconstruction from Point Clouds

2023-01-31 · Raphael Sulzer, Renaud Marlet, Bruno Vallet, Loic Landrieu

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