Exploring Object-Centric Temporal Modeling for Efficient Multi-View 3D Object Detection

Abstract

In this paper, we propose a long-sequence modeling framework, named StreamPETR, for multi-view 3D object detection. Built upon the sparse query design in the PETR series, we systematically develop an object-centric temporal mechanism. The model is performed in an online manner and the long-term historical information is propagated through object queries frame by frame. Besides, we introduce a motion-aware layer normalization to model the movement of the objects. StreamPETR achieves significant performance improvements only with negligible computation cost, compared to the single-frame baseline. On the standard nuScenes benchmark, it is the first online multi-view method that achieves comparable performance (67.6% NDS & 65.3% AMOTA) with lidar-based methods. The lightweight version realizes 45.0% mAP and 31.7 FPS, outperforming the state-of-the-art method (SOLOFusion) by 2.3% mAP and 1.8x faster FPS. Code has been available at https://github.com/exiawsh/StreamPETR.git.

Cite

Text

Wang et al. "Exploring Object-Centric Temporal Modeling for Efficient Multi-View 3D Object Detection." International Conference on Computer Vision, 2023. doi:10.1109/ICCV51070.2023.00335

Markdown

[Wang et al. "Exploring Object-Centric Temporal Modeling for Efficient Multi-View 3D Object Detection." International Conference on Computer Vision, 2023.](https://mlanthology.org/iccv/2023/wang2023iccv-exploring/) doi:10.1109/ICCV51070.2023.00335

BibTeX

@inproceedings{wang2023iccv-exploring,
  title     = {{Exploring Object-Centric Temporal Modeling for Efficient Multi-View 3D Object Detection}},
  author    = {Wang, Shihao and Liu, Yingfei and Wang, Tiancai and Li, Ying and Zhang, Xiangyu},
  booktitle = {International Conference on Computer Vision},
  year      = {2023},
  pages     = {3621-3631},
  doi       = {10.1109/ICCV51070.2023.00335},
  url       = {https://mlanthology.org/iccv/2023/wang2023iccv-exploring/}
}