paper-with-me

Papers

RayFormer: Improving Query-Based Multi-Camera 3D Object Detection via Ray-Centric Strategies

2024-07-20 · Xiaomeng Chu, Jiajun Deng, Guoliang You, Yifan Duan, Yao Li, Yanyong Zhang

The recent advances in query-based multi-camera 3D object detection are featured by initializing object queries in the 3D space, and then sampling features from perspective-view images to perform multi-round query refinement. In such a framework, query points near the same camera ray are likely to sample similar features from very close pixels, resulting in ambiguous query features and degraded detection accuracy. To this end, we introduce RayFormer, a camera-ray-inspired query-based 3D object detector that aligns the initialization and feature extraction of object queries with the optical characteristics of cameras. Specifically, RayFormer transforms perspective-view image features into bird's eye view (BEV) via the lift-splat-shoot method and segments the BEV map to sectors based on the camera rays. Object queries are uniformly and sparsely initialized along each camera ray, facilitating the projection of different queries onto different areas in the image to extract distinct features. Besides, we leverage the instance information of images to supplement the uniformly initialized object queries by further involving additional queries along the ray from 2D object detection boxes. To extract unique object-level features that cater to distinct queries, we design a ray sampling method that suitably organizes the distribution of feature sampling points on both images and bird's eye view. Extensive experiments are conducted on the nuScenes dataset to validate our proposed ray-inspired model design. The proposed RayFormer achieves superior performance of 55.5% mAP and 63.3% NDS, respectively.

📄 PDF Abstract BibTeX arXiv:2407.14923

Code (0)

등록된 구현이 없습니다.

Tasks

2D Object Detection3D Object DetectionObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

SimPB: A Single Model for 2D and 3D Object Detection from Multiple Cameras

2024-03-15 · Yingqi Tang, Zhaotie Meng, Guoliang Chen, Erkang Cheng

The field of autonomous driving has attracted considerable interest in approaches that directly infer 3D objects in the Bird's Eye View (BEV) from multiple cameras. Some attempts have also explored utilizing 2D detectors…

3D Object DetectionAutonomous DrivingDecoderobject-detection+1

RayFormer: Modeling Inter- and Intra-Ray Similarity for NeRF-Based Video Snapshot Compressive Imaging

2026-04-30 · Yubo Dong, Danhua Liu, Anqi Li, Zhenyuan Lin arxiv

Video snapshot compressive imaging (SCI) enables the reconstruction of dynamic scenes from a single snapshot measurement. Recently, NeRF-based methods have shown promising reconstruction performance. However, such method…

SimPB++: Simultaneously Detecting 2D and 3D Objects from Multiple Cameras

2026-05-03 · Yingqi Tang, Zhaotie Meng, Erkang Cheng, Haibin Ling arxiv

Simultaneous perception of 2D objects in perspective view and 3D objects in Bird's Eye View (BEV) is challenging for multi-camera autonomous driving. Existing two-stage pipelines use 2D results only as a one-time cue for…

Autonomous Driving

Multimodal Object Query Initialization for 3D Object Detection

2023-10-16 · Mathijs R. van Geerenstein, Felicia Ruppel, Klaus Dietmayer, Dariu M. Gavrila

3D object detection models that exploit both LiDAR and camera sensor features are top performers in large-scale autonomous driving benchmarks. A transformer is a popular network architecture used for this task, in which …

3D Object DetectionAutonomous DrivingDecoderObject+2

3D Dual-Fusion: Dual-Domain Dual-Query Camera-LiDAR Fusion for 3D Object Detection

2022-11-24 · Yecheol Kim, Konyul Park, Minwook Kim, Dongsuk Kum 외

Fusing data from cameras and LiDAR sensors is an essential technique to achieve robust 3D object detection. One key challenge in camera-LiDAR fusion involves mitigating the large domain gap between the two sensors in ter…

3D Object Detectionobject-detectionObject DetectionRobust 3D Object Detection