paper-with-me

홈 › Papers

PromptDet: A Lightweight 3D Object Detection Framework with LiDAR Prompts

2024-12-17 · Kun Guo, Qiang Ling

Multi-camera 3D object detection aims to detect and localize objects in 3D space using multiple cameras, which has attracted more attention due to its cost-effectiveness trade-off. However, these methods often struggle with the lack of accurate depth estimation caused by the natural weakness of the camera in ranging. Recently, multi-modal fusion and knowledge distillation methods for 3D object detection have been proposed to solve this problem, which are time-consuming during the training phase and not friendly to memory cost. In light of this, we propose PromptDet, a lightweight yet effective 3D object detection framework motivated by the success of prompt learning in 2D foundation model. Our proposed framework, PromptDet, comprises two integral components: a general camera-based detection module, exemplified by models like BEVDet and BEVDepth, and a LiDAR-assisted prompter. The LiDAR-assisted prompter leverages the LiDAR points as a complementary signal, enriched with a minimal set of additional trainable parameters. Notably, our framework is flexible due to our prompt-like design, which can not only be used as a lightweight multi-modal fusion method but also as a camera-only method for 3D object detection during the inference phase. Extensive experiments on nuScenes validate the effectiveness of the proposed PromptDet. As a multi-modal detector, PromptDet improves the mAP and NDS by at most 22.8\% and 21.1\% with fewer than 2\% extra parameters compared with the camera-only baseline. Without LiDAR points, PromptDet still achieves an improvement of at most 2.4\% mAP and 4.0\% NDS with almost no impact on camera detection inference time.

📄 PDF Abstract BibTeX arXiv:2412.12460

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionDepth EstimationKnowledge DistillationObjectobject-detectionObject DetectionPrompt Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

PromptDet: Towards Open-vocabulary Detection using Uncurated Images

2022-03-30 · Chengjian Feng, Yujie Zhong, Zequn Jie, Xiangxiang Chu 외

The goal of this work is to establish a scalable pipeline for expanding an object detector towards novel/unseen categories, using zero manual annotations. To achieve that, we make the following four contributions: (i) in…

Language ModelingLanguage ModellingObjectPrompt Learning

Rethinking Backbone Design for Lightweight 3D Object Detection in LiDAR

2025-08-01 · Adwait Chandorkar, Hasan Tercan, Tobias Meisen arxiv

Recent advancements in LiDAR-based 3D object detection have significantly accelerated progress toward the realization of fully autonomous driving in real-world environments. Despite achieving high detection performance, …

2D Object Detection3D Object DetectionAutonomous Driving

Adaptive LiDAR Scanning: Harnessing Temporal Cues for Efficient 3D Object Detection via Multi-Modal Fusion

2025-08-03 · Sara Shoouri, Morteza Tavakoli Taba, Hun-Seok Kim arxiv

Multi-sensor fusion using LiDAR and RGB cameras significantly enhances 3D object detection task. However, conventional LiDAR sensors perform dense, stateless scans, ignoring the strong temporal continuity in real-world s…

3D Object Detection

Lightweight LiDAR-Camera 3D Dynamic Object Detection and Multi-Class Trajectory Prediction

2025-04-18 · Yushen He, Lei Zhao, Tianchen Deng, Zipeng Fang 외

Service mobile robots are often required to avoid dynamic objects while performing their tasks, but they usually have only limited computational resources. So we present a lightweight multi-modal framework for 3D object …

3D Object DetectionGPUobject-detectionObject Detection+2

RSN: Range Sparse Net for Efficient, Accurate LiDAR 3D Object Detection

2021-06-25 · CVPR 2021 1 · Pei Sun, Weiyue Wang, Yuning Chai, Gamaleldin Elsayed 외

The detection of 3D objects from LiDAR data is a critical component in most autonomous driving systems. Safe, high speed driving needs larger detection ranges, which are enabled by new LiDARs. These larger detection rang…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection+1