3DLabelProp: Geometric-Driven Domain Generalization for LiDAR Semantic Segmentation in Autonomous Driving
Jules Sanchez, Jean-Emmanuel Deschaud, François Goulette
TL;DR
The paper tackles domain generalization for LiDAR semantic segmentation by introducing 3DLabelProp, a geometry-driven method that uses pseudo-dense point clouds generated from sequential scans to reduce sensor-domain discrepancies. It combines a fast, propagation-based geometry module for static elements with a learning-based cluster refinement (KPConv) for complex regions, and it fuses these predictions to deliver robust cross-dataset performance. A thorough DG benchmark across seven real datasets, along with ablations and comparisons to C&L, LiDOG, and DGLSS, shows that 3DLabelProp achieves strong generalization, particularly under sensor shifts, while maintaining competitive source-to-source performance. The work also discusses practical limitations (e.g., not real-time) and suggests directions for faster backbones and further optimization, highlighting its potential impact on robust autonomous driving perception.
Abstract
Domain generalization aims to find ways for deep learning models to maintain their performance despite significant domain shifts between training and inference datasets. This is particularly important for models that need to be robust or are costly to train. LiDAR perception in autonomous driving is impacted by both of these concerns, leading to the emergence of various approaches. This work addresses the challenge by proposing a geometry-based approach, leveraging the sequential structure of LiDAR sensors, which sets it apart from the learning-based methods commonly found in the literature. The proposed method, called 3DLabelProp, is applied on the task of LiDAR Semantic Segmentation (LSS). Through extensive experimentation on seven datasets, it is demonstrated to be a state-of-the-art approach, outperforming both naive and other domain generalization methods.
