CVMMSPMar 4, 2020

Region adaptive graph fourier transform for 3d point clouds

arXiv:2003.01866v231 citations
AI Analysis

This work addresses compression for 3D point clouds, which is incremental as it builds on previous transforms like RAHT.

The paper tackles the problem of compressing 3D point cloud attributes by introducing the Region Adaptive Graph Fourier Transform (RA-GFT), which outperforms the Region Adaptive Haar Transform (RAHT) by up to 2.5 dB with a small complexity overhead.

We introduce the Region Adaptive Graph Fourier Transform (RA-GFT) for compression of 3D point cloud attributes. The RA-GFT is a multiresolution transform, formed by combining spatially localized block transforms. We assume the points are organized by a family of nested partitions represented by a rooted tree. At each resolution level, attributes are processed in clusters using block transforms. Each block transform produces a single approximation (DC) coefficient, and various detail (AC) coefficients. The DC coefficients are promoted up the tree to the next (lower resolution) level, where the process can be repeated until reaching the root. Since clusters may have a different numbers of points, each block transform must incorporate the relative importance of each coefficient. For this, we introduce the $\mathbf{Q}$-normalized graph Laplacian, and propose using its eigenvectors as the block transform. The RA-GFT achieves better complexity-performance trade-offs than previous approaches. In particular, it outperforms the Region Adaptive Haar Transform (RAHT) by up to 2.5 dB, with a small complexity overhead.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes