SpaRC: Sparse Radar-Camera Fusion
for 3D Object Detection

SpaRC achieves superior accuracy and efficiency by operating directly on point features, avoiding computationally expensive BEV-grid rendering while maintaining high detection performance.
Abstract
In this work, we present SpaRC, a novel Sparse fusion transformer for 3D perception that integrates multi-view image semantics with Radar and Camera point features. The fusion of radar and camera modalities has emerged as an efficient perception paradigm for autonomous driving systems. While conventional approaches utilize dense Bird's Eye View (BEV)-based architectures for depth estimation, contemporary query-based transformers excel in camera-only detection through object-centric methodology. However, these query-based approaches exhibit limitations in false positive detections and localization precision due to implicit depth modeling. We address these challenges through three key contributions: (1) sparse frustum fusion (SFF) for cross-modal feature alignment, (2) range-adaptive radar aggregation (RAR) for precise object localization, and (3) local self-attention (LSA) for focused query aggregation. In contrast to existing methods requiring computationally intensive BEV-grid rendering, SpaRC operates directly on encoded point features, yielding substantial improvements in efficiency and accuracy. Empirical evaluations on the nuScenes and TruckScenes benchmarks demonstrate that SpaRC significantly outperforms existing dense BEV-based and sparse query-based detectors. Our method achieves state-of-the-art performance metrics of 67.1 NDS and 63.1 AMOTA.
Architecture Overview

Exploring the Potential of SpaRC in Long-Range Perception
Qualitative comparison of SpaRC's detection performance on the NeurIPS TruckScenes benchmark across various challenging scenarios, showcasing robust performance in diverse environmental conditions with up to 150m detection range.
Citation
@article{wolters2024sparc,
title={SpaRC: Sparse Radar-Camera Fusion for 3D Object Detection},
author={Wolters, Philipp and Gilg, Johannes and Teepe, Torben and Herzog, Fabian and Fent, Felix and Rigoll, Gerhard},
journal={arXiv preprint arXiv:2411.19860},
year={2024}
}