paper-with-me

Papers

Efficient LiDAR Point Cloud Oversegmentation Network

2023-01-01 · ICCV 2023 1 · Le Hui, Linghua Tang, Yuchao Dai, Jin Xie, Jian Yang

Point cloud oversegmentation is a challenging task since it needs to produce perceptually meaningful partitions (i.e., superpoints) of a point cloud. Most existing oversegmentation methods cannot efficiently generate superpoints from large-scale LiDAR point clouds due to complex and inefficient procedures. In this paper, we propose a simple yet efficient end-to-end LiDAR oversegmentation network, which segments superpoints from the LiDAR point cloud by grouping points based on low-level point embeddings. Specifically, we first learn the similarity of points from the constructed local neighborhoods to obtain low-level point embeddings through the local discriminative loss. Then, to generate homogeneous superpoints from the sparse LiDAR point cloud, we propose a LiDAR point grouping algorithm that simultaneously considers the similarity of point embeddings and the Euclidean distance of points in 3D space. Finally, we design a superpoint refinement module for accurately assigning the hard boundary points to the corresponding superpoints. Extensive results on two large-scale outdoor datasets, SemanticKITTI and nuScenes, show that our method achieves a new state-of-the-art in LiDAR oversegmentation. Notably, the inference time of our method is 100x faster than that of other methods. Furthermore, we apply the learned superpoints to the LiDAR semantic segmentation task and the results show that using superpoints can significantly improve the LiDAR semantic segmentation of the baseline network. Code is available at https://github.com/fpthink/SuperLiDAR.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

LIDAR Semantic SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Point Cloud Oversegmentation with Graph-Structured Deep Metric Learning

2019-04-03 · CVPR 2019 6 · Loic Landrieu, Mohamed Boussaha

We propose a new supervized learning framework for oversegmenting 3D point clouds into superpoints. We cast this problem as learning deep embeddings of the local geometry and radiometry of 3D points, such that the border…

Semantic Segmentation

UltraLiDAR: Learning Compact Representations for LiDAR Completion and Generation

2023-11-02 · Yuwen Xiong, Wei-Chiu Ma, Jingkang Wang, Raquel Urtasun

LiDAR provides accurate geometric measurements of the 3D world. Unfortunately, dense LiDARs are very expensive and the point clouds captured by low-beam LiDAR are often sparse. To address these issues, we present UltraLi…

Learning Compact Representations for LiDAR Completion and Generation

2023-01-01 · CVPR 2023 1 · Yuwen Xiong, Wei-Chiu Ma, Jingkang Wang, Raquel Urtasun

LiDAR provides accurate geometric measurements of the 3D world. Unfortunately, dense LiDARs are very expensive and the point clouds captured by low-beam LiDAR are often sparse. To address these issues, we present Ult…

LiDARDraft: Generating LiDAR Point Cloud from Versatile Inputs

2025-12-23 · Haiyun Wei, Fan Lu, Yunwei Zhu, Zehan Zheng 외 arxiv

Generating realistic and diverse LiDAR point clouds is crucial for autonomous driving simulation. Although previous methods achieve LiDAR point cloud generation from user inputs, they struggle to attain high-quality resu…

Point Cloud GenerationAutonomous DrivingPoint Clouds

NeRF-LiDAR: Generating Realistic LiDAR Point Clouds with Neural Radiance Fields

2023-04-28 · Junge Zhang, Feihu Zhang, Shaochen Kuang, Li Zhang

Labeling LiDAR point clouds for training autonomous driving is extremely expensive and difficult. LiDAR simulation aims at generating realistic LiDAR data with labels for training and verifying self-driving algorithms mo…

Autonomous DrivingNeRFNovel View SynthesisPoint Cloud Generation+1