V2X-ViT: Vehicle-to-Everything Cooperative Perception with Vision Transformer
About
In this paper, we investigate the application of Vehicle-to-Everything (V2X) communication to improve the perception performance of autonomous vehicles. We present a robust cooperative perception framework with V2X communication using a novel vision Transformer. Specifically, we build a holistic attention model, namely V2X-ViT, to effectively fuse information across on-road agents (i.e., vehicles and infrastructure). V2X-ViT consists of alternating layers of heterogeneous multi-agent self-attention and multi-scale window self-attention, which captures inter-agent interaction and per-agent spatial relationships. These key modules are designed in a unified Transformer architecture to handle common V2X challenges, including asynchronous information sharing, pose errors, and heterogeneity of V2X components. To validate our approach, we create a large-scale V2X perception dataset using CARLA and OpenCDA. Extensive experimental results demonstrate that V2X-ViT sets new state-of-the-art performance for 3D object detection and achieves robust performance even under harsh, noisy environments. The code is available at https://github.com/DerrickXuNu/v2x-vit.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| 3D Object Detection | DAIR-V2X | AP@0.5070.4 | 57 | |
| Object Detection | IRV2V | AP@0.5078.1 | 48 | |
| 3D Object Detection | OPV2V | AP@0.5093 | 47 | |
| 3D Object Detection | DAIR-V2X 14 (test) | AP@0.5072.5 | 43 | |
| 3D Object Detection | V2X-R (val) | 3D mAP (IoU=0.3)85.43 | 28 | |
| 3D Object Detection | V2X-R (test) | 3D mAP (IoU=0.3)91.21 | 28 | |
| 3D Object Detection | V2XSet | AP@0.5091.2 | 24 | |
| 3D Object Detection | DAIR-V2X 46 (test) | AP@0.576.68 | 21 | |
| 3D Object Detection | V2XSim 21 (test) | AP@0.589.01 | 21 | |
| 3D Object Detection | OPV2V 41 (test) | AP@0.595.87 | 21 |