CVGRJul 12, 2022

Vision Transformer for NeRF-Based View Synthesis from a Single Input Image

arXiv:2207.05736v2146 citationsh-index: 78
Originality Highly original
AI Analysis

This work addresses the challenge of reducing input requirements for NeRF-based view synthesis, enabling applications in 3D reconstruction from limited data.

The paper tackles the problem of novel view synthesis from a single unposed image by proposing a method that leverages global and local features to form an expressive 3D representation, achieving state-of-the-art performance with richer details than existing approaches.

Although neural radiance fields (NeRF) have shown impressive advances for novel view synthesis, most methods typically require multiple input images of the same scene with accurate camera poses. In this work, we seek to substantially reduce the inputs to a single unposed image. Existing approaches condition on local image features to reconstruct a 3D object, but often render blurry predictions at viewpoints that are far away from the source view. To address this issue, we propose to leverage both the global and local features to form an expressive 3D representation. The global features are learned from a vision transformer, while the local features are extracted from a 2D convolutional network. To synthesize a novel view, we train a multilayer perceptron (MLP) network conditioned on the learned 3D representation to perform volume rendering. This novel 3D representation allows the network to reconstruct unseen regions without enforcing constraints like symmetry or canonical coordinate systems. Our method can render novel views from only a single input image and generalize across multiple object categories using a single model. Quantitative and qualitative evaluations demonstrate that the proposed method achieves state-of-the-art performance and renders richer details than existing approaches.

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