paper-with-me

Papers

LPCM: Learning-based Predictive Coding for LiDAR Point Cloud Compression

2025-05-26 · Chang Sun, Hui Yuan, Shiqi Jiang, Da Ai, Wei zhang, Raouf Hamzaoui

Since the data volume of LiDAR point clouds is very huge, efficient compression is necessary to reduce their storage and transmission costs. However, existing learning-based compression methods do not exploit the inherent angular resolution of LiDAR and ignore the significant differences in the correlation of geometry information at different bitrates. The predictive geometry coding method in the geometry-based point cloud compression (G-PCC) standard uses the inherent angular resolution to predict the azimuth angles. However, it only models a simple linear relationship between the azimuth angles of neighboring points. Moreover, it does not optimize the quantization parameters for residuals on each coordinate axis in the spherical coordinate system. We propose a learning-based predictive coding method (LPCM) with both high-bitrate and low-bitrate coding modes. LPCM converts point clouds into predictive trees using the spherical coordinate system. In high-bitrate coding mode, we use a lightweight Long-Short-Term Memory-based predictive (LSTM-P) module that captures long-term geometry correlations between different coordinates to efficiently predict and compress the elevation angles. In low-bitrate coding mode, where geometry correlation degrades, we introduce a variational radius compression (VRC) module to directly compress the point radii. Then, we analyze why the quantization of spherical coordinates differs from that of Cartesian coordinates and propose a differential evolution (DE)-based quantization parameter selection method, which improves rate-distortion performance without increasing coding time. Experimental results on the LiDAR benchmark \textit{SemanticKITTI} and the MPEG-specified \textit{Ford} datasets show that LPCM outperforms G-PCC and other learning-based methods.

📄 PDF Abstract BibTeX arXiv:2505.20059

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Inter-LPCM: Learning-based Inter-Frame Predictive Coding for LiDAR Point Cloud Compression

2026-05-18 · Chang Sun, Hui Yuan, Shiqi Jiang, Chongzhen Tian 외 arxiv

Because LiDAR sensors acquire point clouds with a fixed angular resolution, the resulting data can be systematically parameterized and efficiently compressed in the spherical coordinate system. Traditional spherical coor…

Point Clouds

Multi-scale Latent Point Consistency Models for 3D Shape Generation

2024-12-27 · Bi'an Du, Wei Hu, Renjie Liao

Consistency Models (CMs) have significantly accelerated the sampling process in diffusion models, yielding impressive results in synthesizing high-resolution images. To explore and extend these advancements to point-clou…

3D Shape GenerationDiversity

Re-Densification Meets Cross-Scale Propagation: Real-Time Neural Compression of LiDAR Point Clouds

2025-08-28 · Pengpeng Yu, Haoran Li, Runqing Jiang, Jing Wang 외 arxiv

LiDAR point clouds are fundamental to various applications, yet high-precision scans incur substantial storage and transmission overhead. Existing methods typically convert unordered points into hierarchical octree or vo…

Point Clouds

Towards Practical Lossless Neural Compression for LiDAR Point Clouds

2026-03-26 · Pengpeng Yu, Haoran Li, Runqing Jiang, Dingquan Li 외 arxiv

LiDAR point clouds are fundamental to various applications, yet the extreme sparsity of high-precision geometric details hinders efficient context modeling, thereby limiting the compression speed and performance of exist…

Point Clouds

RIDDLE: Lidar Data Compression with Range Image Deep Delta Encoding

2022-06-02 · CVPR 2022 1 · Xuanyu Zhou, Charles R. Qi, Yin Zhou, Dragomir Anguelov

Lidars are depth measuring sensors widely used in autonomous driving and augmented reality. However, the large volume of data produced by lidars can lead to high costs in data storage and transmission. While lidar data c…

Autonomous DrivingData CompressionImage Compression