๐
๐
Old Age
Learning Neural Volumetric Field for Point Cloud Geometry Compression
December 11, 2022 ยท Entered Twilight ยท ๐ Picture Coding Symposium
Repo contents: LICENSE, NVFPCC.py, README.md, gdn_3d.py, get_octree.cpp, manipulate_weights.py, module_arithmeticcoding.cpp, util_code_quantized_weights.py, util_get_grids.py, utils
Authors
Yueyu Hu, Yao Wang
arXiv ID
2212.05589
Category
cs.CV: Computer Vision
Cross-listed
eess.IV
Citations
7
Venue
Picture Coding Symposium
Repository
https://github.com/huzi96/NVFPCC/
โญ 16
Last Checked
3 months ago
Abstract
Due to the diverse sparsity, high dimensionality, and large temporal variation of dynamic point clouds, it remains a challenge to design an efficient point cloud compression method. We propose to code the geometry of a given point cloud by learning a neural volumetric field. Instead of representing the entire point cloud using a single overfit network, we divide the entire space into small cubes and represent each non-empty cube by a neural network and an input latent code. The network is shared among all the cubes in a single frame or multiple frames, to exploit the spatial and temporal redundancy. The neural field representation of the point cloud includes the network parameters and all the latent codes, which are generated by using back-propagation over the network parameters and its input. By considering the entropy of the network parameters and the latent codes as well as the distortion between the original and reconstructed cubes in the loss function, we derive a rate-distortion (R-D) optimal representation. Experimental results show that the proposed coding scheme achieves superior R-D performances compared to the octree-based G-PCC, especially when applied to multiple frames of a point cloud video. The code is available at https://github.com/huzi96/NVFPCC/.
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Computer Vision
๐
๐
Old Age
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
๐
๐
Old Age
SSD: Single Shot MultiBox Detector
๐
๐
Old Age
Squeeze-and-Excitation Networks
๐
๐
Old Age
Fast R-CNN
๐
๐
Old Age