paper-with-me

Papers

Learning Convolutional Transforms for Lossy Point Cloud Geometry Compression

2019-03-20 · Maurice Quach, Giuseppe Valenzise, Frederic Dufaux

Efficient point cloud compression is fundamental to enable the deployment of virtual and mixed reality applications, since the number of points to code can range in the order of millions. In this paper, we present a novel data-driven geometry compression method for static point clouds based on learned convolutional transforms and uniform quantization. We perform joint optimization of both rate and distortion using a trade-off parameter. In addition, we cast the decoding process as a binary classification of the point cloud occupancy map. Our method outperforms the MPEG reference solution in terms of rate-distortion on the Microsoft Voxelized Upper Bodies dataset with 51.5% BDBR savings on average. Moreover, while octree-based methods face exponential diminution of the number of points at low bitrates, our method still produces high resolution outputs even at low bitrates. Code and supplementary material are available at https://github.com/mauriceqch/pcc_geo_cnn .

📄 PDF Abstract BibTeX arXiv:1903.08548

Code (2)

mauriceqch/pcc_geo_cnn 공식 구현 tf
mauriceqch/pcc_geo_cnn_samples

Tasks

Binary ClassificationMixed RealityQuantization

Similar Papers 제목 키워드 기반

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

Octree-based Learned Point Cloud Geometry Compression: A Lossy Perspective

2026-03-30 · Kaiyu Zheng, Wei Gao, Huiming Zheng arxiv

Octree-based context learning has recently become a leading method in point cloud compression. However, its potential on lossy compression remains undiscovered. The traditional lossy compression paradigm using lossless o…

Point Clouds

Deep AutoEncoder-based Lossy Geometry Compression for Point Clouds

2019-04-18 · Wei Yan, Yiting shao, Shan Liu, Thomas H. Li 외

Point cloud is a fundamental 3D representation which is widely used in real world applications such as autonomous driving. As a newly-developed media format which is characterized by complexity and irregularity, point cl…

Autonomous DrivingImage Compression

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

Performance analysis of Deep Learning-based Lossy Point Cloud Geometry Compression Coding Solutions

2024-02-07 · Joao Prazeres, Rafael Rodrigues, Manuela Pereira, Antonio M. G. Pinheiro

The quality evaluation of three deep learning-based coding solutions for point cloud geometry, notably ADLPCC, PCC GEO CNNv2, and PCGCv2, is presented. The MPEG G-PCC was used as an anchor. Furthermore, LUT SR, which use…