English

FB-BEV: BEV Representation from Forward-Backward View Transformations

Computer Vision and Pattern Recognition 2023-08-21 v2

Abstract

View Transformation Module (VTM), where transformations happen between multi-view image features and Bird-Eye-View (BEV) representation, is a crucial step in camera-based BEV perception systems. Currently, the two most prominent VTM paradigms are forward projection and backward projection. Forward projection, represented by Lift-Splat-Shoot, leads to sparsely projected BEV features without post-processing. Backward projection, with BEVFormer being an example, tends to generate false-positive BEV features from incorrect projections due to the lack of utilization on depth. To address the above limitations, we propose a novel forward-backward view transformation module. Our approach compensates for the deficiencies in both existing methods, allowing them to enhance each other to obtain higher quality BEV representations mutually. We instantiate the proposed module with FB-BEV, which achieves a new state-of-the-art result of 62.4% NDS on the nuScenes test set. Code and models are available at https://github.com/NVlabs/FB-BEV.

Keywords

Cite

@article{arxiv.2308.02236,
  title  = {FB-BEV: BEV Representation from Forward-Backward View Transformations},
  author = {Zhiqi Li and Zhiding Yu and Wenhai Wang and Anima Anandkumar and Tong Lu and Jose M. Alvarez},
  journal= {arXiv preprint arXiv:2308.02236},
  year   = {2023}
}

Comments

Accept to ICCV 2023, camera-ready version

R2 v1 2026-06-28T11:48:00.410Z