CVLGNov 29, 2024

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

arXiv:2411.19860v211 citationsh-index: 10Has Code
Originality Highly original
AI Analysis

This work addresses a critical perception challenge for autonomous vehicles, offering a more efficient and accurate method compared to existing dense and sparse approaches.

The paper tackles the problem of false positives and localization precision in 3D object detection for autonomous driving by introducing SpaRC, a sparse fusion transformer that integrates radar and camera point features, achieving state-of-the-art performance with 67.1 NDS and 63.1 AMOTA on benchmarks.

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. The code and pretrained models are available at https://github.com/phi-wol/sparc.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes