Towards Cross-Platform Generalization: Domain Adaptive 3D Detection with Augmentation and Pseudo-Labeling
Xiyan Feng, Wenbo Zhang, Lu Zhang, Yunzhi Zhuge, Huchuan Lu, You He
TL;DR
This work tackles cross-platform generalization in LiDAR-based 3D object detection by extending PVRCNN++ with Cross-platform Jitter Alignment (CJA) data augmentation and ST3D self-training. The method replaces the CenterHead with an AnchorHead, uses RoI-grid pooling and VSA for robust proposals, and applies a two-stage training regime to adapt to unlabeled target domains. Ablation shows substantial gains from CJA and ST3D, with the final AnchorHead variant achieving state-of-the-art-like performance in cross-platform settings. The approach demonstrates practical cross-platform deployment potential for autonomous-robot perception across vehicles, drones, and quadrupeds.
Abstract
This technical report represents the award-winning solution to the Cross-platform 3D Object Detection task in the RoboSense2025 Challenge. Our approach is built upon PVRCNN++, an efficient 3D object detection framework that effectively integrates point-based and voxel-based features. On top of this foundation, we improve cross-platform generalization by narrowing domain gaps through tailored data augmentation and a self-training strategy with pseudo-labels. These enhancements enabled our approach to secure the 3rd place in the challenge, achieving a 3D AP of 62.67% for the Car category on the phase-1 target domain, and 58.76% and 49.81% for Car and Pedestrian categories respectively on the phase-2 target domain.
