paper-with-me

Papers

Point Cloud Compression with Bits-back Coding

2024-10-09 · Nguyen Quang Hieu, Minh Nguyen, Dinh Thai Hoang, Diep N. Nguyen, Eryk Dutkiewicz

This paper introduces a novel lossless compression method for compressing geometric attributes of point cloud data with bits-back coding. Our method specializes in using a deep learning-based probabilistic model to estimate the Shannon's entropy of the point cloud information, i.e., geometric attributes of the 3D floating points. Once the entropy of the point cloud dataset is estimated with a convolutional variational autoencoder (CVAE), we use the learned CVAE model to compress the geometric attributes of the point clouds with the bits-back coding technique. The novelty of our method with bits-back coding specializes in utilizing the learned latent variable model of the CVAE to compress the point cloud data. By using bits-back coding, we can capture the potential correlation between the data points, such as similar spatial features like shapes and scattering regions, into the lower-dimensional latent space to further reduce the compression ratio. The main insight of our method is that we can achieve a competitive compression ratio as conventional deep learning-based approaches, while significantly reducing the overhead cost of storage and/or communicating the compression codec, making our approach more applicable in practical scenarios. Throughout comprehensive evaluations, we found that the cost for the overhead is significantly small, compared to the reduction of the compression ratio when compressing large point cloud datasets. Experiment results show that our proposed approach can achieve a compression ratio of 1.56 bit-per-point on average, which is significantly lower than the baseline approach such as Google's Draco with a compression ratio of 1.83 bit-per-point.

📄 PDF Abstract BibTeX arXiv:2410.18115

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

cVAE 설명 없음

Similar Papers 제목 키워드 기반

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

End-to-end learned Lossy Dynamic Point Cloud Attribute Compression

2024-08-20 · Dat Thanh Nguyen, Daniel Zieger, Marc Stamminger, Andre Kaup

Recent advancements in point cloud compression have primarily emphasized geometry compression while comparatively fewer efforts have been dedicated to attribute compression. This study introduces an end-to-end learned dy…

Attribute

Deep probabilistic model for lossless scalable point cloud attribute compression

2023-03-11 · Dat Thanh Nguyen, Kamal Gopikrishnan Nambiar, Andre Kaup

In recent years, several point cloud geometry compression methods that utilize advanced deep learning techniques have been proposed, but there are limited works on attribute compression, especially lossless compression. …

Attribute

Bits-to-Photon: End-to-End Learned Scalable Point Cloud Compression for Direct Rendering

2024-06-09 · Yueyu Hu, Ran Gong, Yao Wang

Point cloud is a promising 3D representation for volumetric streaming in emerging AR/VR applications. Despite recent advances in point cloud compression, decoding and rendering high-quality images from lossy compressed p…

Decoder

TAFA-GSGC: Group-wise Scalable Point Cloud Geometry Compression with Progressive Residual Refinement

2026-04-30 · Xiumei Li, Alexander Kopte, André Kaup arxiv

Scalable compression is essential for bandwidth-adaptive transmission, yet most learned codecs are optimized for a fixed rate-distortion point, making rate adaptation costly due to re-encoding or maintaining multiple bit…