paper-with-me

Papers

DeepCompress: Efficient Point Cloud Geometry Compression

2021-06-02 · Ryan Killea, Yun Li, Saeed Bastani, Paul McLachlan

Point clouds are a basic data type that is increasingly of interest as 3D content becomes more ubiquitous. Applications using point clouds include virtual, augmented, and mixed reality and autonomous driving. We propose a more efficient deep learning-based encoder architecture for point clouds compression that incorporates principles from established 3D object detection and image compression architectures. Through an ablation study, we show that incorporating the learned activation function from Computational Efficient Neural Image Compression (CENIC) and designing more parameter-efficient convolutional blocks yields dramatic gains in efficiency and performance. Our proposed architecture incorporates Generalized Divisive Normalization activations and propose a spatially separable InceptionV4-inspired block. We then evaluate rate-distortion curves on the standard JPEG Pleno 8i Voxelized Full Bodies dataset to evaluate our model's performance. Our proposed modifications outperform the baseline approaches by a small margin in terms of Bjontegard delta rate and PSNR values, yet reduces necessary encoder convolution operations by 8 percent and reduces total encoder parameters by 20 percent. Our proposed architecture, when considered on its own, has a small penalty of 0.02 percent in Chamfer's Distance and 0.32 percent increased bit rate in Point to Plane Distance for the same peak signal-to-noise ratio.

📄 PDF Abstract BibTeX arXiv:2106.01504

Code (1)

pmclSF/DeepCompress 공식 구현 tf

Tasks

3D Object DetectionAutonomous DrivingImage CompressionMixed Realityobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

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

Reduced Reference Quality Assessment for Point Cloud Compression

2023-01-03 · Yipeng Liu, Qi Yang, Yiling Xu

In this paper, we propose a reduced reference (RR) point cloud quality assessment (PCQA) model named R-PCQA to quantify the distortions introduced by the lossy compression. Specifically, we use the attribute and geometry…

AttributePoint Cloud Quality AssessmentQuantization

Unified Geometry and Color Compression Framework for Point Clouds via Generative Diffusion Priors

2025-03-23 · Tianxin Huang, Gim Hee Lee

With the growth of 3D applications and the rapid increase in sensor-collected 3D point cloud data, there is a rising demand for efficient compression algorithms. Most existing learning-based compression methods handle ge…

Denoising

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

LLM-PCGC: Large Language Model-based Point Cloud Geometry Compression

2024-08-16 · Yuqi Ye, Wei Gao

The key to effective point cloud compression is to obtain a robust context model consistent with complex 3D data structures. Recently, the advancement of large language models (LLMs) has highlighted their capabilities no…

Data CompressionIn-Context LearningLanguage ModelingLanguage Modelling+1