TransCAR: Transformer-based Camera-And-Radar Fusion for 3D Object Detection

Su Pang,Daniel Morris,Hayder Radha
2023-04-30
Abstract:Despite radar's popularity in the automotive industry, for fusion-based 3D object detection, most existing works focus on LiDAR and camera fusion. In this paper, we propose TransCAR, a Transformer-based Camera-And-Radar fusion solution for 3D object detection. Our TransCAR consists of two modules. The first module learns 2D features from surround-view camera images and then uses a sparse set of 3D object queries to index into these 2D features. The vision-updated queries then interact with each other via transformer self-attention layer. The second module learns radar features from multiple radar scans and then applies transformer decoder to learn the interactions between radar features and vision-updated queries. The cross-attention layer within the transformer decoder can adaptively learn the soft-association between the radar features and vision-updated queries instead of hard-association based on sensor calibration only. Finally, our model estimates a bounding box per query using set-to-set Hungarian loss, which enables the method to avoid non-maximum suppression. TransCAR improves the velocity estimation using the radar scans without temporal information. The superior experimental results of our TransCAR on the challenging nuScenes datasets illustrate that our TransCAR outperforms state-of-the-art Camera-Radar fusion-based 3D object detection approaches.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The paper attempts to address the problem of 3D object detection in autonomous driving systems using radar and camera fusion. Although radar is very popular in the automotive industry, most existing 3D object detection research focuses primarily on the fusion of LiDAR and cameras. Radar data is sparser compared to LiDAR point clouds and lacks height information, making it challenging to directly estimate and classify 3D bounding boxes from radar data. However, radar performs well under adverse weather and lighting conditions, can accurately measure the radial velocity of objects, and is cost-effective. The paper proposes a new method called TransCAR, which is based on the Transformer framework and learns the interaction between camera and radar features through self-attention and cross-attention mechanisms. Specifically, TransCAR consists of two modules: the first module extracts 2D features from surround-view images and uses a set of sparse 3D object queries to index these 2D features; the second module learns radar features from multiple radar scans and applies a Transformer decoder to learn the interaction between radar features and vision-updated queries. This method can adaptively learn soft associations, thereby avoiding the limitations brought by hard associations based solely on sensor calibration. Experimental results show that TransCAR outperforms existing radar-camera fusion methods on the nuScenes dataset, demonstrating significant improvements in 3D object detection tasks across various distance ranges. Particularly, the improvements are most notable in the 20 to 40 meters range. Additionally, for objects without radar echoes, TransCAR can still maintain baseline performance, while for objects with radar echoes, it significantly enhances detection performance.