Leveraging 3D Representation Alignment and RGB Pretrained Priors for LiDAR Scene Generation
Nicolas Sereyjol-Garros, Ellington Kirby, Victor Besnier, Nermin Samet
TL;DR
R3DPA addresses the scarcity of large-scale LiDAR data for realistic scene generation by transferring knowledge from RGB image priors and grounding generation in self-supervised 3D representations. It trains in two stages: first aligning a VAE to a pretrained RGB FM to adapt priors to range-image LiDAR data, then performing end-to-end optimization with a 3D representation alignment loss that projects 3D features onto a 2D grid for supervision, enabling a unified latent space for LiDAR synthesis. Key contributions include the first unconditional LiDAR generator that exploits RGB priors and 3D features, state-of-the-art results on KITTI-360, and practical test-time conditioning for object inpainting and scene mixing via the alignment signal $\mathcal{L}_{\textrm{Alignment}}$. This work significantly advances bridging 2D and 3D representations in LiDAR generation, with potential for more controllable and data-efficient 3D scene synthesis in autonomous driving.
Abstract
LiDAR scene synthesis is an emerging solution to scarcity in 3D data for robotic tasks such as autonomous driving. Recent approaches employ diffusion or flow matching models to generate realistic scenes, but 3D data remains limited compared to RGB datasets with millions of samples. We introduce R3DPA, the first LiDAR scene generation method to unlock image-pretrained priors for LiDAR point clouds, and leverage self-supervised 3D representations for state-of-the-art results. Specifically, we (i) align intermediate features of our generative model with self-supervised 3D features, which substantially improves generation quality; (ii) transfer knowledge from large-scale image-pretrained generative models to LiDAR generation, mitigating limited LiDAR datasets; and (iii) enable point cloud control at inference for object inpainting and scene mixing with solely an unconditional model. On the KITTI-360 benchmark R3DPA achieves state of the art performance. Code and pretrained models are available at https://github.com/valeoai/R3DPA.
