MSc Thesis

Introduction

In my final year at university (2019), I worked on a project of my choosing through which I would be able to graduate. I ended up at the computer graphics department, as I enjoyed the courses and type of projects from there the most. In my research I propose a compression method for a 3D geometry representation, in the form of voxels. This representation (the Sparse Voxel DAG) can be used for real-time rendering of highly detailed scenes. The compression method I proposed finds geometrically similar regions and merges them in the data structure, while trying to minimize the amount of changes (artifacts) introduced to the scene.

Abstract

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.