TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/LiDPM: Rethinking Point Diffusion for Lidar Scene Completion

LiDPM: Rethinking Point Diffusion for Lidar Scene Completion

Tetiana Martyniuk, Gilles Puy, Alexandre Boulch, Renaud Marlet, Raoul de Charette

2025-04-24Lidar Scene Completion
PaperPDFCode(official)

Abstract

Training diffusion models that work directly on lidar points at the scale of outdoor scenes is challenging due to the difficulty of generating fine-grained details from white noise over a broad field of view. The latest works addressing scene completion with diffusion models tackle this problem by reformulating the original DDPM as a local diffusion process. It contrasts with the common practice of operating at the level of objects, where vanilla DDPMs are currently used. In this work, we close the gap between these two lines of work. We identify approximations in the local diffusion formulation, show that they are not required to operate at the scene level, and that a vanilla DDPM with a well-chosen starting point is enough for completion. Finally, we demonstrate that our method, LiDPM, leads to better results in scene completion on SemanticKITTI. The project page is https://astra-vision.github.io/LiDPM .

Results

TaskDatasetMetricValueModel
Lidar Scene CompletionSemanticKITTIChamfer Distance0.377LiDPM (refined)
Lidar Scene CompletionSemanticKITTIJSD 3D0.542LiDPM (refined)
Lidar Scene CompletionSemanticKITTIJSD BEV0.403LiDPM (refined)
Lidar Scene CompletionSemanticKITTIVoxel IoU 0.1m14.93LiDPM (refined)
Lidar Scene CompletionSemanticKITTIVoxel IoU 0.2m25.76LiDPM (refined)
Lidar Scene CompletionSemanticKITTIVoxel IoU 0.5m36.59LiDPM (refined)
Lidar Scene CompletionSemanticKITTIChamfer Distance0.446LiDPM
Lidar Scene CompletionSemanticKITTIJSD 3D0.532LiDPM
Lidar Scene CompletionSemanticKITTIJSD BEV0.44LiDPM
Lidar Scene CompletionSemanticKITTIVoxel IoU 0.1m6.27LiDPM
Lidar Scene CompletionSemanticKITTIVoxel IoU 0.2m19.45LiDPM
Lidar Scene CompletionSemanticKITTIVoxel IoU 0.5m34.09LiDPM

Related Papers

Diffusion Distillation With Direct Preference Optimization For Efficient 3D LiDAR Scene Completion2025-04-15Distilling Diffusion Models to Efficient 3D LiDAR Scene Completion2024-12-04Scaling Diffusion Models to Real-World 3D LiDAR Scene Completion2024-03-20