CVFeb 25, 2021

IBRNet: Learning Multi-View Image-Based Rendering

arXiv:2102.13090v2967 citations
AI Analysis

This addresses the problem of rendering high-resolution novel views from sparse inputs for computer vision and graphics applications, representing an incremental advance in multi-view image-based rendering.

The authors tackled novel view synthesis by learning a generic view interpolation function that generalizes to new scenes, outperforming recent methods and achieving competitive results with state-of-the-art single-scene approaches when fine-tuned.

We present a method that synthesizes novel views of complex scenes by interpolating a sparse set of nearby views. The core of our method is a network architecture that includes a multilayer perceptron and a ray transformer that estimates radiance and volume density at continuous 5D locations (3D spatial locations and 2D viewing directions), drawing appearance information on the fly from multiple source views. By drawing on source views at render time, our method hearkens back to classic work on image-based rendering (IBR), and allows us to render high-resolution imagery. Unlike neural scene representation work that optimizes per-scene functions for rendering, we learn a generic view interpolation function that generalizes to novel scenes. We render images using classic volume rendering, which is fully differentiable and allows us to train using only multi-view posed images as supervision. Experiments show that our method outperforms recent novel view synthesis methods that also seek to generalize to novel scenes. Further, if fine-tuned on each scene, our method is competitive with state-of-the-art single-scene neural rendering methods. Project page: https://ibrnet.github.io/

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