paper-with-me

Papers

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

2025-03-24 · Kangli Wang, Wei Gao

Learning-based point cloud compression methods have made significant progress in terms of performance. However, these methods still encounter challenges including high complexity, limited compression modes, and a lack of support for variable rate, which restrict the practical application of these methods. In order to promote the development of practical point cloud compression, we propose an efficient unified point cloud geometry compression framework, dubbed as 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.

📄 PDF Abstract BibTeX arXiv:2503.18541

Code (2)

Wangkkklll/UniPCGC 공식 구현 pytorch
Wangkkklll/GausPcc pytorch

Tasks

Data Compression

Similar Papers 제목 키워드 기반

HybridINR-PCGC: Hybrid Lossless Point Cloud Geometry Compression Bridging Pretrained Model and Implicit Neural Representation

2026-02-25 · Wenjie Huang, Qi Yang, Shuting Xia, He Huang 외 arxiv

Learning-based point cloud compression presents superior performance to handcrafted codecs. However, pretrained-based methods, which are based on end-to-end training and expected to generalize to all the potential sample…

Representation LearningModel Compression

SEDD-PCC: A Single Encoder-Dual Decoder Framework For End-To-End Learned Point Cloud Compression

2025-05-22 · Kai Hsiang Hsieh, Monyneath Yim, Jui Chiu Chiang

To encode point clouds containing both geometry and attributes, most learning-based compression schemes treat geometry and attribute coding separately, employing distinct encoders and decoders. This not only increases co…

AttributeDecoderKnowledge DistillationRepresentation Learning

GRASP-Net: Geometric Residual Analysis and Synthesis for Point Cloud Compression

2022-09-09 · Jiahao Pang, Muhammad Asad Lodhi, Dong Tian

Point cloud compression (PCC) is a key enabler for various 3-D applications, owing to the universality of the point cloud format. Ideally, 3D point clouds endeavor to depict object/scene surfaces that are continuous. Pra…

Overview and Comparison of AVS Point Cloud Compression Standard

2026-02-09 · Wei Gao, Wenxu Gao, Xingming Mu, Changhao Peng 외 arxiv

Point cloud is a prevalent 3D data representation format with significant application values in immersive media, autonomous driving, digital heritage protection, etc. However, the large data size of point clouds poses ch…

Autonomous DrivingPoint Clouds

Motion Estimation Techniques for Volumetric Video Attribute Compression

2026-07-03 · Haoran Hong, Eduardo Pavez, Antonio Ortega, Ryosuke Watanabe 외 arxiv

Point cloud compression relies on techniques to compress both geometry and attributes. Motion-based approaches for dynamic solid point cloud geometry compression within the geometry-based point cloud compression (G-PCC) …

Point Clouds