CVDec 15, 2022

VolRecon: Volume Rendering of Signed Ray Distance Functions for Generalizable Multi-View Reconstruction

arXiv:2212.08067v281 citationsh-index: 123
AI Analysis

This addresses the lack of generalizability in neural implicit reconstruction methods for 3D scene reconstruction, offering improved performance on benchmarks like DTU and ETH3D.

The paper tackles the problem of generalizable multi-view reconstruction by introducing VolRecon, a method using Signed Ray Distance Functions, which outperforms SparseNeuS by about 30% on the DTU dataset for sparse view reconstruction and achieves comparable accuracy to MVSNet in full view reconstruction.

The success of the Neural Radiance Fields (NeRF) in novel view synthesis has inspired researchers to propose neural implicit scene reconstruction. However, most existing neural implicit reconstruction methods optimize per-scene parameters and therefore lack generalizability to new scenes. We introduce VolRecon, a novel generalizable implicit reconstruction method with Signed Ray Distance Function (SRDF). To reconstruct the scene with fine details and little noise, VolRecon combines projection features aggregated from multi-view features, and volume features interpolated from a coarse global feature volume. Using a ray transformer, we compute SRDF values of sampled points on a ray and then render color and depth. On DTU dataset, VolRecon outperforms SparseNeuS by about 30% in sparse view reconstruction and achieves comparable accuracy as MVSNet in full view reconstruction. Furthermore, our approach exhibits good generalization performance on the large-scale ETH3D benchmark.

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