Approaching Outside: Scaling Unsupervised 3D Object Detection from 2D Scene
Ruiyang Zhang, Hu Zhang, Hang Yu, Zhedong Zheng
TL;DR
LiSe addresses unsupervised 3D object detection in sparse LiDAR environments by integrating LiDAR with rich 2D scene cues through a self-paced learning framework. It generates pseudo labels from both LiDAR (multi-traversal) and open-vocabulary 2D detectors with SAM, then refines them via a distance-aware fusion strategy and an adaptive sampling mechanism that emphasizes long-tail, distant, and small objects. A weak model aggregation scheme combines diverse snapshots into a robust final model, yielding substantial improvements over prior methods on nuScenes and Lyft, including long-range BEV performance that can surpass fully supervised baselines. The work demonstrates that open-vocabulary 2D priors, when carefully fused with LiDAR data and guided by self-paced learning, significantly enhance unsupervised 3D detection and offer practical benefits for robust autonomous navigation.
Abstract
The unsupervised 3D object detection is to accurately detect objects in unstructured environments with no explicit supervisory signals. This task, given sparse LiDAR point clouds, often results in compromised performance for detecting distant or small objects due to the inherent sparsity and limited spatial resolution. In this paper, we are among the early attempts to integrate LiDAR data with 2D images for unsupervised 3D detection and introduce a new method, dubbed LiDAR-2D Self-paced Learning (LiSe). We argue that RGB images serve as a valuable complement to LiDAR data, offering precise 2D localization cues, particularly when scarce LiDAR points are available for certain objects. Considering the unique characteristics of both modalities, our framework devises a self-paced learning pipeline that incorporates adaptive sampling and weak model aggregation strategies. The adaptive sampling strategy dynamically tunes the distribution of pseudo labels during training, countering the tendency of models to overfit easily detected samples, such as nearby and large-sized objects. By doing so, it ensures a balanced learning trajectory across varying object scales and distances. The weak model aggregation component consolidates the strengths of models trained under different pseudo label distributions, culminating in a robust and powerful final model. Experimental evaluations validate the efficacy of our proposed LiSe method, manifesting significant improvements of +7.1% AP$_{BEV}$ and +3.4% AP$_{3D}$ on nuScenes, and +8.3% AP$_{BEV}$ and +7.4% AP$_{3D}$ on Lyft compared to existing techniques.
