arXiv:2510.06876cs.CVcs.RO2025-10中稿 · IROS 2025被引 3

HARP-NeXt实现高速高精度3D LiDAR语义分割,适合嵌入式部署。

HARP-NeXt: High-Speed and Accurate Range-Point Fusion Network for 3D LiDAR Semantic Segmentation

  • 创新预处理+多尺度距离-点融合结构,兼顾速度与精度。
  • nuScenes上达到90.1% mIoU,比PTv3快24倍且无需测试时增强。
  • 专为资源受限设备设计,无复杂后处理,适合自动驾驶场景。

LiDAR语义分割对自动驾驶和移动机器人至关重要,需在准确率与实时性之间取得平衡,尤其在资源受限的嵌入式系统上。现有先进方法常面临准确率与速度的权衡:基于点云和稀疏卷积的方法虽准确但计算复杂;投影方法虽快却丢失关键几何信息。此外,许多方法依赖测试时增强(TTA)提升性能,进一步拖慢推理。同时,各类方法的预处理阶段增加执行时间,对嵌入式平台压力大。为此,我们提出HARP-NeXt:一种高速高精度的LiDAR语义分割网络。首先设计新型预处理方法,显著降低计算开销;其次引入Conv-SE-NeXt特征提取模块,高效建模而无需深层堆叠;最后采用多尺度距离-点融合骨干网络,在不同抽象层级保留几何细节,提升准确率。在nuScenes和SemanticKITTI基准上,HARP-NeXt在速度-准确率权衡上超越所有现有方法,无需集成模型或TTA,性能媲美顶级方法PTv3,但推理速度提升24倍。代码已开源。

原文摘要 · Abstract (English)

LiDAR semantic segmentation is crucial for autonomous vehicles and mobile robots, requiring high accuracy and real-time processing, especially on resource-constrained embedded systems. Previous state-of-the-art methods often face a trade-off between accuracy and speed. Point-based and sparse convolution-based methods are accurate but slow due to the complexity of neighbor searching and 3D convolutions. Projection-based methods are faster but lose critical geometric information during the 2D projection. Additionally, many recent methods rely on test-time augmentation (TTA) to improve performance, which further slows the inference. Moreover, the pre-processing phase across all methods increases execution time and is demanding on embedded platforms. Therefore, we introduce HARP-NeXt, a high-speed and accurate LiDAR semantic segmentation network. We first propose a novel pre-processing methodology that significantly reduces computational overhead. Then, we design the Conv-SE-NeXt feature extraction block to efficiently capture representations without deep layer stacking per network stage. We also employ a multi-scale range-point fusion backbone that leverages information at multiple abstraction levels to preserve essential geometric details, thereby enhancing accuracy. Experiments on the nuScenes and SemanticKITTI benchmarks show that HARP-NeXt achieves a superior speed-accuracy trade-off compared to all state-of-the-art methods, and, without relying on ensemble models or TTA, is comparable to the top-ranked PTv3, while running 24$\times$ faster. The code is available at https://github.com/SamirAbouHaidar/HARP-NeXt

LiDAR分割实时系统嵌入式多尺度融合

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