arXiv:2509.01487cs.CV2025-09中稿 · Pattern Recognitio…被引 1

提出点云切片表示法,兼顾检测精度与推理速度。

PointSlice: Accurate and Efficient Slice-Based Representation for 3D Object Detection from Point Clouds

  • 将点云水平切片为2D数据块,降低参数量并加速推理。
  • 在Waymo数据集上速度提升1.13倍,参数减少至原方法的79%。
  • 适合追求高效3D目标检测的自动驾驶系统部署。

从点云进行3D目标检测在自动驾驶中至关重要。现有主流方法分为体素和柱状两种:体素方法精度高但推理慢,柱状方法速度快但精度较低。为此,本文提出PointSlice,一种基于切片的点云处理新方法。该方法将点云沿水平面切分为多个2D(x-y)数据切片,通过将3D点云视为独立的2D数据批次,使模型显式学习2D数据分布,显著减少参数量并提升推理速度。同时引入切片交互网络(SIN),在2D主干网络中保留跨切片的垂直几何关系,增强3D感知能力。大量实验表明,PointSlice在精度与效率间取得更优平衡:在Waymo Open Dataset上实现1.13倍速度提升,参数量仅为SafdNet的0.79倍,仅损失1.2 mAPH;在nuScenes上达到66.7 mAP,为当前最优;在Argoverse 2上速度提升1.10倍,参数量减至0.66倍,精度下降仅1.0 mAP。代码已开源。

原文摘要 · Abstract (English)

3D object detection from point clouds plays a critical role in autonomous driving. Currently, the primary methods for point cloud processing are voxel-based and pillar-based approaches. Voxel-based methods offer high accuracy through fine-grained spatial segmentation but suffer from slower inference speeds. Pillar-based methods enhance inference speed but typically lag behind voxel-based methods in detection accuracy. To address this trade-off, we propose a novel point cloud processing method, PointSlice, which slices point clouds along the horizontal plane and incorporates a dedicated detection network. The main contributions of PointSlice are: (1) A novel slice-based representation that converts 3D point clouds into multiple sets of 2D (x-y) data slices. The model explicitly learns 2D data distributions by treating the 3D point cloud as separate batches of 2D data, which significantly reduces the parameter count and enhances inference speed; (2) The introduction of a Slice Interaction Network (SIN). To preserve vertical geometric relationships across slices, we incorporate SIN into the 2D backbone network, thereby improving the model's 3D perception capability. Extensive experiments demonstrate that PointSlice achieves a superior balance between detection accuracy and efficiency. On the Waymo Open Dataset, PointSlice achieves a 1.13$\times$ speedup and uses 0.79$\times$ the parameters of the state-of-the-art voxel-based method (SAFDNet), with a marginal 1.2 mAPH accuracy reduction. On the nuScenes dataset, we achieve a state-of-the-art 66.7 mAP. On the Argoverse 2 dataset, PointSlice is 1.10$\times$ faster with 0.66$\times$ the parameters, while showing a negligible accuracy drop of 1.0 mAP. The source code is available at https://github.com/qifeng22/PointSlice2.

3D检测点云处理高效推理自动驾驶

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