Inconsistency-based Active Learning for LiDAR Object Detection
Esteban Rivera, Loic Stratil, Markus Lienkamp
TL;DR
This paper tackles the labeling bottleneck in LiDAR-based 3D object detection for autonomous driving by introducing inconsistency-based active learning. It develops a LiDAR-specific sampling strategy using horizontal mirroring and two inconsistency scores, notably the Number-of-boxes inconsistency (NoB), to identify informative unlabeled samples. Experiments on KITTI with the PointPillars detector show that NoB-based sampling, particularly with an ascending ordering and retraining, can achieve the same mAP as random sampling with only 50% of the labeled data, with additional gains for underrepresented classes like pedestrians and cyclists. The findings suggest that simple, LiDAR-focused inconsistency metrics can outperform IoU-based measures, offering practical data-labeling efficiency and potential integration into future 3D detection training pipelines.
Abstract
Deep learning models for object detection in autonomous driving have recently achieved impressive performance gains and are already being deployed in vehicles worldwide. However, current models require increasingly large datasets for training. Acquiring and labeling such data is costly, necessitating the development of new strategies to optimize this process. Active learning is a promising approach that has been extensively researched in the image domain. In our work, we extend this concept to the LiDAR domain by developing several inconsistency-based sample selection strategies and evaluate their effectiveness in various settings. Our results show that using a naive inconsistency approach based on the number of detected boxes, we achieve the same mAP as the random sampling strategy with 50% of the labeled data.
