paper-with-me

Papers

IPDAE: Improved Patch-Based Deep Autoencoder for Lossy Point Cloud Geometry Compression

2022-08-04 · Kang You, Pan Gao, Qing Li

Point cloud is a crucial representation of 3D contents, which has been widely used in many areas such as virtual reality, mixed reality, autonomous driving, etc. With the boost of the number of points in the data, how to efficiently compress point cloud becomes a challenging problem. In this paper, we propose a set of significant improvements to patch-based point cloud compression, i.e., a learnable context model for entropy coding, octree coding for sampling centroid points, and an integrated compression and training process. In addition, we propose an adversarial network to improve the uniformity of points during reconstruction. Our experiments show that the improved patch-based autoencoder outperforms the state-of-the-art in terms of rate-distortion performance, on both sparse and large-scale point clouds. More importantly, our method can maintain a short compression time while ensuring the reconstruction quality.

📄 PDF Abstract BibTeX arXiv:2208.02519

Code (1)

I2-Multimedia-Lab/IPDAE 공식 구현 pytorch

Tasks

Autonomous DrivingMixed Reality

Similar Papers 제목 키워드 기반

Patch-Based Deep Autoencoder for Point Cloud Geometry Compression

2021-10-18 · Kang You, Pan Gao

The ever-increasing 3D application makes the point cloud compression unprecedentedly important and needed. In this paper, we propose a patch-based compression process using deep learning, focusing on the lossy point clou…

Point cloud reconstruction

BINet: a binary inpainting network for deep patch-based image compression

2019-12-11 · André Nortje, Willie Brink, Herman A. Engelbrecht, Herman Kamper

Recent deep learning models outperform standard lossy image compression codecs. However, applying these models on a patch-by-patch basis requires that each image patch be encoded and decoded independently. The influence …

Image Compression

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

Importance weighted compression

2021-03-04 · ICLR Workshop Neural_Compression 2021 5 · Lucas Theis, Jonathan Ho

The connection between variational autoencoders (VAEs) and compression is well established and they have been used for both lossless and lossy compression. Compared to VAEs, importance-weighted autoencoders (IWAEs) achie…

An Improved Upper Bound on the Rate-Distortion Function of Images

2023-09-05 · Zhihao Duan, Jack Ma, Jiangpeng He, Fengqing Zhu

Recent work has shown that Variational Autoencoders (VAEs) can be used to upper-bound the information rate-distortion (R-D) function of images, i.e., the fundamental limit of lossy image compression. In this paper, we re…

Image Compression