paper-with-me

Papers

Temporal Enhanced Training of Multi-view 3D Object Detector via Historical Object Prediction

2023-04-03 · ICCV 2023 1 · Zhuofan Zong, Dongzhi Jiang, Guanglu Song, Zeyue Xue, Jingyong Su, Hongsheng Li, Yu Liu

In this paper, we propose a new paradigm, named Historical Object Prediction (HoP) for multi-view 3D detection to leverage temporal information more effectively. The HoP approach is straightforward: given the current timestamp t, we generate a pseudo Bird's-Eye View (BEV) feature of timestamp t-k from its adjacent frames and utilize this feature to predict the object set at timestamp t-k. Our approach is motivated by the observation that enforcing the detector to capture both the spatial location and temporal motion of objects occurring at historical timestamps can lead to more accurate BEV feature learning. First, we elaborately design short-term and long-term temporal decoders, which can generate the pseudo BEV feature for timestamp t-k without the involvement of its corresponding camera images. Second, an additional object decoder is flexibly attached to predict the object targets using the generated pseudo BEV feature. Note that we only perform HoP during training, thus the proposed method does not introduce extra overheads during inference. As a plug-and-play approach, HoP can be easily incorporated into state-of-the-art BEV detection frameworks, including BEVFormer and BEVDet series. Furthermore, the auxiliary HoP approach is complementary to prevalent temporal modeling methods, leading to significant performance gains. Extensive experiments are conducted to evaluate the effectiveness of the proposed HoP on the nuScenes dataset. We choose the representative methods, including BEVFormer and BEVDet4D-Depth to evaluate our method. Surprisingly, HoP achieves 68.5% NDS and 62.4% mAP with ViT-L on nuScenes test, outperforming all the 3D object detectors on the leaderboard. Codes will be available at https://github.com/Sense-X/HoP.

📄 PDF Abstract BibTeX arXiv:2304.00967

Code (1)

sense-x/hop 공식 구현 pytorch

Tasks

3D Object DetectionObject

Similar Papers 제목 키워드 기반

MTGER: Multi-view Temporal Graph Enhanced Temporal Reasoning over Time-Involved Document

2023-11-08 · Zheng Chu, Zekun Wang, Jiafeng Liang, Ming Liu 외

The facts and time in the document are intricately intertwined, making temporal reasoning over documents challenging. Previous work models time implicitly, making it difficult to handle such complex relationships. To add…

StereoMV2D: A Sparse Temporal Stereo-Enhanced Framework for Robust Multi-View 3D Object Detection

2025-12-19 · Di Wu, Feng Yang, Wenhui Zhao, Jinwen Yu 외 arxiv

Multi-view 3D object detection is a fundamental task in autonomous driving perception, where achieving a balance between detection accuracy and computational efficiency remains crucial. Sparse query-based 3D detectors ef…

Computational Efficiency3D Object DetectionAutonomous Driving

MVCustom: Multi-View Customized Diffusion via Geometric Latent Rendering and Completion

2025-10-15 · Minjung Shin, Hyunin Cho, Sooyeon Go, Jin-Hwa Kim 외 arxiv

Multi-view generation with camera pose control and prompt-based customization are both essential elements for achieving controllable generative models. However, existing multi-view generation models do not support custom…

OnlineBEV: Recurrent Temporal Fusion in Bird's Eye View Representations for Multi-Camera 3D Perception

2025-07-11 · Junho Koh, Youngwoo Lee, Jungho Kim, Dongyoung Lee 외 arxiv

Multi-view camera-based 3D perception can be conducted using bird's eye view (BEV) features obtained through perspective view-to-BEV transformations. Several studies have shown that the performance of these 3D perception…

3D Object Detection

CRISP: A Spatiotemporal Camera-Radar Backbone for Driving via Forecasting-Based World-Model Pretraining

2026-07-05 · Jingyu Song, Yi Liu, Katherine A. Skinner arxiv

Camera-radar (CR) fusion is a practical sensing configuration for autonomous driving, but existing models are typically trained with task-specific supervision, limiting reusable representation learning. We present CRISP,…

Representation LearningAutonomous DrivingMotion ForecastingPoint Clouds