SN-LiDAR: Semantic Neural Fields for Novel Space-time View LiDAR Synthesis
Yi Chen, Tianchen Deng, Wentao Zhao, Xiaoning Wang, Wenqian Xi, Weidong Chen, Jingchuan Wang
TL;DR
SN-LiDAR tackles semantic LiDAR novel view synthesis by introducing semantic neural LiDAR fields that jointly optimize geometry and semantics. It blends a global planar-grid geometric representation with a local CNN-based semantic encoder, feeding into differentiable rendering to produce depth, intensity, semantics, and ray-drop for novel space-time LiDAR views. The method demonstrates superior semantic reconstruction and robust geometric results on SemanticKITTI and KITTI-360, particularly for dynamic objects and large-scale scenes. This framework enables semantic-aware LiDAR synthesis without reliance on extensive pre-trained LiDAR semantic models, with potential benefits for autonomous driving perception and data augmentation.
Abstract
Recent research has begun exploring novel view synthesis (NVS) for LiDAR point clouds, aiming to generate realistic LiDAR scans from unseen viewpoints. However, most existing approaches do not reconstruct semantic labels, which are crucial for many downstream applications such as autonomous driving and robotic perception. Unlike images, which benefit from powerful segmentation models, LiDAR point clouds lack such large-scale pre-trained models, making semantic annotation time-consuming and labor-intensive. To address this challenge, we propose SN-LiDAR, a method that jointly performs accurate semantic segmentation, high-quality geometric reconstruction, and realistic LiDAR synthesis. Specifically, we employ a coarse-to-fine planar-grid feature representation to extract global features from multi-frame point clouds and leverage a CNN-based encoder to extract local semantic features from the current frame point cloud. Extensive experiments on SemanticKITTI and KITTI-360 demonstrate the superiority of SN-LiDAR in both semantic and geometric reconstruction, effectively handling dynamic objects and large-scale scenes. Codes will be available on https://github.com/dtc111111/SN-Lidar.
