Breaking the SSL-AL Barrier: A Synergistic Semi-Supervised Active Learning Framework for 3D Object Detection
Zengran Wang, Yanan Zhang, Jiaxin Chen, Di Huang
TL;DR
This work tackles the annotation bottleneck in LiDAR-based 3D object detection by integrating semi-supervised learning with active learning through a synergistic framework (S-SSAL). It introduces CPSP to pre-train on pseudo-scenes formed from confident objects, avoiding noise from uncertain labels, and CAL to optimize unlabeled-data selection via ensemble uncertainty, diversity, and class-balanced sampling. Empirical results on KITTI and Waymo show state-of-the-art performance with minimal labeling—e.g., KITTI with only 2% labeled data matching full-data models—and demonstrate robustness across rounds and rare classes. The approach offers a practical path to scalable 3D detection in autonomous driving by more effectively leveraging unlabeled data while maintaining reliable uncertainty estimates and balanced class coverage.
Abstract
To address the annotation burden in LiDAR-based 3D object detection, active learning (AL) methods offer a promising solution. However, traditional active learning approaches solely rely on a small amount of labeled data to train an initial model for data selection, overlooking the potential of leveraging the abundance of unlabeled data. Recently, attempts to integrate semi-supervised learning (SSL) into AL with the goal of leveraging unlabeled data have faced challenges in effectively resolving the conflict between the two paradigms, resulting in less satisfactory performance. To tackle this conflict, we propose a Synergistic Semi-Supervised Active Learning framework, dubbed as S-SSAL. Specifically, from the perspective of SSL, we propose a Collaborative PseudoScene Pre-training (CPSP) method that effectively learns from unlabeled data without introducing adverse effects. From the perspective of AL, we design a Collaborative Active Learning (CAL) method, which complements the uncertainty and diversity methods by model cascading. This allows us to fully exploit the potential of the CPSP pre-trained model. Extensive experiments conducted on KITTI and Waymo demonstrate the effectiveness of our S-SSAL framework. Notably, on the KITTI dataset, utilizing only 2% labeled data, S-SSAL can achieve performance comparable to models trained on the full dataset. The code has been released at https://github.com/LandDreamer/S_SSAL.
