CAPE: Camera View Position Embedding for Multi-View 3D Object Detection
In this paper, we address the problem of detecting 3D objects from multi-view images. Current query-based methods rely on global 3D position embeddings (PE) to learn the geometric correspondence between images and 3D space. We claim that directly interacting 2D image features with global 3D PE could increase the difficulty of learning view transformation due to the variation of camera extrinsics. Thus we propose a novel method based on CAmera view Position Embedding, called CAPE. We form the 3D position embeddings under the local camera-view coordinate system instead of the global coordinate system, such that 3D position embedding is free of encoding camera extrinsic parameters. Furthermore, we extend our CAPE to temporal modeling by exploiting the object queries of previous frames and encoding the ego-motion for boosting 3D object detection. CAPE achieves state-of-the-art performance (61.0% NDS and 52.5% mAP) among all LiDAR-free methods on nuScenes dataset. Codes and models are available on \href{https://github.com/PaddlePaddle/Paddle3D}{Paddle3D} and \href{https://github.com/kaixinbear/CAPE}{PyTorch Implementation}.
Code (2)
Tasks
3D Object Detectionobject-detectionObject DetectionPositionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
FishRoPE: Projective Rotary Position Embeddings for Omnidirectional Visual Perception
Vision foundation models (VFMs) and Bird's Eye View (BEV) representation have advanced visual perception substantially, yet their internal spatial representations assume the rectilinear geometry of pinhole cameras. Fishe…
Autonomous VehiclesBEV SegmentationSynWoodScape: Synthetic Surround-view Fisheye Camera Dataset for Autonomous Driving
Surround-view cameras are a primary sensor for automated driving, used for near-field perception. It is one of the most commonly used sensors in commercial vehicles primarily used for parking visualization and automated …
Autonomous DrivingOptical Flow EstimationCross-view Transformers for real-time Map-view Semantic Segmentation
We present cross-view transformers, an efficient attention-based model for map-view semantic segmentation from multiple cameras. Our architecture implicitly learns a mapping from individual camera views into a canonical …
Bird's-Eye View Semantic SegmentationSegmentationSemantic SegmentationWoodScape: A multi-task, multi-camera fisheye dataset for autonomous driving
Fisheye cameras are commonly employed for obtaining a large field of view in surveillance, augmented reality and in particular automotive applications. In spite of their prevalence, there are few public datasets for deta…
Autonomous DrivingDepth EstimationTowards Viewpoint-Robust End-to-End Autonomous Driving with 3D Foundation Model Priors
Robust trajectory planning under camera viewpoint changes is important for scalable end-to-end autonomous driving. However, existing models often depend heavily on the camera viewpoints seen during training. We investiga…
Trajectory PlanningAutonomous Driving