PointDiffusion: Diffusion-Based Scene Completion in the Point Cloud Domain
For autonomous driving perception, this work provides a practical solution to real-time dense scene completion with significantly improved accuracy and speed, though it is an incremental improvement over existing diffusion-based methods.
The paper tackles 3D scene completion from sparse LiDAR point clouds for autonomous driving, achieving a 16x reduction in squared Chamfer distance on SemanticKITTI (0.396 to 0.024 m^2) and outperforming LiDiff and ScoreLiDAR by 17-19% and 10-11% respectively, with 25-143x lower latency.
Reconstructing dense 3D scenes from sparse LiDAR point clouds is a fundamental challenge in autonomous driving, where latent diffusion models offer a promising solution. However, existing approaches rely on object-level autoencoders that collapse into unstable global representations at outdoor scale and suffer from ground truth data corrupted by odometry drift that systematically degrades supervision quality. Furthermore, multi-step diffusion inference incurs prohibitive latency for real-time deployment. We propose a novel multi-token Gaussian VAE with cross-attention pooling for stable scene-scale LiDAR compression, combined with an anchor-based ICP ground truth refinement pipeline that eliminates drift-induced noise from training supervision. Together, these components enable a scaffold-free single-step diffusion completion model that achieves an approximately 16x reduction in squared Chamfer distance on SemanticKITTI seq. 08 (0.396 m^2 to 0.024 m^2), surpasses LiDiff and ScoreLiDAR by 17-19% and 10-11%, respectively, and operates at 25-143x lower inference latency. Our results demonstrate that data quality dominates model design in this regime and that multi-token latent spaces provide a stable first stage for latent diffusion-based scene completion.