CVMar 31, 2022

BEVDet4D: Exploit Temporal Cues in Multi-camera 3D Object Detection

arXiv:2203.17054v3508 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the problem of improving 3D object detection accuracy for autonomous driving systems by incorporating temporal information, representing a significant advancement over previous vision-based methods.

The paper tackles the limitation of single-frame data in vision-based multi-camera 3D object detection by proposing BEVDet4D, a novel paradigm that exploits temporal cues in a 4D spatial-temporal space, resulting in a 62.9% reduction in velocity error and achieving a new record of 54.5% NDS on the nuScenes benchmark.

Single frame data contains finite information which limits the performance of the existing vision-based multi-camera 3D object detection paradigms. For fundamentally pushing the performance boundary in this area, a novel paradigm dubbed BEVDet4D is proposed to lift the scalable BEVDet paradigm from the spatial-only 3D space to the spatial-temporal 4D space. We upgrade the naive BEVDet framework with a few modifications just for fusing the feature from the previous frame with the corresponding one in the current frame. In this way, with negligible additional computing budget, we enable BEVDet4D to access the temporal cues by querying and comparing the two candidate features. Beyond this, we simplify the task of velocity prediction by removing the factors of ego-motion and time in the learning target. As a result, BEVDet4D with robust generalization performance reduces the velocity error by up to -62.9%. This makes the vision-based methods, for the first time, become comparable with those relied on LiDAR or radar in this aspect. On challenge benchmark nuScenes, we report a new record of 54.5% NDS with the high-performance configuration dubbed BEVDet4D-Base, which surpasses the previous leading method BEVDet-Base by +7.3% NDS. The source code is publicly available for further research at https://github.com/HuangJunJie2017/BEVDet .

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