Automatic Integration | CVPR 2021

submited by
Style Pass
2021-07-05 02:30:05

Numerical integration is a foundational technique in scientific computing and is at the core of many computer vision applications. Among these applications, implicit neural volume rendering has recently been proposed as a new paradigm for view synthesis, achieving photorealistic image quality. However, a fundamental obstacle to making these methods practical is the extreme computational and memory requirements caused by the required volume integrations along the rendered rays during training and inference. Millions of rays, each requiring hundreds of forward passes through a neural network are needed to approximate those integrations with Monte Carlo sampling. Here, we propose automatic integration, a new framework for learning efficient, closed-form solutions to integrals using implicit neural representation networks. For training, we instantiate the computational graph corresponding to the derivative of the implicit neural representation. The graph is fitted to the signal to integrate. After optimization, we reassemble the graph to obtain a network that represents the antiderivative. By the fundamental theorem of calculus, this enables the calculation of any definite integral in two evaluations of the network. Using this approach, we demonstrate a greater than 10× improvement in computation requirements, enabling fast neural volume rendering.

@inproceedings{lindell2021autoint,
author = {Lindell, David B. and Martel, Julien N.P. and Wetzstein, Gordon}, title = {AutoInt: Automatic Integration for Fast Neural Volume Rendering}, booktitle = {Proceedings of the conference on Computer Vision and Pattern Recognition (CVPR)}, year={2021} }

Leave a Comment