An Empirical Study of Training State-of-the-Art LiDAR Segmentation Models
Jiahao Sun, Chunmei Qing, Xiang Xu, Lingdong Kong, Youquan Liu, Li Li, Chenming Zhu, Jingwei Zhang, Zeqi Xiao, Runnan Chen, Tai Wang, Wenwei Zhang, Kai Chen
TL;DR
This paper introduces MMDetection3D-lidarseg, a unified toolbox to train and benchmark state-of-the-art LiDAR semantic segmentation models across multiple backends and data augmentations, addressing fragmentation in existing codebases. It presents a comprehensive dataset and model support, including five sparse-convolution backends and advanced 3D augmentation techniques, validated on SemanticKITTI, nuScenes, and ScribbleKITTI with extensive fully-, semi-, and weakly-supervised experiments. Key findings show that data augmentation (LaserMix, PolarMix, FrustumMix) and test-time augmentation substantially boost accuracy, while backends and AMP influence training and inference speed; larger MinkUNet variants improve accuracy at higher compute cost, while range-view methods offer faster inference. The toolbox aims to standardize evaluation, accelerate experimentation, and promote open research by releasing code and trained models publicly, with future plans to broaden model coverage and domain applications.
Abstract
In the rapidly evolving field of autonomous driving, precise segmentation of LiDAR data is crucial for understanding complex 3D environments. Traditional approaches often rely on disparate, standalone codebases, hindering unified advancements and fair benchmarking across models. To address these challenges, we introduce MMDetection3D-lidarseg, a comprehensive toolbox designed for the efficient training and evaluation of state-of-the-art LiDAR segmentation models. We support a wide range of segmentation models and integrate advanced data augmentation techniques to enhance robustness and generalization. Additionally, the toolbox provides support for multiple leading sparse convolution backends, optimizing computational efficiency and performance. By fostering a unified framework, MMDetection3D-lidarseg streamlines development and benchmarking, setting new standards for research and application. Our extensive benchmark experiments on widely-used datasets demonstrate the effectiveness of the toolbox. The codebase and trained models have been publicly available, promoting further research and innovation in the field of LiDAR segmentation for autonomous driving.
