CoBEVT: Cooperative Bird's Eye View Semantic Segmentation with Sparse Transformers
Runsheng Xu, Zhengzhong Tu, Hao Xiang, Wei Shao, Bolei Zhou, Jiaqi Ma
TL;DR
CoBEVT tackles the challenge of accurate BEV semantic segmentation in cooperative multi-agent camera systems. It introduces FAX, a 3D fused axial attention mechanism that combines local windowed and sparse global attention to fuse BEV features across multiple agents and camera views efficiently. The framework comprises SinBEVT for high-resolution single-agent BEV feature extraction and FuseBEVT for cross-agent fusion, achieving state-of-the-art performance on OPV2V and strong generalization to LiDAR-based 3D detection and nuScenes. The work demonstrates the practical impact of sparse 3D attention for scalable, real-time cooperative perception in autonomous driving, while noting the need for real-world validation under synchronization and weather variations.
Abstract
Bird's eye view (BEV) semantic segmentation plays a crucial role in spatial sensing for autonomous driving. Although recent literature has made significant progress on BEV map understanding, they are all based on single-agent camera-based systems. These solutions sometimes have difficulty handling occlusions or detecting distant objects in complex traffic scenes. Vehicle-to-Vehicle (V2V) communication technologies have enabled autonomous vehicles to share sensing information, dramatically improving the perception performance and range compared to single-agent systems. In this paper, we propose CoBEVT, the first generic multi-agent multi-camera perception framework that can cooperatively generate BEV map predictions. To efficiently fuse camera features from multi-view and multi-agent data in an underlying Transformer architecture, we design a fused axial attention module (FAX), which captures sparsely local and global spatial interactions across views and agents. The extensive experiments on the V2V perception dataset, OPV2V, demonstrate that CoBEVT achieves state-of-the-art performance for cooperative BEV semantic segmentation. Moreover, CoBEVT is shown to be generalizable to other tasks, including 1) BEV segmentation with single-agent multi-camera and 2) 3D object detection with multi-agent LiDAR systems, achieving state-of-the-art performance with real-time inference speed. The code is available at https://github.com/DerrickXuNu/CoBEVT.
