An Empirical Study of the Generalization Ability of Lidar 3D Object Detectors to Unseen Domains
George Eskandar, Chongzhe Zhang, Abhishek Kaushik, Karim Guirguis, Mohamed Sayed, Bin Yang
TL;DR
This work provides an empirical, architecture-focused study of how LiDAR-based 3D object detectors generalize to unseen domains, isolating the effects of four design choices—architecture, voxel encoding, data augmentations, and anchor strategies—across six benchmarks spanning sensor, location, and weather gaps. By benchmarking nine detectors with apples-to-apples evaluations and conducting extensive controlled experiments, the authors identify practical levers for robustness, notably that transformer backbones with local point features improve OOD performance, test-time anchor tuning yields large cross-domain gains, and source-domain augmentations help with low-resolution sensors, while clean-weather training enhances weather robustness. The findings culminate in actionable guidance for building more robust 3D-OD systems prior to full-domain adaptation, and they highlight that some robustness challenges (e.g., bad weather) may be discriminability-driven rather than transferability-driven. These insights enable safer deployment by informing detector design choices, data curation, and test-time adaptation strategies in real-world autonomous systems.
Abstract
3D Object Detectors (3D-OD) are crucial for understanding the environment in many robotic tasks, especially autonomous driving. Including 3D information via Lidar sensors improves accuracy greatly. However, such detectors perform poorly on domains they were not trained on, i.e. different locations, sensors, weather, etc., limiting their reliability in safety-critical applications. There exist methods to adapt 3D-ODs to these domains; however, these methods treat 3D-ODs as a black box, neglecting underlying architectural decisions and source-domain training strategies. Instead, we dive deep into the details of 3D-ODs, focusing our efforts on fundamental factors that influence robustness prior to domain adaptation. We systematically investigate four design choices (and the interplay between them) often overlooked in 3D-OD robustness and domain adaptation: architecture, voxel encoding, data augmentations, and anchor strategies. We assess their impact on the robustness of nine state-of-the-art 3D-ODs across six benchmarks encompassing three types of domain gaps - sensor type, weather, and location. Our main findings are: (1) transformer backbones with local point features are more robust than 3D CNNs, (2) test-time anchor size adjustment is crucial for adaptation across geographical locations, significantly boosting scores without retraining, (3) source-domain augmentations allow the model to generalize to low-resolution sensors, and (4) surprisingly, robustness to bad weather is improved when training directly on more clean weather data than on training with bad weather data. We outline our main conclusions and findings to provide practical guidance on developing more robust 3D-ODs.
