LidaRF: Delving into Lidar for Neural Radiance Field on Street Scenes
Shanlin Sun, Bingbing Zhuang, Ziyu Jiang, Buyu Liu, Xiaohui Xie, Manmohan Chandraker
TL;DR
LidaRF enhances NeRF-based street-scene rendering by fusing LiDAR-derived geometry with a high-resolution hash-grid radiance field, enabling robust depth supervision and view augmentation. It introduces a dense LiDAR encoding backbone via a 3D sparse UNet, a curriculum-based occlusion-aware depth loss, and synthetic view augmentation projected from LiDAR, all integrated into a Nerfacto-inspired framework. Across Pandaset, NuScenes, and Argoverse, LidaRF achieves state-of-the-art novel view synthesis, particularly under lane-shift extrapolation, by leveraging LiDAR to provide strong geometric priors and more complete depth supervision. The results demonstrate practical potential for photorealistic street scene simulation in autonomous driving, while noting the static-background limitation and suggesting dynamic-object extension as future work.
Abstract
Photorealistic simulation plays a crucial role in applications such as autonomous driving, where advances in neural radiance fields (NeRFs) may allow better scalability through the automatic creation of digital 3D assets. However, reconstruction quality suffers on street scenes due to largely collinear camera motions and sparser samplings at higher speeds. On the other hand, the application often demands rendering from camera views that deviate from the inputs to accurately simulate behaviors like lane changes. In this paper, we propose several insights that allow a better utilization of Lidar data to improve NeRF quality on street scenes. First, our framework learns a geometric scene representation from Lidar, which is fused with the implicit grid-based representation for radiance decoding, thereby supplying stronger geometric information offered by explicit point cloud. Second, we put forth a robust occlusion-aware depth supervision scheme, which allows utilizing densified Lidar points by accumulation. Third, we generate augmented training views from Lidar points for further improvement. Our insights translate to largely improved novel view synthesis under real driving scenes.
