BEV-CAR: Enhancing Monocular Bird's Eye View Segmentation with Context-Aware Rasterization
Yixin Xiong, Ke Wang, Tongtong Cheng, Chunhui Liu, Kai Liu
Abstract
Bird's Eye View (BEV) semantic segmentation is essential for autonomous driving and mobile robotics, yet it still faces significant challenges on accurate segmentation of foreground object and efficient estimating of layout categories obscured by objects. To address these issues, we propose BEV-CAR, a Context-Aware Rasterization method that rasterizes the BEV representation without any coordinate transformations. By optimising each ray and incorporating depth features, BEV-CAR effectively addresses the challenges posed by object occlusions and varying environmental conditions. It ensures robust performance across diverse scenarios, particularly improving the accuracy of foreground object segmentation and layout estimation in occluded areas. And extensive experiments on the nuScenes and Argoverse datasets demonstrate that BEV-CAR achieves state-of-the-art (SOTA) performance. More importantly, the rasterization technique in this paper does not introduce additional computational overhead during the inference process, making it suitable for practical deployment in real-world scenarios. Code is available in https://github.com/BEV-DAR/BEV-DAR.
BibTeX
@inproceedings{cvpr2026_bevcarenhancingm,
title = {BEV-CAR: Enhancing Monocular Bird's Eye View Segmentation with Context-Aware Rasterization},
author = {Yixin Xiong and Ke Wang and Tongtong Cheng and Chunhui Liu and Kai Liu},
booktitle = {CVPR 2026},
year = {2026}
}