The Why, When, and How to Use Active Learning in Large-Data-Driven 3D Object Detection for Safe Autonomous Driving: An Empirical Exploration
Ross Greer, Bjørk Antoniussen, Mathias V. Andersen, Andreas Møgelmose, Mohan M. Trivedi
TL;DR
This paper addresses the annotation bottleneck for supervised 3D object detection in autonomous driving by applying entropy-based active learning to selectively annotate the most informative unlabeled samples. It evaluates the approach on the nuScenes dataset using the BEVFusion model, comparing entropy querying against random sampling and showing improvements in minority-class performance and overall data efficiency. The study adopts a pool-based, iterative sampling setup with defined budgets and standard 3D detection metrics, demonstrating that entropy querying can reduce labeling costs while maintaining or enhancing accuracy. Limitations include a single experimental run, and the authors advocate future work on learning data-query policies via reinforcement learning to further optimize active learning in safety-critical driving scenarios.
Abstract
Active learning strategies for 3D object detection in autonomous driving datasets may help to address challenges of data imbalance, redundancy, and high-dimensional data. We demonstrate the effectiveness of entropy querying to select informative samples, aiming to reduce annotation costs and improve model performance. We experiment using the BEVFusion model for 3D object detection on the nuScenes dataset, comparing active learning to random sampling and demonstrating that entropy querying outperforms in most cases. The method is particularly effective in reducing the performance gap between majority and minority classes. Class-specific analysis reveals efficient allocation of annotated resources for limited data budgets, emphasizing the importance of selecting diverse and informative data for model training. Our findings suggest that entropy querying is a promising strategy for selecting data that enhances model learning in resource-constrained environments.
