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

**Authors:** Pengpeng Yu, Haoran Li, Runqing Jiang, Jing Wang, Liang Lin, Yulan Guo

arXiv: 2508.20466 · 2025-09-30

## TL;DR

This paper introduces a novel neural compression framework for LiDAR point clouds that combines re-densification and cross-scale feature propagation to achieve high compression ratios and real-time encoding/decoding speeds.

## Contribution

It proposes a lightweight, two-module neural method that enhances context modeling and accelerates LiDAR point cloud compression by re-densifying sparse geometry and leveraging multi-scale features.

## Key findings

- Achieves state-of-the-art compression ratios on KITTI dataset.
- Runs at 26 FPS for encoding and decoding at 12-bit quantization.
- Outperforms existing methods in both compression efficiency and speed.

## Abstract

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 voxel structures for dense-to-sparse predictive coding. However, the extreme sparsity of geometric details hinders efficient context modeling, thereby limiting their compression performance and speed. To address this challenge, we propose to generate compact features for efficient predictive coding. Our framework comprises two lightweight modules. First, the Geometry Re-Densification Module re-densifies encoded sparse geometry, extracts features at denser scale, and then re-sparsifies the features for predictive coding. This module avoids costly computation on highly sparse details while maintaining a lightweight prediction head. Second, the Cross-scale Feature Propagation Module leverages occupancy cues from multiple resolution levels to guide hierarchical feature propagation. This design facilitates information sharing across scales, thereby reducing redundant feature extraction and providing enriched features for the Geometry Re-Densification Module. By integrating these two modules, our method yields a compact feature representation that provides efficient context modeling and accelerates the coding process. Experiments on the KITTI dataset demonstrate state-of-the-art compression ratios and real-time performance, achieving 26 FPS for encoding/decoding at 12-bit quantization. Code is available at https://github.com/pengpeng-yu/FastPCC.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2508.20466/full.md

## Figures

65 figures with captions in the complete paper: https://tomesphere.com/paper/2508.20466/full.md

## References

46 references — full list in the complete paper: https://tomesphere.com/paper/2508.20466/full.md

---
Source: https://tomesphere.com/paper/2508.20466