GRLGJun 15, 2019

Volumetric Isosurface Rendering with Deep Learning-Based Super-Resolution

arXiv:1906.06520v161 citations
Originality Incremental advance
AI Analysis

This work addresses the computational bottleneck in volume rendering for applications like remote and in-situ visualization, though it is incremental as it adapts existing deep learning architectures to a specific domain.

The paper tackles the problem of reducing the number of samples needed for accurate volumetric isosurface rendering by using a deep learning-based super-resolution approach, achieving high-fidelity reconstruction of spatial detail and shading with improved frame-to-frame coherence.

Rendering an accurate image of an isosurface in a volumetric field typically requires large numbers of data samples. Reducing the number of required samples lies at the core of research in volume rendering. With the advent of deep learning networks, a number of architectures have been proposed recently to infer missing samples in multi-dimensional fields, for applications such as image super-resolution and scan completion. In this paper, we investigate the use of such architectures for learning the upscaling of a low-resolution sampling of an isosurface to a higher resolution, with high fidelity reconstruction of spatial detail and shading. We introduce a fully convolutional neural network, to learn a latent representation generating a smooth, edge-aware normal field and ambient occlusions from a low-resolution normal and depth field. By adding a frame-to-frame motion loss into the learning stage, the upscaling can consider temporal variations and achieves improved frame-to-frame coherence. We demonstrate the quality of the network for isosurfaces which were never seen during training, and discuss remote and in-situ visualization as well as focus+context visualization as potential applications

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