CVLGDec 18, 2022

SPARF: Large-Scale Learning of 3D Sparse Radiance Fields from Few Input Images

arXiv:2212.09100v324 citationsh-index: 86
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient 3D scene representation for novel view synthesis, particularly in scenarios with limited input data, by providing a large dataset and a learning-based method, though it is incremental as it builds on existing sparse radiance field techniques.

The authors tackled the problem of generating high-quality 3D sparse radiance fields from few input images by creating a large-scale synthetic dataset (SPARF) and proposing a novel pipeline (SuRFNet) that achieves state-of-the-art results in unconstrained novel view synthesis on ShapeNet.

Recent advances in Neural Radiance Fields (NeRFs) treat the problem of novel view synthesis as Sparse Radiance Field (SRF) optimization using sparse voxels for efficient and fast rendering (plenoxels,InstantNGP). In order to leverage machine learning and adoption of SRFs as a 3D representation, we present SPARF, a large-scale ShapeNet-based synthetic dataset for novel view synthesis consisting of $\sim$ 17 million images rendered from nearly 40,000 shapes at high resolution (400 X 400 pixels). The dataset is orders of magnitude larger than existing synthetic datasets for novel view synthesis and includes more than one million 3D-optimized radiance fields with multiple voxel resolutions. Furthermore, we propose a novel pipeline (SuRFNet) that learns to generate sparse voxel radiance fields from only few views. This is done by using the densely collected SPARF dataset and 3D sparse convolutions. SuRFNet employs partial SRFs from few/one images and a specialized SRF loss to learn to generate high-quality sparse voxel radiance fields that can be rendered from novel views. Our approach achieves state-of-the-art results in the task of unconstrained novel view synthesis based on few views on ShapeNet as compared to recent baselines. The SPARF dataset is made public with the code and models on the project website https://abdullahamdi.com/sparf/ .

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