English

V2X-ViT: Vehicle-to-Everything Cooperative Perception with Vision Transformer

Computer Vision and Pattern Recognition 2022-08-09 v3

Abstract

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.

Keywords

Cite

@article{arxiv.2203.10638,
  title  = {V2X-ViT: Vehicle-to-Everything Cooperative Perception with Vision Transformer},
  author = {Runsheng Xu and Hao Xiang and Zhengzhong Tu and Xin Xia and Ming-Hsuan Yang and Jiaqi Ma},
  journal= {arXiv preprint arXiv:2203.10638},
  year   = {2022}
}

Comments

ECCV 2022. Code: https://github.com/DerrickXuNu/v2x-vit