CVAug 14, 2022

Fast Learning Radiance Fields by Shooting Much Fewer Rays

Tsinghua
arXiv:2208.06821v246 citationsh-index: 40
Originality Incremental advance
AI Analysis

This addresses a general efficiency bottleneck for researchers and practitioners using radiance field methods, though it is incremental as it builds on existing volume rendering frameworks.

The paper tackles the slow training time of radiance field methods for novel view synthesis by proposing a general strategy that reduces redundancy by shooting fewer rays, achieving comparable accuracy with much faster training, e.g., up to 5x speedup in experiments.

Learning radiance fields has shown remarkable results for novel view synthesis. The learning procedure usually costs lots of time, which motivates the latest methods to speed up the learning procedure by learning without neural networks or using more efficient data structures. However, these specially designed approaches do not work for most of radiance fields based methods. To resolve this issue, we introduce a general strategy to speed up the learning procedure for almost all radiance fields based methods. Our key idea is to reduce the redundancy by shooting much fewer rays in the multi-view volume rendering procedure which is the base for almost all radiance fields based methods. We find that shooting rays at pixels with dramatic color change not only significantly reduces the training burden but also barely affects the accuracy of the learned radiance fields. In addition, we also adaptively subdivide each view into a quadtree according to the average rendering error in each node in the tree, which makes us dynamically shoot more rays in more complex regions with larger rendering error. We evaluate our method with different radiance fields based methods under the widely used benchmarks. Experimental results show that our method achieves comparable accuracy to the state-of-the-art with much faster training.

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