Real-Time LiDAR Point Cloud Compression and Transmission for Resource-constrained Robots
Yuhao Cao, Yu Wang, Haoyao Chen
TL;DR
This paper tackles real-time LiDAR point cloud compression and transmission for resource-constrained robots by proposing RCPCC, a range-image–based pipeline that uses macroblock surface fitting to remove spatial redundancy and Shape-Adaptive DCT (SA-DCT) for unfit points, all governed by a QoE-based adaptive bitrate controller. The method achieves compression rates up to 80× while preserving high downstream accuracy, and maintains real-time performance (>10 Hz) suitable for cloud offloading. Extensive experiments on KITTI and MaiCity show favorable rate–accuracy and QoE outcomes compared to Draco, PCL, and JPEG Range, with the adaptive bitrate strategy effectively stabilizing transmission under bandwidth fluctuations. The approach integrates efficient encoding, online adaptation, and practical deployment considerations, contributing a viable solution for real-time, bandwidth-robust LiDAR data transmission in robotic systems.
Abstract
LiDARs are widely used in autonomous robots due to their ability to provide accurate environment structural information. However, the large size of point clouds poses challenges in terms of data storage and transmission. In this paper, we propose a novel point cloud compression and transmission framework for resource-constrained robotic applications, called RCPCC. We iteratively fit the surface of point clouds with a similar range value and eliminate redundancy through their spatial relationships. Then, we use Shape-adaptive DCT (SA-DCT) to transform the unfit points and reduce the data volume by quantizing the transformed coefficients. We design an adaptive bitrate control strategy based on QoE as the optimization goal to control the quality of the transmitted point cloud. Experiments show that our framework achieves compression rates of 40$\times$ to 80$\times$ while maintaining high accuracy for downstream applications. our method significantly outperforms other baselines in terms of accuracy when the compression rate exceeds 70$\times$. Furthermore, in situations of reduced communication bandwidth, our adaptive bitrate control strategy demonstrates significant QoE improvements. The code will be available at https://github.com/HITSZ-NRSL/RCPCC.git.
