GRLGIVJul 20, 2020

Learning Adaptive Sampling and Reconstruction for Volume Visualization

arXiv:2007.10093v135 citations
Originality Highly original
AI Analysis

This work addresses the problem of efficient data sampling for volume visualization, which is incremental as it applies neural networks to an existing visualization bottleneck.

The paper tackles the challenge of determining optimal sampling locations for volume visualization by introducing a neural rendering pipeline that learns to predict adaptive sampling patterns and reconstruct high-resolution images from sparse samples, demonstrating that selection of relevant structures and reconstruction can be jointly learned end-to-end.

A central challenge in data visualization is to understand which data samples are required to generate an image of a data set in which the relevant information is encoded. In this work, we make a first step towards answering the question of whether an artificial neural network can predict where to sample the data with higher or lower density, by learning of correspondences between the data, the sampling patterns and the generated images. We introduce a novel neural rendering pipeline, which is trained end-to-end to generate a sparse adaptive sampling structure from a given low-resolution input image, and reconstructs a high-resolution image from the sparse set of samples. For the first time, to the best of our knowledge, we demonstrate that the selection of structures that are relevant for the final visual representation can be jointly learned together with the reconstruction of this representation from these structures. Therefore, we introduce differentiable sampling and reconstruction stages, which can leverage back-propagation based on supervised losses solely on the final image. We shed light on the adaptive sampling patterns generated by the network pipeline and analyze its use for volume visualization including isosurface and direct volume rendering.

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