paper-with-me

홈 › Papers

RaCFormer: Towards High-Quality 3D Object Detection via Query-based Radar-Camera Fusion

2024-12-17 · CVPR 2025 1 · Xiaomeng Chu, Jiajun Deng, Guoliang You, Yifan Duan, Houqiang Li, Yanyong Zhang

We propose Radar-Camera fusion transformer (RaCFormer) to boost the accuracy of 3D object detection by the following insight. The Radar-Camera fusion in outdoor 3D scene perception is capped by the image-to-BEV transformation--if the depth of pixels is not accurately estimated, the naive combination of BEV features actually integrates unaligned visual content. To avoid this problem, we propose a query-based framework that enables adaptively sample instance-relevant features from both the BEV and the original image view. Furthermore, we enhance system performance by two key designs: optimizing query initialization and strengthening the representational capacity of BEV. For the former, we introduce an adaptive circular distribution in polar coordinates to refine the initialization of object queries, allowing for a distance-based adjustment of query density. For the latter, we initially incorporate a radar-guided depth head to refine the transformation from image view to BEV. Subsequently, we focus on leveraging the Doppler effect of radar and introduce an implicit dynamic catcher to capture the temporal elements within the BEV. Extensive experiments on nuScenes and View-of-Delft (VoD) datasets validate the merits of our design. Remarkably, our method achieves superior results of 64.9% mAP and 70.2% NDS on nuScenes, even outperforming several LiDAR-based detectors. RaCFormer also secures the 1st ranking on the VoD dataset. The code will be released.

📄 PDF Abstract BibTeX arXiv:2412.12725

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object Detectionobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Tractable Transformers for Flexible Conditional Generation

2025-02-11 · Anji Liu, Xuejie Liu, Dayuan Zhao, Mathias Niepert 외

Non-autoregressive (NAR) generative models are valuable because they can handle diverse conditional generation tasks in a more principled way than their autoregressive (AR) counterparts, which are constrained by sequenti…

Decoder

SSD-MonoDETR: Supervised Scale-aware Deformable Transformer for Monocular 3D Object Detection

2023-05-12 · Xuan He, Fan Yang, Kailun Yang, Jiacheng Lin 외

Transformer-based methods have demonstrated superior performance for monocular 3D object detection recently, which aims at predicting 3D attributes from a single 2D image. Most existing transformer-based methods leverage…

3D Object DetectionMonocular 3D Object DetectionObjectobject-detection+1

Modality-Decoupled RGB-Thermal Object Detector via Query Fusion

2026-01-13 · Chao Tian, Zikun Zhou, Chao Yang, Guoqing Zhu 외 arxiv

The advantage of RGB-Thermal (RGB-T) detection lies in its ability to perform modality fusion and integrate cross-modality complementary information, enabling robust detection under diverse illumination and weather condi…

StereoMV2D: A Sparse Temporal Stereo-Enhanced Framework for Robust Multi-View 3D Object Detection

2025-12-19 · Di Wu, Feng Yang, Wenhui Zhao, Jinwen Yu 외 arxiv

Multi-view 3D object detection is a fundamental task in autonomous driving perception, where achieving a balance between detection accuracy and computational efficiency remains crucial. Sparse query-based 3D detectors ef…

Computational Efficiency3D Object DetectionAutonomous Driving

QueryCraft: Transformer-Guided Query Initialization for Enhanced Human-Object Interaction Detection

2025-08-12 · Yuxiao Wang, Wolin Liang, Yu Lei, Weiying Xue 외 arxiv

Human-Object Interaction (HOI) detection aims to localize human-object pairs and recognize their interactions in images. Although DETR-based methods have recently emerged as the mainstream framework for HOI detection, th…

Human-Object Interaction Detection