Proc ACM Comput Graph Interact Tech

Lossy Geometry Compression for High Resolution Voxel Scenes

Remi van der Laan, Leonardo Scandolo, and Elmar Eisemann

Sparse Voxel Directed Acyclic Graphs (SVDAGs) losslessly compress highly detailed geometry in a highresolution binary voxel grid by identifying matching elements. This representation is suitable for highperformance real-time applications, such as free-viewpoint videos and high-resolution precomputed shadows. In this work, we introduce a lossy scheme to further decrease memory consumption by minimally modifying the underlying voxel grid to increase matches. Our method efficiently identifies groups of similar but rare subtrees in an SVDAG structure and replaces them with a single common subtree representative. We test our compression strategy on several standard voxel datasets, where we obtain memory reductions of 10% up to 50% compared to a standard SVDAG, while introducing an error (ratio of modified voxels to voxel count) of only 1% to 5%. Furthermore, we show that our method is complementary to other state of the art SVDAG optimizations, and has a negligible effect on real-time rendering performance.


More Information

Citation

Remi van der Laan, Leonardo Scandolo, and Elmar Eisemann, Lossy Geometry Compression for High Resolution Voxel Scenes, Proc ACM Comput Graph Interact Tech, 3, pp. 2:1–2:13, 2020.

BibTex

@article{bib:van der laan:2020,
    author       = { van der Laan, Remi and Scandolo, Leonardo and Eisemann, Elmar },    
    title        = { Lossy Geometry Compression for High Resolution Voxel Scenes },
    journal      = { Proc ACM Comput Graph Interact Tech },
    volume       = { 3 },
    year         = { 2020 },
    pages        = { 2:1--2:13 },
    doi          = { 10.1145/3384541 },
    dblp         = { journals/pacmcgit/LaanSE20 },
    url          = { https://publications.graphics.tudelft.nl/papers/158 },
}