English

Real-Time 2D LiDAR Object Detection Using Three-Frame RGB Scan Encoding

Signal Processing 2026-02-03 v1 Computer Vision and Pattern Recognition Machine Learning Robotics

Abstract

Indoor service robots need perception that is robust, more privacy-friendly than RGB video, and feasible on embedded hardware. We present a camera-free 2D LiDAR object detection pipeline that encodes short-term temporal context by stacking three consecutive scans as RGB channels, yielding a compact YOLOv8n input without occupancy-grid construction while preserving angular structure and motion cues. Evaluated in Webots across 160 randomized indoor scenarios with strict scenario-level holdout, the method achieves 98.4% mAP@0.5 (0.778 mAP@0.5:0.95) with 94.9% precision and 94.7% recall on four object classes. On a Raspberry Pi 5, it runs in real time with a mean post-warm-up end-to-end latency of 47.8ms per frame, including scan encoding and postprocessing. Relative to a closely related occupancy-grid LiDAR-YOLO pipeline reported on the same platform, the proposed representation is associated with substantially lower reported end-to-end latency. Although results are simulation-based, they suggest that lightweight temporal encoding can enable accurate and real-time LiDAR-only detection for embedded indoor robotics without capturing RGB appearance.

Keywords

Cite

@article{arxiv.2602.02167,
  title  = {Real-Time 2D LiDAR Object Detection Using Three-Frame RGB Scan Encoding},
  author = {Soheil Behnam Roudsari and Alexandre S. Brandão and Felipe N. Martins},
  journal= {arXiv preprint arXiv:2602.02167},
  year   = {2026}
}

Comments

6 pages, 6 figures, submitted to IEEE SAS 2026

R2 v1 2026-07-01T09:31:57.973Z