paper-with-me

Papers

Point Cloud Compression with Sibling Context and Surface Priors

2022-05-02 · Zhili Chen, Zian Qian, Sukai Wang, Qifeng Chen

We present a novel octree-based multi-level framework for large-scale point cloud compression, which can organize sparse and unstructured point clouds in a memory-efficient way. In this framework, we propose a new entropy model that explores the hierarchical dependency in an octree using the context of siblings' children, ancestors, and neighbors to encode the occupancy information of each non-leaf octree node into a bitstream. Moreover, we locally fit quadratic surfaces with a voxel-based geometry-aware module to provide geometric priors in entropy encoding. These strong priors empower our entropy framework to encode the octree into a more compact bitstream. In the decoding stage, we apply a two-step heuristic strategy to restore point clouds with better reconstruction quality. The quantitative evaluation shows that our method outperforms state-of-the-art baselines with a bitrate improvement of 11-16% and 12-14% on the KITTI Odometry and nuScenes datasets, respectively.

📄 PDF Abstract BibTeX arXiv:2205.00760

Code (1)

zlichen/PCC-S 공식 구현 pytorch

Similar Papers 제목 키워드 기반

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

2022-11-20 · Yiqi Jin, Ziyu Zhu, Tongda Xu, Yuhuan Lin 외

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 …

OctAttention: Octree-Based Large-Scale Contexts Model for Point Cloud Compression

2022-02-12 · Chunyang Fu, Ge Li, Rui Song, Wei Gao 외

In point cloud compression, sufficient contexts are significant for modeling the point cloud distribution. However, the contexts gathered by the previous voxel-based methods decrease when handling sparse point clouds. To…

Multiscale Latent-Guided Entropy Model for LiDAR Point Cloud Compression

2022-09-26 · Tingyu Fan, Linyao Gao, Yiling Xu, Dong Wang 외

The non-uniform distribution and extremely sparse nature of the LiDAR point cloud (LPC) bring significant challenges to its high-efficient compression. This paper proposes a novel end-to-end, fully-factorized deep framew…

PIVOT-Net: Heterogeneous Point-Voxel-Tree-based Framework for Point Cloud Compression

2024-02-11 · Jiahao Pang, Kevin Bui, Dong Tian

The universality of the point cloud format enables many 3D applications, making the compression of point clouds a critical phase in practice. Sampled as discrete 3D points, a point cloud approximates 2D surface(s) embedd…

TopNet: Transformer-Efficient Occupancy Prediction Network for Octree-Structured Point Cloud Geometry Compression

2025-01-01 · CVPR 2025 1 · Xinjie Wang, Yifan Zhang, Ting Liu, Xinpu Liu 외

Efficient Point Cloud Geometry Compression (PCGC) with a lower bits per point (BPP) and higher peak signal-to-noise ratio (PSNR) is essential for the transportation of large-scale 3D data. Although octree-based entro…