CVMay 19, 2022

BEVerse: Unified Perception and Prediction in Birds-Eye-View for Vision-Centric Autonomous Driving

Tsinghua
arXiv:2205.09743v1271 citationsh-index: 97Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of integrating perception and prediction tasks for autonomous driving systems, offering a more efficient and effective solution compared to sequential approaches, though it is incremental in combining existing concepts into a unified framework.

The paper tackles the problem of unified 3D perception and prediction for vision-centric autonomous driving by proposing BEVerse, a framework that generates spatio-temporal Birds-Eye-View representations from multi-camera videos and jointly reasons about multiple tasks, resulting in outperforming existing single-task methods on 3D object detection, semantic map construction, and motion prediction on the nuScenes dataset with significantly improved efficiency.

In this paper, we present BEVerse, a unified framework for 3D perception and prediction based on multi-camera systems. Unlike existing studies focusing on the improvement of single-task approaches, BEVerse features in producing spatio-temporal Birds-Eye-View (BEV) representations from multi-camera videos and jointly reasoning about multiple tasks for vision-centric autonomous driving. Specifically, BEVerse first performs shared feature extraction and lifting to generate 4D BEV representations from multi-timestamp and multi-view images. After the ego-motion alignment, the spatio-temporal encoder is utilized for further feature extraction in BEV. Finally, multiple task decoders are attached for joint reasoning and prediction. Within the decoders, we propose the grid sampler to generate BEV features with different ranges and granularities for different tasks. Also, we design the method of iterative flow for memory-efficient future prediction. We show that the temporal information improves 3D object detection and semantic map construction, while the multi-task learning can implicitly benefit motion prediction. With extensive experiments on the nuScenes dataset, we show that the multi-task BEVerse outperforms existing single-task methods on 3D object detection, semantic map construction, and motion prediction. Compared with the sequential paradigm, BEVerse also favors in significantly improved efficiency. The code and trained models will be released at https://github.com/zhangyp15/BEVerse.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes