arXiv:2508.16069cs.CV2025-08被引 2

通过预序列化扩展体素,提升稀疏点云目标检测精度

Voxel Densification for Serialized 3D Object Detection: Mitigating Sparsity via Pre-serialization Expansion

  • 用稀疏3D卷积将前景语义传播到空体素,实现体素预扩张
  • 在Waymo上达74.8 mAPH,nuScenes上达70.5 mAP,多数据集超越基线
  • 适合需要高精度三维目标检测的自动驾驶场景

近期点云目标检测采用基于Transformer和状态空间模型(SSM)的方法以捕捉长程依赖。然而,这些序列化框架严格保持输入与输出体素维度一致,无法实现体素扩展,限制了性能提升,尤其对稀疏前景目标影响显著。为此,我们提出新颖的体素增密模块(VDM)。不同于传统卷积主干,VDM显式设计用于预序列化空间扩展,利用稀疏3D卷积将前景语义传播至邻近空体素,有效在序列化前增密特征表示。同时,VDM引入残差稀疏块以聚合细粒度局部上下文,确保丰富几何特征提取。为平衡体素密度增加带来的计算开销,我们设计分层级联下采样机制。将VDM集成至基于Transformer(DSVT)和基于SSM(LION)的检测器中。大量实验表明,VDM在多个基准上持续提升检测精度:在Waymo验证集上达74.8 mAPH(L2),nuScenes测试集上达70.5 mAP;Argoverse 2验证集上达42.6 mAP,ONCE验证集上达67.6 mAP,均优于基线模型。

原文摘要 · Abstract (English)

Recent advances in point cloud object detection have increasingly adopted Transformer-based and State Space Models (SSMs) to capture long-range dependencies. However, these serialized frameworks strictly maintain the consistency of input and output voxel dimensions, inherently lacking the capability for voxel expansion. This limitation hinders performance, as expanding the voxel set is known to significantly enhance detection accuracy, particularly for sparse foreground objects. To bridge this gap, we propose a novel Voxel Densification Module (VDM). Unlike standard convolutional stems, VDM is explicitly designed to promote pre-serialization spatial expansion. It leverages sparse 3D convolutions to propagate foreground semantics to neighboring empty voxels, effectively densifying the feature representation before it is flattened into a sequence. Simultaneously, VDM incorporates residual sparse blocks to aggregate fine-grained local context, ensuring rich geometric feature extraction. To balance the computational overhead of increased voxel density, we introduce a strategic cascaded downsampling mechanism. We integrate VDM into both Transformer-based (DSVT) and SSM-based (LION) detectors. Extensive experiments demonstrate that VDM consistently improves detection accuracy across multiple benchmarks. Specifically, our method achieves 74.8 mAPH (L2) on the Waymo validation set and 70.5 mAP on the nuScenes test set. Furthermore, it attains 42.6 mAP on the Argoverse 2 validation set and 67.6 mAP on the ONCE validation set, consistently outperforming the baseline models. The source code will be made publicly available at https://github.com/qifeng22/VDM.

3D检测体素增密点云处理自动驾驶

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