arXiv:2505.24634cs.CV2025-05中稿 · TCSVT in 2025被引 16

提出非均匀柱状分区网络,提升激光雷达语义分割效率与精度。

NUC-Net: Non-uniform Cylindrical Partition Network for Efficient LiDAR Semantic Segmentation

论文配图:NUC-Net: Non-uniform Cylindrical Partition Network for Efficient LiDAR Semantic Segmentation
图 1 · 摘自论文原文
  • 采用等差间隔非均匀分区,优化径向空间表示。
  • 在SemanticKITTI和nuScenes上实现3倍推理加速、2倍显存减少。
  • 适合自动驾驶中高效高精度点云处理场景。

激光雷达语义分割在自动驾驶中至关重要。现有基于体素的方法对三维点云采用均匀划分,生成基于笛卡尔/柱状坐标的结构化表示。尽管性能出色,但存在两大缺陷:(1) 需要较大输入体素分辨率,导致计算开销与内存消耗过高;(2) 对激光雷达点云的不均衡分布处理不佳。本文提出非均匀柱状分区网络NUC-Net,通过等差间隔分段(API)方法非均匀划分径向轴,生成更具代表性且高效的体素表示。同时提出非均匀多尺度聚合机制,增强上下文信息建模。所提方法在SemanticKITTI和nuScenes数据集上达到领先性能,训练速度提升4倍,显存降低2倍,推理速度提升3倍。此外,提供了理论分析以解释其有效性及点分布对性能的影响。代码已开源。

原文摘要 · Abstract (English)

LiDAR semantic segmentation plays a vital role in autonomous driving. Existing voxel-based methods for LiDAR semantic segmentation apply uniform partition to the 3D LiDAR point cloud to form a structured representation based on cartesian/cylindrical coordinates. Although these methods show impressive performance, the drawback of existing voxel-based methods remains in two aspects: (1) it requires a large enough input voxel resolution, which brings a large amount of computation cost and memory consumption. (2) it does not well handle the unbalanced point distribution of LiDAR point cloud. In this paper, we propose a non-uniform cylindrical partition network named NUC-Net to tackle the above challenges. Specifically, we propose the Arithmetic Progression of Interval (API) method to non-uniformly partition the radial axis and generate the voxel representation which is representative and efficient. Moreover, we propose a non-uniform multi-scale aggregation method to improve contextual information. Our method achieves state-of-the-art performance on SemanticKITTI and nuScenes datasets with much faster speed and much less training time. And our method can be a general component for LiDAR semantic segmentation, which significantly improves both the accuracy and efficiency of the uniform counterpart by $4 \times$ training faster and $2 \times$ GPU memory reduction and $3 \times$ inference speedup. We further provide theoretical analysis towards understanding why NUC is effective and how point distribution affects performance. Code is available at \href{https://github.com/alanWXZ/NUC-Net}{https://github.com/alanWXZ/NUC-Net}.

激光雷达语义分割点云处理高效模型

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