提出新框架,提升多视角3D目标检测的多尺度特征利用效率
CAM3DNet: Comprehensively mining the multi-scale features for 3D Object Detection with Multi-View Cameras

- 设计多尺度投影查询模块,动态融合2D到3D空间信息
- 在nuScenes等数据集上达到领先性能,优于多数现有方法
- 适合研究多视角3D检测与高效特征提取的开发者
基于查询的多视角3D目标检测方法常难以高效利用动态多尺度信息,例如对象特征与查询几何关系学习不足,直接探索多尺度时空特征又带来过高开销。为此,我们提出CAM3DNet,一种新型稀疏查询框架,集成三个新模块:复合查询(CQ)、自适应自注意力(ASA)和多尺度混合采样(MSHS)。CQ模块采用多尺度投影策略,将2D查询映射至3D空间;ASA模块学习时空多尺度查询间的交互关系;MSHS模块通过可变形注意力机制,结合多尺度查询、金字塔特征图和2D相机先验知识,采样多尺度物体信息。模型整体使用骨干网络与特征金字塔网络(FPN)作为编码器,引入YOLOX和DepthNet生成复合查询,并反复使用ASA与MSHS作为解码器以获得检测特征。在nuScenes、Waymo和Argoverse基准数据集上的大量实验表明,CAM3DNet有效,显著超越多数现有基于摄像头的3D检测方法。此外,我们进行了全面消融实验,验证CQ、ASA、MSHS各自贡献及空间与计算复杂度。
原文摘要 · Abstract (English)
Query-based 3D object detection methods using multi-view images often struggle to efficiently leverage dynamic multi-scale information, e.g., the relationship between the object features and the geometric of the queries are not sufficiently learned, directly exploring the multi-scale spatiotemporal features will pay too many costs. To address these challenges, we propose CAM3DNet, a novel sparse query-based framework which combines three new modules, composite query (CQ), adaptive self-attention (ASA), and multi-scale hybrid sampling (MSHS). First, the core idea in the CQ module is a multi-scale projection strategy to transform 2D queries into 3D space. Second, the ASA module learns the interactions between the spatiotemporal multi-scale queries. Third, the MSHS module uses the deformable attention mechanism to sample multi-scale object information by considering multi-scales queries, pyramid feature maps, and 2D-camera prior knowledge. The entire model employs a backbone network and a feature pyramid network (FPN) as the encoder, then introduces a YOLOX and a DepthNet as a ROI\_Head to produce CQ, and repeatedly utilizes ASA and MSHS as the decoder to gain detection features. Extensive experiments on the nuScenes, Waymo, and Argoverse benchmark datasets demonstrate the effectiveness of our CAM3DNet, and most existing camera-based 3D object detection methods are outperformed. Besides, we make comprehensive ablation studies to check the individual effect of CQ, ASA, and MSHS, as well as their cost of space and computation complexity.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。