CVIVNov 20, 2022

ECM-OPCC: Efficient Context Model for Octree-based Point Cloud Compression

arXiv:2211.10916v417 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses the decoding efficiency bottleneck for point cloud compression, which is incremental but offers practical improvements for applications like 3D graphics and autonomous systems.

The paper tackles the problem of high decoding complexity in octree-based point cloud compression by proposing an efficient context model, achieving state-of-the-art performance for both lossy and lossless compression and reducing decoding time by 98% compared to previous methods.

Recently, deep learning methods have shown promising results in point cloud compression. For octree-based point cloud compression, previous works show that the information of ancestor nodes and sibling nodes are equally important for predicting current node. However, those works either adopt insufficient context or bring intolerable decoding complexity (e.g. >600s). To address this problem, we propose a sufficient yet efficient context model and design an efficient deep learning codec for point clouds. Specifically, we first propose a window-constrained multi-group coding strategy to exploit the autoregressive context while maintaining decoding efficiency. Then, we propose a dual transformer architecture to utilize the dependency of current node on its ancestors and siblings. We also propose a random-masking pre-train method to enhance our model. Experimental results show that our approach achieves state-of-the-art performance for both lossy and lossless point cloud compression. Moreover, our multi-group coding strategy saves 98% decoding time compared with previous octree-based compression method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes