English

Folding-based compression of point cloud attributes

Image and Video Processing 2020-06-23 v3 Computer Vision and Pattern Recognition Graphics Machine Learning Signal Processing Machine Learning

Abstract

Existing techniques to compress point cloud attributes leverage either geometric or video-based compression tools. We explore a radically different approach inspired by recent advances in point cloud representation learning. Point clouds can be interpreted as 2D manifolds in 3D space. Specifically, we fold a 2D grid onto a point cloud and we map attributes from the point cloud onto the folded 2D grid using a novel optimized mapping method. This mapping results in an image, which opens a way to apply existing image processing techniques on point cloud attributes. However, as this mapping process is lossy in nature, we propose several strategies to refine it so that attributes can be mapped to the 2D grid with minimal distortion. Moreover, this approach can be flexibly applied to point cloud patches in order to better adapt to local geometric complexity. In this work, we consider point cloud attribute compression; thus, we compress this image with a conventional 2D image codec. Our preliminary results show that the proposed folding-based coding scheme can already reach performance similar to the latest MPEG Geometry-based PCC (G-PCC) codec.

Keywords

Cite

@article{arxiv.2002.04439,
  title  = {Folding-based compression of point cloud attributes},
  author = {Maurice Quach and Giuseppe Valenzise and Frederic Dufaux},
  journal= {arXiv preprint arXiv:2002.04439},
  year   = {2020}
}

Comments

Published in ICIP 2020. The source code can be found at https://github.com/mauriceqch/pcc_attr_folding

R2 v1 2026-06-23T13:38:21.109Z