UniPCGC: Towards Practical Point Cloud Geometry Compression via an Efficient Unified Approach

1SECE, Peking University 2Peng Cheng Laboratory

Abstract

We propose an efficient unified point cloud geometry compression framework UniPCGC. It is a lightweight framework that supports lossy compression, lossless compression, variable rate and variable complexity.

First, we introduce the Uneven 8-Stage Lossless Coder (UELC) in the lossless mode, which allocates more computational complexity to groups with higher coding difficulty, and merges groups with lower coding difficulty. Second, Variable Rate and Complexity Module (VRCM) is achieved in the lossy mode through joint adoption of a rate modulation module and dynamic sparse convolution. Finally, through the dynamic combination of UELC and VRCM, we achieve lossy compression, lossless compression, variable rate and complexity within a unified framework.

Compared to the previous state-of-the-art method, our method achieves a compression ratio (CR) gain of 8.1% on lossless compression, and a Bjontegaard Delta Rate (BD-Rate) gain of 14.02% on lossy compression, while also supporting variable rate and variable complexity.

Method Overview

Illustration of the proposed UniPCGC framework.

In this section, we detail the components of the UniPCGC framework, explaining how each part contributes to the overall efficiency and effectiveness of the compression process.

Uneven 8-Stage Lossless Coder (UELC)

Illustration of the proposed Uneven 8-Stage Lossless Coder (UELC).

In each stage, the previously coding groups and their features are regarded as prior information to better estimate the occupancy probability of groups in the current stage.

Variable Rate and Complexity Module (VRCM)

Illustration of the proposed Variable Rate and Complexity Module (VRCM).

Detailed architecture of proposed VRCM. It also shows the architecture of channel level bit allocation module, One-Stage Lossless Coder (OLC / DOLC) and Dynamic Feature Extraction Layer (DFEL).

Results

Performance of lossless methods on the 8iVFB testset under the same training conditions. UniPCGC, GPCC v23 and SparsePCGC are tested using RTX 4080 GPU and intel i5-13600KF CPU for a fair runtime comparison (Mark with *). Performance comparison using rate-distortion curves.

In this section, we demonstrate the performance of our approach for both lossless and lossy compression.

BibTeX

@inproceedings{wang2025unipcgc,
    title={UniPCGC: Towards Practical Point Cloud Geometry Compression via an Efficient Unified Approach},
    author={Wang, Kangli and Gao, Wei},
    booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
    year={2025}
}