Neural Network Modeling of Probabilities for Coding the Octree Representation of Point Clouds
Emre Can Kaya, Ioan Tabus

TL;DR
This paper introduces a neural network-based lossless point cloud compression method that models voxel occupancy probabilities within an octree structure, achieving state-of-the-art results through context-aware probability estimation.
Contribution
It presents a novel neural network approach for estimating voxel occupancy probabilities in octree-based point cloud compression, with fast and slow variants for improved efficiency.
Findings
Achieves state-of-the-art compression performance on benchmark datasets.
Introduces a neural network model that uses 3D context for probability estimation.
Provides a fast version enabling higher parallelization during encoding and decoding.
Abstract
This paper describes a novel lossless point cloud compression algorithm that uses a neural network for estimating the coding probabilities for the occupancy status of voxels, depending on wide three dimensional contexts around the voxel to be encoded. The point cloud is represented as an octree, with each resolution layer being sequentially encoded and decoded using arithmetic coding, starting from the lowest resolution, until the final resolution is reached. The occupancy probability of each voxel of the splitting pattern at each node of the octree is modeled by a neural network, having at its input the already encoded occupancy status of several octree nodes (belonging to the past and current resolutions), corresponding to a 3D context surrounding the node to be encoded. The algorithm has a fast and a slow version, the fast version selecting differently several voxels of the context,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Remote Sensing and LiDAR Applications · Computer Graphics and Visualization Techniques
