Source-linked AI summary

Vision-Centric BEV Perception: A Survey

Yuexin Ma, Tai Wang, Xuyang Bai, Huitong Yang, Yuenan Hou, Yaming Wang, Yu Qiao, Ruigang Yang, Dinesh Manocha, Xinge Zhu

arXiv:2208.02797v2cs.CV

TL;DR

Vision-centric BEV perception has developed rapidly, but the field lacked a recent comprehensive survey of its methods and extensions. This paper organizes view-transformation strategies and downstream tasks, compares methods and limitations, and reports that temporal fusion generally outperforms single-frame transformer methods while depth supervision remains important.

  • Problem

    Recent vision-centric BEV perception methods lacked a comprehensive, up-to-date survey covering view transformation, downstream tasks, comparative performance, and extensions.

  • Method

    The paper systematically reviews BEV methods by core view-transformation strategy and task, analyzes their performance and limitations, and discusses extensions and implementation details.

  • Results

    Temporal-fusion transformer methods generally outperform single-frame methods on mAP and mAVE by a large margin, while depth supervision provides essential cues for depth-based transformation.

  • Takeaways & Limitations

    The survey provides organized comparisons and practical guidance for evaluating, implementing, and extending vision-centric BEV perception methods.

  • Takeaways & Limitations

    Homography-based methods remain limited by their rigid flat-ground assumption and are therefore constrained in real 3D scenarios.

Abstract

from arXiv · show

In recent years, vision-centric Bird's Eye View (BEV) perception has garnered significant interest from both industry and academia due to its inherent advantages, such as providing an intuitive representation of the world and being conducive to data fusion. The rapid advancements in deep learning have led to the proposal of numerous methods for addressing vision-centric BEV perception challenges. However, there has been no recent survey encompassing this novel and burgeoning research field. To catalyze future research, this paper presents a comprehensive survey of the latest developments in vision-centric BEV perception and its extensions. It compiles and organizes up-to-date knowledge, offering a systematic review and summary of prevalent algorithms. Additionally, the paper provides in-depth analyses and comparative results on various BEV perception tasks, facilitating the evaluation of future works and sparking new research directions. Furthermore, the paper discusses and shares valuable empirical implementation details to aid in the advancement of related algorithms.

1 INTRODUCTION

Vision-centric BEV perception transforms perspective-view camera inputs into a world-coordinate representation useful for semantic understanding, localization, downstream driving applications, and multimodal fusion. This survey organizes the field's evolution from geometry-based methods to depth-, MLP-, and transformer-based learning approaches.

  • BEV representations provide semantic information, precise localization, and absolute scale for downstream applications such as behavior prediction and motion planning.
  • BEV supports physically interpretable fusion across views, modalities, time series, and cooperative vehicles or infrastructure.
  • Perspective-view images must be transformed into BEV because vehicle-mounted cameras face outward rather than directly observing the bird’s-eye coordinate system.
  • Deep view-transformation methods are categorized as depth-based, MLP-based, or transformer-based approaches.Depth-based methods lift image features into 3D using explicit or implicit depth estimation; MLP-based methods are simple but struggle in complex scenes.
  • The survey traces vision-centric BEV perception from geometry-reliant non-deep methods toward learning-based approaches and reviews their integration of earlier philosophies.
  • The paper categorizes recent methods by view-transformation strategy and downstream task, compares their performance and limitations, and discusses BEV extensions and implementation techniques.

2 BACKGROUND

The background defines vision-centric BEV perception, reviews benchmark datasets and common metrics, and explains dataset-specific evaluation protocols. It also introduces LET-based evaluation, which compensates for depth-related longitudinal errors in image-based 3D detection.

  • 2.1 Task Definition of Vision-Centric BEV Perception: Vision-centric BEV perception transforms image sequences from multiple frames and views into BEV features for 3D detection or semantic-map generation.
  • 2.2 Datasets & Common Evaluation Metrics: KITTI, nuScenes, and Waymo Open Dataset are the three most influential benchmarks for BEV-based 3D perception.
  • 2.2 Datasets & Common Evaluation Metrics: BEV detection commonly uses AP or mAP, while BEV segmentation commonly uses per-class IoU and overall mIoU.
  • 2.3 Dataset-Specific Metrics: KITTI modifies AP with 3D IoU, 40 recall positions, BEV AP on the ground plane, and AOS for orientation estimation.
  • 2.3 Dataset-Specific Metrics: nuScenes matches predictions using ground-plane center distance and supplements mAP with translation, scale, orientation, velocity, and attribute true-positive metrics combined into NDS.
  • 2.3 Dataset-Specific Metrics: LET-3D-AP compensates for longitudinal errors by aligning predicted centers along the sensor-to-prediction line of sight before computing 3D IoU and matching.

3 HOMOGRAPH BASED PV TO BEV

Homography-based methods transform perspective-view images or features into BEV using physical flat-ground mappings, offering interpretability and efficient projection. Their rigid assumptions limit accurate representation of above-ground objects and complete real-world 3D scenes, motivating semantic and generative enhancements.

  • Basic Usage in Different Stages: Inverse Perspective Mapping projects perspective-view images or features into BEV using camera geometry and a flat-ground constraint.The homography can be applied during preprocessing, postprocessing, or network training to support downstream perception tasks.
  • Basic Usage in Different Stages: Homography-based BEV methods support downstream tasks including detection, segmentation, motion prediction, planning, and multi-view feature aggregation.Examples include vehicle detection, holistic semantic mapping, pedestrian detection, and lane-layout prediction.
  • Limitations and Solutions: IPM-based approaches struggle with above-ground objects because their homographies assume mapped points lie on a horizontal plane.Semantic footprints, road segmentation, and multiple homographies are used to reduce distortions for vehicles, buildings, roads, and pedestrians.
  • Limitations and Solutions: GAN-based approaches enhance homography-derived BEV representations by learning cross-view translation, invisible scene information, or more reliable mappings.RAP uses an incremental GAN with robust real-world labels to alleviate stretching of distant objects.
  • Summary: Homography-based methods are interpretable and efficient because their core mapping uses physical flat-ground projection and straightforward matrix multiplication without learning.However, IPM addresses only part of the PV-BEV transformation problem, leaving comprehensive mapping of entire perspective-view content unresolved.

4 DEPTH BASED PV TO BEV

Depth-based PV-to-BEV methods lift image information into explicit 3D representations using depth, then perform BEV perception with point clouds or voxels. The survey contrasts these representations, depth-supervision strategies, stereo settings, and temporal extensions.

  • Overview: Depth-based methods address IPM’s lost height information by elevating 2D pixels or features into 3D space using depth predictions.IPM assumes all points lie on the ground plane, whereas depth-based methods model scene structure beyond that plane.
  • 4.1 Point-Based View Transformation: Point-based methods convert estimated depths into pseudo-LiDAR point clouds and apply LiDAR-based 3D detection techniques.Their straightforward design enables reuse of monocular-depth and LiDAR-detection methods.
  • 4.1 Point-Based View Transformation: Point-based pipelines are complex and depth-limited, while inaccurate, denser-than-LiDAR pseudo-points increase computation and can mislead 3D detection.E2E Pseudo-LiDAR introduces a Change-of-Representation module, but later works report voxel-based methods as superior in these aspects.
  • 4.2 Voxel-Based View Transformation: Voxel-based methods lift 2D features into discretized 3D space using uniform or predicted depth distributions before BEV perception.Voxels sacrifice local spatial precision but efficiently cover large-scale scene structure and support end-to-end learning.
  • 4.2 Voxel-Based View Transformation: OFT scatters identical features along each ray, whereas LSS predicts categorical depth distributions and context vectors whose outer product constructs 3D features.LSS therefore more accurately approximates the real depth distribution and fuses all cameras into one scene representation.
  • 4.3 Depth Supervision: Sparse LiDAR-derived depth supervision and depth-estimation pretraining improve depth-distribution learning and 2D-backbone representation learning.The survey identifies accurate depth distributions as essential cues for converting perspective-view features to BEV.

5 MLP BASED PV TO BEV

MLP-based methods learn an implicit mapping from perspective-view features to BEV, offering simple projection but limited geometric reasoning and multi-view exploitation. The survey contrasts their design variants, applications, and limitations with newer approaches.

  • MLP-based methods learn implicit camera-calibration representations to transform perspective-view features into BEV.
  • VED uses a variational encoder-decoder with an MLP bottleneck for real-time monocular semantic-metric occupancy mapping.
  • VPN applies a two-layer MLP independently to feature maps, while FishingNet performs late fusion with radar and LiDAR.
  • HDMapNet and PYVA use bidirectional projection or cycle-based self-supervision to improve consistency between BEV and perspective-view features.
  • HFT combines geometry-based and camera-model-free branches to capture geometric information and global context while avoiding their respective drawbacks.
  • MLP-based methods lack depth-based geometric reasoning, underuse overlapping multi-view regions, and are generally surpassed by transformer-based methods.

6 TRANSFORMER BASED PV TO BEV

Transformer-based methods use queries and cross attention to construct BEV representations from image features, with sparse, dense, and hybrid query designs. The survey highlights task-dependent trade-offs, temporal fusion, geometric parameterizations, and computational challenges.

  • Transformer-based view transformation constructs queries and searches corresponding image features through attention rather than applying a forward feature mapping.
  • The survey categorizes transformer methods by query granularity into sparse, dense, and hybrid query-based approaches.
  • Tesla pioneered transformer-based PV-to-BEV projection by using positional BEV queries and cross attention with image features.
  • Sparse queries directly produce object-centric results efficiently, but their lack of explicit BEV geometry makes dense prediction difficult.
  • Dense queries provide spatially distributed BEV representations for detection, segmentation, and motion prediction, but require substantial computation.
  • Deformable attention, geometry constraints, and scanline-based sequence translation reduce the memory demands of dense cross-attention transformation.
  • Temporal-fusion methods generally outperform single-frame transformer methods on mAP and mAVE by a large margin.
  • Polar parameterization replaces perpendicular Cartesian axes with non-perpendicular axes aligned with cameras’ wedge-shaped perception ranges.

7 EXTENSION

BEV extends beyond individual perception tasks into multi-task learning, sensor and agent fusion, and semantic occupancy prediction. These extensions exploit BEV’s physical-world alignment and shared representation.

  • BEV preserves precise localization and scale, supports downstream tasks, and provides an interpretable medium for fusing sensors, timestamps, and agents.
  • The survey identifies multi-task learning, BEV fusion, and semantic occupancy prediction as three major extensions of BEV perception.

7.1 Multi-Task Learning under BEV

BEV’s compact shared representation supports unified networks for perception and prediction across multiple tasks. However, joint detection and segmentation training does not consistently improve performance and can hurt detection.

  • Multi-Task Learning under BEV: A shared BEV backbone can reduce computation cost and improve efficiency while supporting object detection, map segmentation, prediction, and motion planning.
  • Multi-Task Learning under BEV: FIERY, StretchBEV, and BEVerse combine spatio-temporal BEV representations with perception, future-state generation, and prediction.
  • Multi-Task Learning under BEV: Joint training of 3D object detection and BEV segmentation usually brings no improvement; detection is often hurt and segmentation gains vary by category.
  • Multi-Task Learning under BEV: Further work is needed to understand task dependencies and achieve joint improvement.

7.2 Fusion under BEV

BEV-based fusion integrates complementary sensor, temporal, and multi-agent information into a common representation for autonomous-driving perception. Temporal fusion improves detection, while long-range history and real-world multi-agent generalization remain open issues.

  • Multi-modality Fusion: BEV representations support multi-sensor, multi-frame, and multi-agent fusion by providing a common space for combining information.The survey organizes fusion methods by source data and by their specific fusion operations under BEV.
  • Multi-modality Fusion: Camera, LiDAR, and Radar provide complementary information: appearance, depth and geometry, and long-range velocity, respectively.Cameras lack depth, LiDAR lacks texture, and Radar is sparse and noisy.
  • Temporal Fusion: Temporal fusion accumulates sequential observations to alleviate occlusion and estimate object attributes such as velocity, acceleration, and steering.Because camera poses change with ego-motion, temporal methods warp features or model associations across aligned BEV representations.
  • Temporal Fusion: Lifting models from spatial-only 3D to spatial-temporal 4D significantly improves overall detection, especially velocity and orientation prediction.Most temporal models use at most four previous frames, and BEVFormer performance levels off beyond four frames.
  • Multi-agent Fusion: Single-agent systems struggle with occlusions and distant objects, motivating cooperative multi-camera perception through vehicle-to-vehicle communication.The cited framework has been validated only on simulated datasets, leaving real-world generalization unknown.

7.3 Semantic Occupancy Prediction

Semantic occupancy prediction assigns semantic labels to occupied 3D regions, providing fine-grained geometric and semantic scene information. Methods primarily use voxel sampling or transformer-based representations, with dense labels commonly generated from multiple LiDAR frames.

  • Task Overview: Semantic occupancy prediction assigns semantic labels to every spatially occupied region in 3D space.Its occupancy representation provides fine-grained geometry and semantic information.
  • Voxel-sampling Methods: Voxel-sampling methods lift image representations into voxel space through dense 2D–3D projections and include architectures such as MonoScene.MonoScene uses stacked 2D/3D encoder-decoder blocks and an SSC loss to address occlusion ambiguity.
  • Transformer-based Methods: Transformer-based methods construct 3D spatial representations and learn corresponding image features through transformer-based feature enhancement.TPVFormer represents 3D space with three mutually orthogonal planes, while other methods use occupied voxel queries and cross-attention.
  • Benchmarks and Labels: Dense occupancy labels are usually generated by concatenating multiple LiDAR frames.OpenOccupancy additionally uses an AAP pipeline and a pretrained occupancy grid network to address LiDAR sparsity and occlusion.
  • Implementation Context: Table 43 summarizes implementation settings for vision-centric BEV perception algorithms on the nuScenes detection validation set.The table covers image resolution, BEV grid size, backbones, detection heads, auxiliary tasks, augmentation, and class-balance sampling.

7.4 Empirical Know-Hows

Effective vision-centric BEV systems require coordinated choices across augmentation, resolution, network design, auxiliary supervision, and efficiency. Higher-resolution inputs can improve performance but create deployment burdens, while pretraining and auxiliary tasks provide reported gains under specific conditions.

  • Overview: Vision-centric BEV methods require modality-aware augmentation, class-imbalance strategies, and a performance–efficiency trade-off.The survey discusses these implementation issues across augmentation, network design, auxiliary tasks, and resolution.
  • Perception Resolution: High input resolutions impose a severe computational burden for deployment, and fixed perception-range settings may be inadequate for high-speed expressway scenarios.The latter is identified as a potential problem requiring future work.
  • Network Designs: Large backbones pretrained with additional depth data or perspective-view supervision can increase 3D detection performance by more than 4% mAP and NDS.Depth-related pretraining is reported as important for this setting, alongside exploration of self-supervised and geometry-related pretraining.
  • Auxiliary Tasks: 3% NDS improvement is reported when BEVDepth adds depth supervision to BEVDet with little computational overhead.Auxiliary-task loss weights are sensitive, and benefits require further validation on large-scale datasets.

8 CONCLUSION

The paper reviews recent approaches to the PV-to-BEV view-transformation problem and organizes them by core idea and downstream task. It also provides comparative analyses, application scenarios, extensions, and implementation details to support further research.

  • Conclusion: The survey classifies recent PV-to-BEV methods by their core ideas and downstream vision tasks.It includes performance and application-scenario comparisons, extensions, and implementation guidance.
Loading 2208.02797v2…