PF3Det: A Prompted Foundation Feature Assisted Visual LiDAR 3D Detector
Kaidong Li, Tianxiao Zhang, Kuan-Chuan Peng, Guanghui Wang
TL;DR
PF3Det tackles data-efficient 3D detection by fusing LiDAR and camera information through a prompted foundation framework. It introduces a foundational branch that extracts cross-modal features via a foundation-model encoder and a multi-modal soft-prompt adapter that modulates BEV features to bridge modality gaps. On nuScenes with only ~5% of training data, PF3Det achieves $NDS$ improvements of $1.19\%$ and $mAP$ improvements of $2.42\%$, validating its effectiveness and data efficiency. The work further provides guidance on foundation encoder selection and prompt configurations to balance performance gains with parameter cost, highlighting promising directions for multimodal 3D perception in autonomous systems.
Abstract
3D object detection is crucial for autonomous driving, leveraging both LiDAR point clouds for precise depth information and camera images for rich semantic information. Therefore, the multi-modal methods that combine both modalities offer more robust detection results. However, efficiently fusing LiDAR points and images remains challenging due to the domain gaps. In addition, the performance of many models is limited by the amount of high quality labeled data, which is expensive to create. The recent advances in foundation models, which use large-scale pre-training on different modalities, enable better multi-modal fusion. Combining the prompt engineering techniques for efficient training, we propose the Prompted Foundational 3D Detector (PF3Det), which integrates foundation model encoders and soft prompts to enhance LiDAR-camera feature fusion. PF3Det achieves the state-of-the-art results under limited training data, improving NDS by 1.19% and mAP by 2.42% on the nuScenes dataset, demonstrating its efficiency in 3D detection.
