arXiv:2503.08092cs.CV2025-03被引 4

用稀疏体素代替俯视图,提升3D目标检测精度与效率

SparseVoxFormer: Sparse Voxel-based Transformer for Multi-modal 3D Object Detection

  • 基于稀疏体素构建3D特征,避免俯视图分辨率损失
  • 仅用少量稀疏特征即降低计算成本,提升远距离检测性能
  • 适合追求高精度与低延迟的自动驾驶感知系统

以往多数多模态3D目标检测方法依赖鸟瞰图(BEV)空间进行特征表示,但该空间在x、y方向分辨率较低,并丢失了z轴信息,影响检测精度。本文观察到,从激光雷达点云构建的3D体素中,占据单元数量甚至少于BEV地图中的总单元数,尽管体素分辨率更高。基于此,提出SparseVoxFormer:一种基于稀疏体素的Transformer检测网络。不采用BEV特征提取,而是直接使用稀疏体素特征输入变压器模型。针对摄像头模态,提出显式融合策略:将3D体素坐标投影至2D图像,获取对应图像特征。该设计在保持几何丰富性的同时降低计算开销。实验表明,使用更少的稀疏特征可显著减少计算成本,同时提升整体与远距离检测性能。

原文摘要 · Abstract (English)

Most previous 3D object detection methods that leverage the multi-modality of LiDAR and cameras utilize the Bird's Eye View (BEV) space for intermediate feature representation. However, this space uses a low x, y-resolution and sacrifices z-axis information to reduce the overall feature resolution, which may result in declined accuracy. To tackle the problem of using low-resolution features, this paper focuses on the sparse nature of LiDAR point cloud data. From our observation, the number of occupied cells in the 3D voxels constructed from a LiDAR data can be even fewer than the number of total cells in the BEV map, despite the voxels' significantly higher resolution. Based on this, we introduce a novel sparse voxel-based transformer network for 3D object detection, dubbed as SparseVoxFormer. Instead of performing BEV feature extraction, we directly leverage sparse voxel features as the input for a transformer-based detector. Moreover, with regard to the camera modality, we introduce an explicit modality fusion approach that involves projecting 3D voxel coordinates onto 2D images and collecting the corresponding image features. Thanks to these components, our approach can leverage geometrically richer multi-modal features while even reducing the computational cost. Beyond the proof-of-concept level, we further focus on facilitating better multi-modal fusion and flexible control over the number of sparse features. Finally, thorough experimental results demonstrate that utilizing a significantly smaller number of sparse features drastically reduces computational costs in a 3D object detector while enhancing both overall and long-range performance.

3D检测稀疏体素多模态融合

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。