Efficient and Generic Point Model for Lossless Point Cloud Attribute Compression
Kang You, Pan Gao, Zhan Ma
TL;DR
The paper tackles lossless point cloud attribute compression (PCAC) for diverse point clouds, addressing high computational cost and poor generalization in prior learning-based methods. It introduces PoLoPCAC, a point-model framework that operates directly on raw PCG anchors and models lossless PCAC as inferring explicit distributions from inter-group autoregressive priors $P_{ heta}(Y)$, with a group-wise factorization across progressively grouped blocks. A Progressive Random Grouping (PRG) strategy partitions points into groups of increasing size, enabling inter-group autoregressive coding and intra-group parallel coding, while a locality-aware attention network estimates per-point distribution parameters from adaptive $K$NN context windows. The approach achieves competitive bitrate performance with a small model size (~2.6MB) and faster coding times than G-PCCv23 on many sequences, and generalizes well across ShapeNet, ScanNet, MVUB, and 8iVFB after training on a synthetic dataset (Synthetic 2k-ShapeNet). The authors provide code, dataset, and models, highlighting practical applicability for scalable, distortion-free lossless PCAC.
Abstract
The past several years have witnessed the emergence of learned point cloud compression (PCC) techniques. However, current learning-based lossless point cloud attribute compression (PCAC) methods either suffer from high computational complexity or deteriorated compression performance. Moreover, the significant variations in point cloud scale and sparsity encountered in real-world applications make developing an all-in-one neural model a challenging task. In this paper, we propose PoLoPCAC, an efficient and generic lossless PCAC method that achieves high compression efficiency and strong generalizability simultaneously. We formulate lossless PCAC as the task of inferring explicit distributions of attributes from group-wise autoregressive priors. A progressive random grouping strategy is first devised to efficiently resolve the point cloud into groups, and then the attributes of each group are modeled sequentially from accumulated antecedents. A locality-aware attention mechanism is utilized to exploit prior knowledge from context windows in parallel. Since our method directly operates on points, it can naturally avoids distortion caused by voxelization, and can be executed on point clouds with arbitrary scale and density. Experiments show that our method can be instantly deployed once trained on a Synthetic 2k-ShapeNet dataset while enjoying continuous bit-rate reduction over the latest G-PCCv23 on various datasets (ShapeNet, ScanNet, MVUB, 8iVFB). Meanwhile, our method reports shorter coding time than G-PCCv23 on the majority of sequences with a lightweight model size (2.6MB), which is highly attractive for practical applications. Dataset, code and trained model are available at https://github.com/I2-Multimedia-Lab/PoLoPCAC.
