paper-with-me

홈 › Papers

Learning-based lossless compression of 3D point cloud geometry

2020-11-30 · Dat Thanh Nguyen, Maurice Quach, Giuseppe Valenzise, Pierre Duhamel

This paper presents a learning-based, lossless compression method for static point cloud geometry, based on context-adaptive arithmetic coding. Unlike most existing methods working in the octree domain, our encoder operates in a hybrid mode, mixing octree and voxel-based coding. We adaptively partition the point cloud into multi-resolution voxel blocks according to the point cloud structure, and use octree to signal the partitioning. On the one hand, octree representation can eliminate the sparsity in the point cloud. On the other hand, in the voxel domain, convolutions can be naturally expressed, and geometric information (i.e., planes, surfaces, etc.) is explicitly processed by a neural network. Our context model benefits from these properties and learns a probability distribution of the voxels using a deep convolutional neural network with masked filters, called VoxelDNN. Experiments show that our method outperforms the state-of-the-art MPEG G-PCC standard with average rate savings of 28% on a diverse set of point clouds from the Microsoft Voxelized Upper Bodies (MVUB) and MPEG. The implementation is available at https://github.com/Weafre/VoxelDNN.

📄 PDF Abstract BibTeX arXiv:2011.14700

Code (1)

Weafre/VoxelDNN 공식 구현 tf

Similar Papers 제목 키워드 기반

Lossless Point Cloud Geometry and Attribute Compression Using a Learned Conditional Probability Model

2023-03-11 · Dat Thanh Nguyen, Andre Kaup

In recent years, we have witnessed the presence of point cloud data in many aspects of our life, from immersive media, autonomous driving to healthcare, although at the cost of a tremendous amount of data. In this paper,…

AttributeAutonomous Driving

A Comprehensive Study and Comparison of Core Technologies for MPEG 3D Point Cloud Compression

2019-12-20 · Hao Liu, Hui Yuan, Qi Liu, Junhui Hou 외

Point cloud based 3D visual representation is becoming popular due to its ability to exhibit the real world in a more comprehensive and immersive way. However, under a limited network bandwidth, it is very challenging to…

3D geometry

Learning-based Lossless Point Cloud Geometry Coding using Sparse Tensors

2022-04-11 · Dat Thanh Nguyen, Andre Kaup

Most point cloud compression methods operate in the voxel or octree domain which is not the original representation of point clouds. Those representations either remove the geometric information or require high computati…

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…

Data Compression

LINR-PCGC: Lossless Implicit Neural Representations for Point Cloud Geometry Compression

2025-07-21 · Wenjie Huang, Qi Yang, Shuting Xia, He Huang 외

Existing AI-based point cloud compression methods struggle with dependence on specific training data distributions, which limits their real-world deployment. Implicit Neural Representation (INR) methods solve the above p…

DecoderModel Compression