Concept-based Explainable Data Mining with VLM for 3D Detection
Mai Tsujimoto
TL;DR
The paper tackles the scarcity of rare-object examples in autonomous driving 3D detection by introducing a concept-based, explainable data mining framework that leverages Vision-Language Models to semantically mine informative 2D samples for training. It integrates object concept embeddings, outlier detection via t-SNE and Isolation Forest, and VLM-based captioning to identify and label rare concepts, enabling targeted data mining (Target/Rare) and reduced-annotation datasets. The approach demonstrates notable improvements in rare object categories on nuScenes with only 20% of the data, and provides interpretable visualizations that link concepts to detections. This cross-modal framework offers practical benefits for safety-critical perception systems by enhancing rare-object detection while maintaining dataset efficiency and transparency.
Abstract
Rare-object detection remains a challenging task in autonomous driving systems, particularly when relying solely on point cloud data. Although Vision-Language Models (VLMs) exhibit strong capabilities in image understanding, their potential to enhance 3D object detection through intelligent data mining has not been fully explored. This paper proposes a novel cross-modal framework that leverages 2D VLMs to identify and mine rare objects from driving scenes, thereby improving 3D object detection performance. Our approach synthesizes complementary techniques such as object detection, semantic feature extraction, dimensionality reduction, and multi-faceted outlier detection into a cohesive, explainable pipeline that systematically identifies rare but critical objects in driving scenes. By combining Isolation Forest and t-SNE-based outlier detection methods with concept-based filtering, the framework effectively identifies semantically meaningful rare objects. A key strength of this approach lies in its ability to extract and annotate targeted rare object concepts such as construction vehicles, motorcycles, and barriers. This substantially reduces the annotation burden and focuses only on the most valuable training samples. Experiments on the nuScenes dataset demonstrate that this concept-guided data mining strategy enhances the performance of 3D object detection models while utilizing only a fraction of the training data, with particularly notable improvements for challenging object categories such as trailers and bicycles compared with the same amount of random data. This finding has substantial implications for the efficient curation of datasets in safety-critical autonomous systems.
