OWL: Unsupervised 3D Object Detection by Occupancy Guided Warm-up and Large Model Priors Reasoning
Xusheng Guo, Wanfa Zhang, Shijia Zhao, Qiming Xia, Xiaolong Xie, Mingming Wang, Hai Wu, Chenglu Wen
TL;DR
This work tackles the challenge of unsupervised 3D object detection by addressing unstable initialization and noisy pseudo-labels. It introduces OWL, a framework comprising Occupancy Guided Warm-Up, Instance-Cued Reasoning with large-model priors, and Weight-adapted Self-training to stabilize learning and refine pseudo-labels. Extensive experiments on KITTI and Waymo Open Dataset show substantial improvements over prior unsupervised methods and competitive performance with some weakly/fully supervised approaches, highlighting the practical potential for annotation-free 3D perception. The approach reduces annotation costs while delivering robust 3D and BEV detection, with broader implications for scalable autonomous driving systems.
Abstract
Unsupervised 3D object detection leverages heuristic algorithms to discover potential objects, offering a promising route to reduce annotation costs in autonomous driving. Existing approaches mainly generate pseudo labels and refine them through self-training iterations. However, these pseudo-labels are often incorrect at the beginning of training, resulting in misleading the optimization process. Moreover, effectively filtering and refining them remains a critical challenge. In this paper, we propose OWL for unsupervised 3D object detection by occupancy guided warm-up and large-model priors reasoning. OWL first employs an Occupancy Guided Warm-up (OGW) strategy to initialize the backbone weight with spatial perception capabilities, mitigating the interference of incorrect pseudo-labels on network convergence. Furthermore, OWL introduces an Instance-Cued Reasoning (ICR) module that leverages the prior knowledge of large models to assess pseudo-label quality, enabling precise filtering and refinement. Finally, we design a Weight-adapted Self-training (WAS) strategy to dynamically re-weight pseudo-labels, improving the performance through self-training. Extensive experiments on Waymo Open Dataset (WOD) and KITTI demonstrate that OWL outperforms state-of-the-art unsupervised methods by over 15.0% mAP, revealing the effectiveness of our method.
