English

Efficient and Robust 2D-to-BEV Representation Learning via Geometry-guided Kernel Transformer

Computer Vision and Pattern Recognition 2022-06-10 v1

Abstract

Learning Bird's Eye View (BEV) representation from surrounding-view cameras is of great importance for autonomous driving. In this work, we propose a Geometry-guided Kernel Transformer (GKT), a novel 2D-to-BEV representation learning mechanism. GKT leverages the geometric priors to guide the transformer to focus on discriminative regions and unfolds kernel features to generate BEV representation. For fast inference, we further introduce a look-up table (LUT) indexing method to get rid of the camera's calibrated parameters at runtime. GKT can run at 72.372.3 FPS on 3090 GPU / 45.645.6 FPS on 2080ti GPU and is robust to the camera deviation and the predefined BEV height. And GKT achieves the state-of-the-art real-time segmentation results, i.e., 38.0 mIoU (100m×\times100m perception range at a 0.5m resolution) on the nuScenes val set. Given the efficiency, effectiveness, and robustness, GKT has great practical values in autopilot scenarios, especially for real-time running systems. Code and models will be available at \url{https://github.com/hustvl/GKT}.

Keywords

Cite

@article{arxiv.2206.04584,
  title  = {Efficient and Robust 2D-to-BEV Representation Learning via Geometry-guided Kernel Transformer},
  author = {Shaoyu Chen and Tianheng Cheng and Xinggang Wang and Wenming Meng and Qian Zhang and Wenyu Liu},
  journal= {arXiv preprint arXiv:2206.04584},
  year   = {2022}
}

Comments

Tech report. Work in progress

R2 v1 2026-06-24T11:45:21.363Z