arXiv:2603.19830cs.RO2026-03

用2D俯视图实现3D激光雷达的实时结构检测,适合低功耗机器人。

Real-Time Structural Detection for Indoor Navigation from 3D LiDAR Using Bird's-Eye-View Images

  • 将3D激光数据转为2D俯视图,结合深度学习与传统方法检测结构。
  • YOLO-OBB方案在10Hz下运行,单板机无GPU也能稳定处理复杂环境。
  • 适合嵌入式机器人平台,兼顾速度与抗噪能力,代码开源可复用。

资源受限的机器人需要高效的结构感知以支持建图与自主导航。现有3D方法计算开销大,传统2D几何方法鲁棒性差。本文提出一种轻量级、实时框架,将3D LiDAR数据投影到2D鸟瞰图(BEV)图像中,实现对建图与导航相关的结构元素高效检测。系统评估了多种特征提取策略:经典几何方法(Hough变换、RANSAC、LSD)与基于YOLO-OBB的深度学习检测器。检测结果通过时空融合模块整合,提升连续帧间的稳定性与鲁棒性。实验在标准移动机器人平台上进行,结果显示:Hough与LSD响应快但易受噪声干扰,LSD导致过度分割引发系统拥堵;RANSAC鲁棒性好但无法满足实时性要求;而YOLO-OBB方法在保持端到端延迟(满足10Hz操作)的同时,在低功耗单板计算机(SBC)上无需GPU加速即可有效过滤杂乱观测。本工作主要贡献是构建了一套计算高效的基于BEV的感知流水线,使资源受限平台能可靠地实现实时结构检测。源代码与预训练模型已公开。

原文摘要 · Abstract (English)

Efficient structural perception is essential for mapping and autonomous navigation on resource-constrained robots. Existing 3D methods are computationally prohibitive, while traditional 2D geometric approaches lack robustness. This paper presents a lightweight, real-time framework that projects 3D LiDAR data into 2D Bird's-Eye-View (BEV) images to enable efficient detection of structural elements relevant to mapping and navigation. Within this representation, we systematically evaluate several feature extraction strategies, including classical geometric techniques (Hough Transform, RANSAC, and LSD) and a deep learning detector based on YOLO-OBB. The resulting detections are integrated through a spatiotemporal fusion module that improves stability and robustness across consecutive frames. Experiments conducted on a standard mobile robotic platform highlight clear performance trade-offs. Classical methods such as Hough and LSD provide fast responses but exhibit strong sensitivity to noise, with LSD producing excessive segment fragmentation that leads to system congestion. RANSAC offers improved robustness but fails to meet real-time constraints. In contrast, the YOLO-OBB-based approach achieves the best balance between robustness and computational efficiency, maintaining an end-to-end latency (satisfying 10 Hz operation) while effectively filtering cluttered observations in a low-power single-board computer (SBC) without using GPU acceleration. The main contribution of this work is a computationally efficient BEV-based perception pipeline enabling reliable real-time structural detection from 3D LiDAR on resource-constrained robotic platforms that cannot rely on GPU-intensive processing. The source code and pre-trained models are publicly available.

3D感知结构检测轻量化机器人导航

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