Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Scaling Diffusion Models to Real-World 3D LiDAR Scene Completion

About

Computer vision techniques play a central role in the perception stack of autonomous vehicles. Such methods are employed to perceive the vehicle surroundings given sensor data. 3D LiDAR sensors are commonly used to collect sparse 3D point clouds from the scene. However, compared to human perception, such systems struggle to deduce the unseen parts of the scene given those sparse point clouds. In this matter, the scene completion task aims at predicting the gaps in the LiDAR measurements to achieve a more complete scene representation. Given the promising results of recent diffusion models as generative models for images, we propose extending them to achieve scene completion from a single 3D LiDAR scan. Previous works used diffusion models over range images extracted from LiDAR data, directly applying image-based diffusion methods. Distinctly, we propose to directly operate on the points, reformulating the noising and denoising diffusion process such that it can efficiently work at scene scale. Together with our approach, we propose a regularization loss to stabilize the noise predicted during the denoising process. Our experimental evaluation shows that our method can complete the scene given a single LiDAR scan as input, producing a scene with more details compared to state-of-the-art scene completion methods. We believe that our proposed diffusion process formulation can support further research in diffusion models applied to scene-scale point cloud data.

Lucas Nunes, Rodrigo Marcuzzi, Benedikt Mersch, Jens Behley, Cyrill Stachniss• 2024

Related benchmarks

TaskDatasetResultRank
Semantic Scene CompletionSemanticKITTI (test)
Overall IoU42.49
48
Point Cloud UpsamplingShapeNet (test)
EMD1.38
32
3D LiDAR Scene CompletionApollo (sequence 00)
CD (m)0.35
24
Point Cloud CompletionShapeNet (test)--
20
Point Cloud CompletionKITTI-360
IoU42.22
15
3D Scene CompletionOur data
IoU40.2
15
3D Scene CompletionSemanticKITTI (val)
JSD (BEV)0.416
14
3D LiDAR Scene CompletionSemanticKITTI sequence 08 (val)
CD (m)0.375
10
Point Cloud UpsamplingTartanAir (test)
DCD0.562
6
Point Cloud UpsamplingKITTI-360 (test)
DCD0.609
6
Showing 10 of 15 rows

Other info

Code

Follow for update