paper-with-me

Papers

A Divide-and-Merge Point Cloud Clustering Algorithm for LiDAR Panoptic Segmentation

2021-09-16 · Yiming Zhao, Xiao Zhang, Xinming Huang

Clustering objects from the LiDAR point cloud is an important research problem with many applications such as autonomous driving. To meet the real-time requirement, existing research proposed to apply the connected-component-labeling (CCL) technique on LiDAR spherical range image with a heuristic condition to check if two neighbor points are connected. However, LiDAR range image is different from a binary image which has a deterministic condition to tell if two pixels belong to the same component. The heuristic condition used on the LiDAR range image only works empirically, which suggests the LiDAR clustering algorithm should be robust to potential failures of the empirical heuristic condition. To overcome this challenge, this paper proposes a divide-and-merge LiDAR clustering algorithm. This algorithm firstly conducts clustering in each evenly divided local region, then merges the local clustered small components by voting on edge point pairs. Assuming there are $N$ LiDAR points of objects in total with $m$ divided local regions, the time complexity of the proposed algorithm is $O(N)+O(m^2)$. A smaller $m$ means the voting will involve more neighbor points, but the time complexity will become larger. So the $m$ controls the trade-off between the time complexity and the clustering accuracy. A proper $m$ helps the proposed algorithm work in real-time as well as maintain good performance. We evaluate the divide-and-merge clustering algorithm on the SemanticKITTI panoptic segmentation benchmark by cascading it with a state-of-the-art semantic segmentation model. The final performance evaluated through the leaderboard achieves the best among all published methods. The proposed algorithm is implemented with C++ and wrapped as a python function. It can be easily used with the modern deep learning framework in python.

📄 PDF Abstract BibTeX arXiv:2109.08224

Code (1)

placeforyiming/divide-and-merge-lidar-panoptic-cluster 공식 구현 pytorch

Tasks

Autonomous DrivingClusteringPanoptic SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Divide and Conquer: 3D Point Cloud Instance Segmentation With Point-Wise Binarization

2022-07-22 · ICCV 2023 1 · Weiguang Zhao, Yuyao Yan, Chaolong Yang, Jianan Ye 외

Instance segmentation on point clouds is crucially important for 3D scene understanding. Most SOTAs adopt distance clustering, which is typically effective but does not perform well in segmenting adjacent objects with th…

3D Instance Segmentation3D Object DetectionBinarizationClustering+2

Geographical hotspot prediction based on point cloud-voxel-community partition clustering

2025-03-27 · Yan Tang

Existing solutions to the hotspot prediction problem in the field of geographic information remain at a relatively preliminary stage. This study presents a novel approach for detecting and predicting geographical hotspot…

Clustering

Point Cloud Segmentation based on Hypergraph Spectral Clustering

2020-01-21 · Songyang Zhang, Shuguang Cui, Zhi Ding

Hypergraph spectral analysis has emerged as an effective tool processing complex data structures in data analysis. The surface of a three-dimensional (3D) point cloud and the multilateral relationship among their points …

ClusteringPoint Cloud SegmentationSegmentation

Patch-Wise Point Cloud Generation: A Divide-and-Conquer Approach

2023-07-22 · Cheng Wen, Baosheng Yu, Rao Fu, DaCheng Tao

A generative model for high-fidelity point clouds is of great importance in synthesizing 3d environments for applications such as autonomous driving and robotics. Despite the recent success of deep generative models for …

Autonomous DrivingPoint Cloud Generation

Automatic extraction and 3D reconstruction of split wire from point cloud data based on improved DPC algorithm

2023-11-10 · Jia Cheng

In order to solve the problem of point cloud data splitting improved by DPC algorithm, a research on automatic separation and 3D reconstruction of point cloud data split lines is proposed. First, the relative coordinates…

3D Reconstruction