RCTrans: Radar-Camera Transformer via Radar Densifier and Sequential Decoder for 3D Object Detection
Yiheng Li, Yang Yang, Zhen Lei
TL;DR
This work tackles the challenge of sparse and noisy radar data in radar-camera 3D object detection. It introduces RCTrans, a query-based transformer framework with a Radar Dense Encoder to densify radar BEV grids and a Pruning Sequential Decoder that fuses multi-modality tokens in a stepwise manner while updating object queries and position embeddings after each layer. A pruning training strategy reduces inference time while maintaining discriminative queries, and an end-to-end training objective combines classification and regression losses with Hungarian assignment. On nuScenes, RCTrans achieves state-of-the-art radar-camera performance, e.g., 64.7% NDS and 57.8% mAP on the test set, and demonstrates strong robustness to sensor drop scenarios, highlighting its practical impact for reliable, low-cost autonomous perception.
Abstract
In radar-camera 3D object detection, the radar point clouds are sparse and noisy, which causes difficulties in fusing camera and radar modalities. To solve this, we introduce a novel query-based detection method named Radar-Camera Transformer (RCTrans). Specifically, we first design a Radar Dense Encoder to enrich the sparse valid radar tokens, and then concatenate them with the image tokens. By doing this, we can fully explore the 3D information of each interest region and reduce the interference of empty tokens during the fusing stage. We then design a Pruning Sequential Decoder to predict 3D boxes based on the obtained tokens and random initialized queries. To alleviate the effect of elevation ambiguity in radar point clouds, we gradually locate the position of the object via a sequential fusion structure. It helps to get more precise and flexible correspondences between tokens and queries. A pruning training strategy is adopted in the decoder, which can save much time during inference and inhibit queries from losing their distinctiveness. Extensive experiments on the large-scale nuScenes dataset prove the superiority of our method, and we also achieve new state-of-the-art radar-camera 3D detection results. Our implementation is available at https://github.com/liyih/RCTrans.
