SOP^2: Transfer Learning with Scene-Oriented Prompt Pool on 3D Object Detection
Ching-Hung Cheng, Hsiu-Fu Wu, Bing-Chen Wu, Khanh-Phong Bui, Van-Tin Luu, Ching-Chun Huang
TL;DR
This work investigates prompt-based transfer learning for 3D object detection, introducing a Scene-Oriented Prompt Pool (SOP^2) that tailors prompts to scene partitions. It progresses from simple prompt tokens and prompt generators to a dynamic, pool-driven approach that selects per-partition prompts, achieving stronger cross-domain performance with far fewer trainable parameters than full fine-tuning. Extensive KITTI experiments, aided by Waymo pretraining, show that SOP^2 outperforms conventional PEFT methods and benefits from synergy with LoRA. The results underscore the potential of prompts to bridge domain gaps in 3D perception and open avenues for prompt-centric research in 3D vision.
Abstract
With the rise of Large Language Models (LLMs) such as GPT-3, these models exhibit strong generalization capabilities. Through transfer learning techniques such as fine-tuning and prompt tuning, they can be adapted to various downstream tasks with minimal parameter adjustments. This approach is particularly common in the field of Natural Language Processing (NLP). This paper aims to explore the effectiveness of common prompt tuning methods in 3D object detection. We investigate whether a model trained on the large-scale Waymo dataset can serve as a foundation model and adapt to other scenarios within the 3D object detection field. This paper sequentially examines the impact of prompt tokens and prompt generators, and further proposes a Scene-Oriented Prompt Pool (\textbf{SOP$^2$}). We demonstrate the effectiveness of prompt pools in 3D object detection, with the goal of inspiring future researchers to delve deeper into the potential of prompts in the 3D field.
