English

Predict to Detect: Prediction-guided 3D Object Detection using Sequential Images

Computer Vision and Pattern Recognition 2023-09-06 v3

Abstract

Recent camera-based 3D object detection methods have introduced sequential frames to improve the detection performance hoping that multiple frames would mitigate the large depth estimation error. Despite improved detection performance, prior works rely on naive fusion methods (e.g., concatenation) or are limited to static scenes (e.g., temporal stereo), neglecting the importance of the motion cue of objects. These approaches do not fully exploit the potential of sequential images and show limited performance improvements. To address this limitation, we propose a novel 3D object detection model, P2D (Predict to Detect), that integrates a prediction scheme into a detection framework to explicitly extract and leverage motion features. P2D predicts object information in the current frame using solely past frames to learn temporal motion features. We then introduce a novel temporal feature aggregation method that attentively exploits Bird's-Eye-View (BEV) features based on predicted object information, resulting in accurate 3D object detection. Experimental results demonstrate that P2D improves mAP and NDS by 3.0% and 3.7% compared to the sequential image-based baseline, illustrating that incorporating a prediction scheme can significantly improve detection accuracy.

Keywords

Cite

@article{arxiv.2306.08528,
  title  = {Predict to Detect: Prediction-guided 3D Object Detection using Sequential Images},
  author = {Sanmin Kim and Youngseok Kim and In-Jae Lee and Dongsuk Kum},
  journal= {arXiv preprint arXiv:2306.08528},
  year   = {2023}
}

Comments

ICCV 2023, Code: https://github.com/sanmin0312/P2D

R2 v1 2026-06-28T11:05:04.015Z