Abstract—This study develops a unified Point Cloud Geometry (PCG) compression method through the processing of multiscale sparse tensor based voxelized PCG, dubbed as the SparsePCGC. The proposed SparsePCGC is an ultra lightweight solution because it only performs the convolutions on sparsely-distributed Most-Probable Positively-Occupied Voxels (MP-POV). And the multiscale representation allows us to compress scale-wise MP-POVs by extensively and flexibly exploiting cross-scale and same-scale correlations. The overall compression efficiency highly depends on the accuracy of estimated occupancy probability for each MP-POV, e.g., pMP-POV. Thus, we first design the Sparse Convolution based Neural Networks (SparseCNN) that stack sparse convolutions and voxel sampling to best characterize and embed spatial correlations. We then develop SparseCNN based Occupancy Probability Approximation (SOPA) model to estimate the pMP-POVs either in a single-stage manner only using the cross-scale correlation or in a multi-stage means by stage-wisely exploiting correlation among same-scale neighbors. Besides, we also suggest the SparseCNN based Local Neighborhood Embedding (SLNE) to aggregate local variations as spatial prior in feature attribute to improve the SOPA. Our unified approach not only shows state-of-art performance in both lossless and lossy compression modes across a variety of datasets including the dense object PCGs (8iVFB, Owlii, MUVB) and sparse LiDAR PCGs (KITTI, Ford) when compared with standardized MPEG G-PCC and other prevalent learning-based compression schemes, but also presents lightweight complexity consumption which is attractive to practical applications.
- 2022.09.09 Upload supplementary material, which includes comparison details. see
Supplementary_Material.pdf
- 2022.06.16 Source codes will be released soon to the public after the approval from the funding agency. Now We make the testing results, testing conditions, pretrained models, and other relevant materials publicly accessible.
- 2022.06.16 We simplify the implementation and reduce the computational complexity significantly. (e.g., almost 6∼8×). At the same time, we slightly adjust model parameters and achieve better performance on sparse LiDAR point clouds.
- 2022.01.13 We participate in MPEG AI-3DGC (EE. 13.54).
- 2021.11.23 We have posted the manuscript on arxiv (https://arxiv.org/abs/2111.10633).
- pytorch 1.10
- MinkowskiEngine 0.5
- docker pull jianqiang1995/pytorch:1.10.0-cuda11.1-cudnn8-devel
- [Testdata]: https://box.nju.edu.cn/d/6a494e48be9d4412acd2/
- [Results]: https://box.nju.edu.cn/d/929a35aeb21f43cf9d42/
- [Pretrained Models]: https://box.nju.edu.cn/f/ce8c527640434b6fa53b/
- Training Dataset: ShapeNet; KITTI
These files are provided by Nanjing University Vision Lab. Thanks for the help of Prof. Dandan Ding from Hangzhou Normal University, Prof. Zhu Li from University of Missouri at Kansas. Please contact us ([email protected] and [email protected]) if you have any questions.