paper-with-me

Papers

BEVFormer: Learning Bird's-Eye-View Representation from Multi-Camera Images via Spatiotemporal Transformers

2022-03-31 · Zhiqi Li, Wenhai Wang, Hongyang Li, Enze Xie, Chonghao Sima, Tong Lu, Qiao Yu, Jifeng Dai

3D visual perception tasks, including 3D detection and map segmentation based on multi-camera images, are essential for autonomous driving systems. In this work, we present a new framework termed BEVFormer, which learns unified BEV representations with spatiotemporal transformers to support multiple autonomous driving perception tasks. In a nutshell, BEVFormer exploits both spatial and temporal information by interacting with spatial and temporal space through predefined grid-shaped BEV queries. To aggregate spatial information, we design spatial cross-attention that each BEV query extracts the spatial features from the regions of interest across camera views. For temporal information, we propose temporal self-attention to recurrently fuse the history BEV information. Our approach achieves the new state-of-the-art 56.9\% in terms of NDS metric on the nuScenes \texttt{test} set, which is 9.0 points higher than previous best arts and on par with the performance of LiDAR-based baselines. We further show that BEVFormer remarkably improves the accuracy of velocity estimation and recall of objects under low visibility conditions. The code is available at \url{https://github.com/zhiqi-li/BEVFormer}.

📄 PDF Abstract BibTeX arXiv:2203.17270

Code (3)

zhiqi-li/BEVFormer 공식 구현
fundamentalvision/BEVFormer pytorch
valeoai/pointbev pytorch

Tasks

3D Object DetectionAutonomous DrivingBird's-Eye View Semantic SegmentationRobust Camera Only 3D Object Detection

Similar Papers 제목 키워드 기반

VoxelFormer: Bird's-Eye-View Feature Generation based on Dual-view Attention for Multi-view 3D Object Detection

2023-04-03 · Zhuoling Li, Chuanrui Zhang, Wei-Chiu Ma, Yipin Zhou 외

In recent years, transformer-based detectors have demonstrated remarkable performance in 2D visual perception tasks. However, their performance in multi-view 3D object detection remains inferior to the state-of-the-art (…

3D Object Detectionobject-detectionObject Detection

DuoSpaceNet: Leveraging Both Bird's-Eye-View and Perspective View Representations for 3D Object Detection

2024-05-17 · Zhe Huang, Yizhe Zhao, Hao Xiao, Chenyan Wu 외

Multi-view camera-only 3D object detection largely follows two primary paradigms: exploiting bird's-eye-view (BEV) representations or focusing on perspective-view (PV) features, each with distinct advantages. Although se…

3D Object DetectionDecoderobject-detectionObject Detection

Benchmarking Multi-View BEV Object Detection with Mixed Pinhole and Fisheye Cameras

2026-03-29 · Xiangzhong Liu, Hao Shen arxiv

Modern autonomous driving systems increasingly rely on mixed camera configurations with pinhole and fisheye cameras for full view perception. However, Bird's-Eye View (BEV) 3D object detection models are predominantly de…

3D Object DetectionAutonomous Driving

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

2023-08-04 · ICCV 2023 1 · Zhiqi Li, Zhiding Yu, Wenhai Wang, Anima Anandkumar 외

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 p…

CLIP-BEVFormer: Enhancing Multi-View Image-Based BEV Detector with Ground Truth Flow

2024-03-13 · CVPR 2024 1 · Chenbin Pan, Burhaneddin Yaman, Senem Velipasalar, Liu Ren

Autonomous driving stands as a pivotal domain in computer vision, shaping the future of transportation. Within this paradigm, the backbone of the system plays a crucial role in interpreting the complex environment. Howev…

3D Object DetectionAutonomous DrivingContrastive Learningobject-detection+1