paper-with-me

Papers

Learning Dynamic Point Cloud Compression via Hierarchical Inter-frame Block Matching

2023-05-09 · Shuting Xia, Tingyu Fan, Yiling Xu, Jenq-Neng Hwang, Zhu Li

3D dynamic point cloud (DPC) compression relies on mining its temporal context, which faces significant challenges due to DPC's sparsity and non-uniform structure. Existing methods are limited in capturing sufficient temporal dependencies. Therefore, this paper proposes a learning-based DPC compression framework via hierarchical block-matching-based inter-prediction module to compensate and compress the DPC geometry in latent space. Specifically, we propose a hierarchical motion estimation and motion compensation (Hie-ME/MC) framework for flexible inter-prediction, which dynamically selects the granularity of optical flow to encapsulate the motion information accurately. To improve the motion estimation efficiency of the proposed inter-prediction module, we further design a KNN-attention block matching (KABM) network that determines the impact of potential corresponding points based on the geometry and feature correlation. Finally, we compress the residual and the multi-scale optical flow with a fully-factorized deep entropy model. The experiment result on the MPEG-specified Owlii Dynamic Human Dynamic Point Cloud (Owlii) dataset shows that our framework outperforms the previous state-of-the-art methods and the MPEG standard V-PCC v18 in inter-frame low-delay mode.

📄 PDF Abstract BibTeX arXiv:2305.05356

Code (1)

ttlzfhy/LDPCC 공식 구현 pytorch

Tasks

Feature CorrelationMotion CompensationMotion EstimationOptical Flow EstimationPrediction

Similar Papers 제목 키워드 기반

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

4DAC: Learning Attribute Compression for Dynamic Point Clouds

2022-04-25 · Guangchi Fang, Qingyong Hu, Yiling Xu, Yulan Guo

With the development of the 3D data acquisition facilities, the increasing scale of acquired 3D point clouds poses a challenge to the existing data compression techniques. Although promising performance has been achieved…

AttributeData CompressionMotion CompensationMotion Estimation

Inter-Frame Compression for Dynamic Point Cloud Geometry Coding

2022-07-25 · Anique Akhtar, Zhu Li, Geert Van der Auwera

Efficient point cloud compression is essential for applications like virtual and mixed reality, autonomous driving, and cultural heritage. This paper proposes a deep learning-based inter-frame encoding scheme for dynamic…

Autonomous DrivingDecoderMixed RealityMotion Compensation

Hierarchical Prior-based Super Resolution for Point Cloud Geometry Compression

2024-02-17 · Dingquan Li, Kede Ma, Jing Wang, Ge Li

The Geometry-based Point Cloud Compression (G-PCC) has been developed by the Moving Picture Experts Group to compress point clouds. In its lossy mode, the reconstructed point cloud by G-PCC often suffers from noticeable …

DecoderQuantizationSuper-Resolution

Comments on "Compression of 3D Point Clouds Using a Region-Adaptive Hierarchical Transform"

2018-05-23

The recently introduced coder based on region-adaptive hierarchical transform (RAHT) for the compression of point clouds attributes, was shown to have a performance competitive with the state-of-the-art, while being much…