CVGRAug 13, 2022

Progressive Multi-scale Light Field Networks

arXiv:2208.06710v13 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses streaming and visual quality issues for applications like virtual reality or remote rendering, but it is incremental as it builds on existing neural representation methods.

The paper tackles the problem of streaming and aliasing in neural light field representations by introducing a progressive multi-scale network that encodes multiple levels of detail, enabling progressive streaming, reducing rendering time, and addressing aliasing with anti-aliased representations.

Neural representations have shown great promise in their ability to represent radiance and light fields while being very compact compared to the image set representation. However, current representations are not well suited for streaming as decoding can only be done at a single level of detail and requires downloading the entire neural network model. Furthermore, high-resolution light field networks can exhibit flickering and aliasing as neural networks are sampled without appropriate filtering. To resolve these issues, we present a progressive multi-scale light field network that encodes a light field with multiple levels of detail. Lower levels of detail are encoded using fewer neural network weights enabling progressive streaming and reducing rendering time. Our progressive multi-scale light field network addresses aliasing by encoding smaller anti-aliased representations at its lower levels of detail. Additionally, per-pixel level of detail enables our representation to support dithered transitions and foveated rendering.

Foundations

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

Your Notes